OpenPDF icon indicating copy to clipboard operation
OpenPDF copied to clipboard

No longer actively maintained. Please send all pull requests to: https://github.com/librepdf/openpdf

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

It should supports other PDF versions.

It seems like it would be good to point people to https://github.com/LibrePDF/OpenPDF as the most active version of OpenPDF. Goals - Create a shared sense of ownership by putting OpenPDF...

Hi, I've prepared the test example showing an issue: https://gist.github.com/syakovyn/8a28ab096bf5fa160f0baf0c6559a24a The attached PDF shows a workaround that has bullets, but without spaces; the original lists without bullets at all; and...

Many of the tests generate files in the root of their module. We should make sure that the tests only generate files in the target director so that they get...

We don't want to be held to any copyright or protected works. We need to remove anything that might get others into trouble by including this library in their projects....

I've never been the biggest fan of the iText style of document creation. It's an extremely powerful library, but it can be difficult to use at times. If we could...

I'm torn on this one. We might want to go as far as Java 7, as it's everywhere by now. However, Oracle has dropped support for even java 7. It...

I would like to continue to create submodules that encapsulate different pieces of functionality. For example, I would like to create a crypto module that includes the bouncy castle libraries....

I sometimes get the following exception in the latest version of OpenPDF when getting bookmarks from a PDF: Caused by: java.lang.ClassCastException: com.lowagie.text.pdf.PdfString cannot be cast to com.lowagie.text.pdf.PdfDictionary at com.lowagie.text.pdf.SimpleBookmark.getBookmark(SimpleBookmark.java:289) ........