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...
I use OpenPdf to generate database diagrams with column tooltips like here:  using : ``` final PdfAnnotation annotation = PdfAnnotation.createStamp(writer, new Rectangle( rx, ry, rw, rh), text, "#Comment" );...
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...
Hi there! We use OpenPDF to add bleed and trim boxes to PDF's exported with chrome/puppeteer. The size of the bleed and trim boxes are defined by a Rectangle which...
The value `keeptogether` on a `ListItem` is ignored ``` ListItem listItem = new ListItem("multiline text...", font); listItem.setKeepTogether(true); ``` **expected result** The flag has the same behavior as by `Paragraph`.
Is there a way to block the document or textfield with digital signature?
OpenPDF supports text extraction from PDF files. Add Text extraction tutorial example to the wiki: https://github.com/LibrePDF/OpenPDF/wiki/Text-Extraction This seems to be something people want which would be useful to document. So...
I get these warnings of "Some input files use or override a deprecated API" when compiling the latest version of OpenPDF: [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ openpdf --- [INFO] Changes...
I use OpenPDF in flying saucer to generate PDFs from HTML and I've run into a problem that I cannot use fonts such as NotoSansCJKjp (an OTF/CFF font) because CFF...
I added the Ptable into document class. I realize if the element is Element.PTABLE it will create a new line through newLine method which create a blank page on my...
A Java 7 branch of OpenPDF has been requested multiple times, so it is something some users want. Such a Java 7 branch has been maintained in the past. However,...