Re: Reading a PDF

2016-09-20 Thread John Hewson

> On 20 Sep 2016, at 06:13, Clark, Raymond C  wrote:
> 
> We have a need to read a PDF and create a Post Script file from it.  This is 
> working pretty good but I have a question.
> 
> I am currently extending PDFStreamEngine for image information, extending 
> PDFGraphicsStreamEngine for information on lines, and extending 
> PDFTextStripper for information on text.  Is this the recommended approach 
> for pulling out information on images, lines and text?

Yes, definitely.

— John

> Thank you,
> Ray
> 
> 
> 
> CONFIDENTIALITY NOTICE: This e-mail and any files transmitted with it are 
> intended solely for the use of the individual or entity to whom they are 
> addressed and may contain confidential and privileged information protected 
> by law. If you received this e-mail in error, any review, use, dissemination, 
> distribution, or copying of the e-mail is strictly prohibited. Please notify 
> the sender immediately by return e-mail and delete all copies from your 
> system.
> 
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
> For additional commands, e-mail: users-h...@pdfbox.apache.org
> 


-
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org



RE: Reading a PDF

2016-09-20 Thread Clark, Raymond C
Thank you, that is what I am doing, I didn't know if there was some other PDF 
Reader class that I should be calling instead.

Ray

-Original Message-
From: Tilman Hausherr [mailto:thaush...@t-online.de]
Sent: Tuesday, September 20, 2016 12:12 PM
To: users@pdfbox.apache.org
Subject: Re: Reading a PDF

Am 20.09.2016 um 15:13 schrieb Clark, Raymond C:
> We have a need to read a PDF and create a Post Script file from it.  This is 
> working pretty good but I have a question.
>
> I am currently extending PDFStreamEngine for image information, extending 
> PDFGraphicsStreamEngine for information on lines, and extending 
> PDFTextStripper for information on text.  Is this the recommended approach 
> for pulling out information on images, lines and text?

Yes... in theory, it should be possible to "join" it all together, but this be 
much more work.

Tilman

-
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org




CONFIDENTIALITY NOTICE: This e-mail and any files transmitted with it are 
intended solely for the use of the individual or entity to whom they are 
addressed and may contain confidential and privileged information protected by 
law. If you received this e-mail in error, any review, use, dissemination, 
distribution, or copying of the e-mail is strictly prohibited. Please notify 
the sender immediately by return e-mail and delete all copies from your system.



-
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org



Re: Reading a PDF

2016-09-20 Thread Tilman Hausherr

Am 20.09.2016 um 15:13 schrieb Clark, Raymond C:

We have a need to read a PDF and create a Post Script file from it.  This is 
working pretty good but I have a question.

I am currently extending PDFStreamEngine for image information, extending 
PDFGraphicsStreamEngine for information on lines, and extending PDFTextStripper 
for information on text.  Is this the recommended approach for pulling out 
information on images, lines and text?


Yes... in theory, it should be possible to "join" it all together, but 
this be much more work.


Tilman

-
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org