IS there any way/API available to identify if a PDF file is image only
or Image + hidden Text.
Triv
|
|
0
|
|
|
|
Reply
|
trivender (2)
|
5/2/2007 8:43:39 AM |
|
On May 2, 10:43 am, Triv <triven...@gmail.com> wrote:
> IS there any way/API available to identify if a PDF file is image only
> or Image + hidden Text.
>
> Triv
Convert it to text and check if the resulting txt file is empty or
not.
You can use Xpdf - PdfToText or other tools / libs.
Fabrizio
|
|
0
|
|
|
|
Reply
|
fhtino
|
5/3/2007 9:22:21 AM
|
|