Hi,
Is there a way to identify if there are any non embedded fonts in a pdf
document using a java API.
Any java API's for pdf that may do this?
Your input is very well appreciated.
Thanks
Wendy Smoak - 08 Jul 2005 02:05 GMT
> Is there a way to identify if there are any non embedded fonts in a pdf
> document using a java API.
> Any java API's for pdf that may do this?
I don't know if it will do what you want, but iText is a Java API for PDF...
http://www.lowagie.com/iText/

Signature
Wendy Smoak
CafeBabe - 08 Jul 2005 08:55 GMT
I'm sure you can get such info through pure java API.
PDFBox (http://www.pdfbox.org/) should be a good start point.
-Steven
ramesh - 08 Jul 2005 14:21 GMT
Thanks guys for all the responses.
Steven:
I tried out pdfbox and it seems to be a decent API to do this job. But
it is very slow. Any other suggestions. Basically the API has to read
the resources dictionary of all the pages.
> I'm sure you can get such info through pure java API.
>
> PDFBox (http://www.pdfbox.org/) should be a good start point.
>
> -Steven
kjc - 10 Jul 2005 17:40 GMT
> Thanks guys for all the responses.
>
[quoted text clipped - 9 lines]
>>
>>-Steven
iText