OpenPDF
OpenPDF copied to clipboard
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...
Hello I have some questions: 1 Could I convert my pdf document( multipages) to png images with OpenPDF ? 2 Is it possible to generate pdfA format ? 3 there...
I have a string consisting of HTML code and internal css style which I got from velocity template. The language in that string is Hindi and English with the font...
## Description of the new Feature/Bugfix The code to create indirect references in the tag structure tree was modifying a copy of the arrays rather than the arrays themselves. Related...
## Description of the new Feature/Bugfix Describe here how you fixed the bug, or implemented the new feature. I add the feature of the issue mentioned. Related Issue: #659 ##...
**Describe the bug** I am trying to add a water mar to a pdf **To Reproduce** `PdfReader reader = new PdfReader(fileStorageDir + "/" + documento.getPath());` **Console log** `WARNING: An illegal...
Hello, Today i'm trying to not show the getNumberPage on the first page if you only have one page in the document. I trySoemthing like it ``` if(writer.setPageNumber > 1...
There is a need to move the classes of OpenPDF (and sibling projects) from the com.lowagie-namespace to a OpenPDF/LibrePDF-namespace. Also I wanted to checkout how these "projects" in GitHub work...
In daily life, we often need to combine multiple PDFs of the same type into a single PDF, so I highly recommend adding this feature to facilitate many subsequent uses.
## Description of the new Feature/Bugfix Describe here how you fixed the bug, or implemented the new feature. Digging into the endElement method of HTMLworker class, I find there is...