OpenPDF icon indicating copy to clipboard operation
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...

Results 254 OpenPDF issues
Sort by recently updated
recently updated
newest added

I use OpenPdf to generate database diagrams with column tooltips like here: ![image](https://user-images.githubusercontent.com/4970910/72043687-12406900-32b2-11ea-8027-0b7d336ac6e3.png) using : ``` final PdfAnnotation annotation = PdfAnnotation.createStamp(writer, new Rectangle( rx, ry, rw, rh), text, "#Comment" );...

help wanted
question

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...

help wanted
question

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...

help wanted
question
need-info

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`.

enhancement
good first issue

Is there a way to block the document or textfield with digital signature?

question

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...

enhancement
help wanted
documentation

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...

cleanup

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...

bug
enhancement

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...

bug
help wanted
question

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,...

enhancement
help wanted