Balkrushna Patil

Results 5 comments of Balkrushna Patil

Agree with @razilein, his provided code works and couldn't see any blank page [Verified on openPdf-1.3.29]

Here is a one way to create a thumbnail of pdf page - PdfReader reader = new PdfReader("HelloWorldToImport.pdf"); PdfWriter writer = PdfWriter.getInstance(document, new FileOutputStream("HelloWorldImportedPages.pdf")); document.open(); System.out.println("Tampered? " + reader.isTampered()); document.add(new...

@asturio - I am facing this issue with 1.3.26 release for multiple cases. This gets fixed by the changes mentioned by @whexy in #524 But these changes are not there...

@asturio verified on 1.3.29, the issue seems resolved

Attaching the input PDFA files and resultant merged PDF files which shows the PDFA compliance failure [Merged_PDFA_files.zip](https://github.com/LibrePDF/OpenPDF/files/9665711/Merged_PDFA_files.zip)