How can I check if the fonts are embedded in an existing PDF?
That is, read an existing PDF and list out the results in a .txt file
I went through the following example:
http://itextpdf.com/examples/iia.php?id=287
The above example tries to create a new PDF, but I want to read a PDF file and check if the fonts are embedded or not.
I am more of a PHP guy so having a hard time to tweak the code. Any help would be appreciated
I am not sure what I have done is correct. Based on the suggestion by Bruno,
I actually removed the dependency of that
FontTypespackage itself.Instead created a new variable
public static final String PREFACE = "resources/pdfs/sample.pdf";//Path of Existing PDF FileAnd Passed the
PREFACEto the main methodBut I did get the output in the form
fonts.txt