How to get the PDF version using Aspose PDF? I can read first few bytes of a file manually (%PDF-1.6), but I hope there is an API for that?
Thanks in advance for any help.
How to get the PDF version using Aspose PDF? I can read first few bytes of a file manually (%PDF-1.6), but I hope there is an API for that?
Hi there,
I can’t see a Document class in Aspose PDF for Java?
If you mean new Pdf(“document.pdf”).version(), it returns “Aspose Pdf.Java 3.3.0” and not the PDF version which is “1.5” in my case.
Hi Borewicz,