Is it possible to get What language is set to the PDF for Reading Options?
Example:English or German
Printable View
Is it possible to get What language is set to the PDF for Reading Options?
Example:English or German
Where is that info about language being store? Is it stored in metadata using a custom property?
It will be stored in the "Reading Options" in the PDF..
To see the language of the PDF, below is the procedure.
1.Open the PDF.
2.Ctrl + D(Document Properties) --> Advanced --> Reading Options --> Language.
I check in Metadata whether the data stored..,
Hi , i got the output using PDFBox..
vb Code:
Dim doc As PDDocument = PDDocument.load(".../Temp.pdf") Console.writeline(doc.getDocumentCatalog.getLanguage())
i need the same in iTextsharp..