Hi Team,
The third party jar is throwing binary error while using the pdf file(which was generated from word file to pdf file using aspose utility).
Document document = new Document(“wordFile/path”);
document.setWarningCallback(iWarningCallback);
document.save(outputPdfFilePath, pdfSaveOptions);
Please find the attached zip in which fonts, word, pdf file is present.
Third party LIB: (PDFBOX) :When we are using pdf box to get the pdf. It throws the binary exception for pdf(attached in zip).
Please help to check the aspose utility while converting word into pdf.
aspose.words --24.3-jdk17
aspose.pdf --23.11-jdk17
Java: JDK17
Code snippet:
byte[] fileBytes = Files.readAllBytes(Paths.get(“C:\path\PDF_file.pdf”));
PDDocument d = PDDocument.load(fileBytes);
Issue_PDF_BOX.zip (3.2 MB)