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...
## Description of the new Feature/Bugfix 1. Kerning and ligatures can be enabled for LayoutProcessor by calling LayoutProcessor.enableKernLiga(); 2. Updates for final standard DIN 91379 ## Examples ### GlyphLayoutDocumentDin91379.java Shows...
**Describe the bug** The document _header_ and _footer_ are no longer being rendered in version 1.3.29 when solely set with _Phrase()_. However, if you change the "_numbered_" option to _TRUE_...
- Providing RTL support for the case of list items.
This comes from the JSignPdf program. I was told from the developers that the following is an OpenPdf issue. In order to make the signature on a pdf file better...
## Description of the new Feature/Bugfix Describe here how you fixed the bug, or implemented the new feature. Related Issue: #130 ## Unit-Tests for the new Feature/Bugfix - [ ]...
Hi, We want to use SVG files to add icons in PDF. Is there any standard way to do that using OpenPDF?
## Description of the new Feature/Bugfix The change is that creating a PdfReader does not mean that the eliminateSharedStreams() method is called. This solves #763 which breaks certain PDF documents...
**Describe the bug** For certain documents putting a visible signature in a page which has a /Contents with an array where one or more of the objects within it has...
**Describe the bug** Calling table.setSkipFirstHeader(true) does not skip the header rows on the first page when the table is inserted into a cell and the added to another table. **To...
Does openPdf support conversion of pdf file pages to images or a way to generate thumbnails for pdf files?