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...
A OpenPDF user has requested support for an Image rendering callback function. "I've been trying to migrate from iText v5.5.11(License version) library to OpenPDF v1.2.8(Open Source) library.I think that both...
LGTM code review results in 27 errors, 131 warnings in OpenPDF. Any help with fixing these issues is welcome! Some of the errors and warnings would be easy to fix...
https://en.m.wikipedia.org/wiki/High_Efficiency_Image_File_Format for iOS.
**Describe the bug** Font `embedded` config may not work. I tried: https://github.com/LibrePDF/OpenPDF/wiki/Multi-byte-character-language-support-with-TTF-fonts with Jaldi-Regular.ttf in https://github.com/LibrePDF/OpenPDF/tree/master/openpdf/src/test/resources/fonts/jaldi . **To Reproduce** Code to reproduce the issue 1. Copy https://github.com/LibrePDF/OpenPDF/wiki/Multi-byte-character-language-support-with-TTF-fonts 2. Change font...
**Describe the bug** After the migration from iText to OpenPDF 1.3.26 the Property Font.BOLD is not working when the Text in the Paragraph contains an Euro sign (€). **To Reproduce**...
It would be nice to have this feature (in the same way that is implemented in iText) because is useful when we have to generate PDF files with many tables...
**Describe the bug** After the migration from iText to OpenPDF I;m not able to find an implementation of kepRowsTogether() method as in iText, with the consequence that if I try...
**Describe the bug** As initially reported in [DSS-2691](https://ec.europa.eu/digital-building-blocks/tracker/browse/DSS-2691), OpenPdf adds _/DA_ and _/DR_ dictionaries in an empty signature field creation, when using the method [PdfStamper.addSignature(...)](https://github.com/LibrePDF/OpenPDF/blob/1.3.26/openpdf/src/main/java/com/lowagie/text/pdf/PdfStamper.java#L479). This is caused by the...
Hello, i have a Problem inserting a template in my document. If i add the template and print text in it at a later time, the text will be there...
I want to set custom bullet points created from an image in a list. I tried different code examples from the internet but the bullet points are not visible. I...