LibrePDF / OpenPDF

OpenPDF is a free Java library for creating and editing PDF files, with a LGPL and MPL open source license. OpenPDF is based on a fork of iText. We welcome contributions from other developers. Please feel free to submit pull-requests and bugreports to this GitHub repository.
Other
3.58k stars 589 forks source link

Duplicate Comments on using setPDFXConformance #342

Open vermanshuman opened 4 years ago

vermanshuman commented 4 years ago

I am trying to convert PDF to PDFA. I have comments added in source table. Everythisg works fine except the if I use setPDFXConformance method it show duplicate comment in final pdf. I am not sure what is the issue. Also this is not visible in 100% mode but in 125% I can see. Attaching two screenshot. Also if I don't use setPDFXConformance everything good

Final Source

asturio commented 3 years ago

Hi @vermanshuman , did you find a solution for your problem? Does using another PDF-Reader change the behavior?

asturio commented 8 months ago

Is this still an issue? Sample code always help fixing the problem, and checking if the problem is solved.