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...
When using setFirstLineIndent with negative value in combination with TAB and setIndentationLeft to create hanging indent causes the line to be cut short. The code could look something like this...
When setting TAB positions for a Paragraph, the resulting text is positioned one character width too far to the right in respect to the given position. This becomes very obvious...
Bumps maven-bundle-plugin from 5.1.6 to 5.1.8. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.3.1 to 10.3.2. Release notes Sourced from checkstyle's releases. checkstyle-10.3.2 https://checkstyle.org/releasenotes.html#Release_10.3.2 Bug fixes: #11736 - MissingJavadocType: Support qualified annotation names #11655 - Update google_checks.xml to have the...
I try to use openPdf to generate a pdf file with digital-signature with test method: visibleExternalSignature, It did generate a pdf file, but when I open it with Adobe Acrobat...
Bumps `junit.version` from 5.8.2 to 5.9.0. Updates `junit-jupiter-api` from 5.8.2 to 5.9.0 Release notes Sourced from junit-jupiter-api's releases. JUnit 5.9.0 = Platform 1.9.0 + Jupiter 5.9.0 + Vintage 5.9.0 See...
https://github.com/javamelody/javamelody/issues/788#issuecomment-535818722 > java.lang.ClassCastException: class java.lang.String cannot be cast to class com.lowagie.text.Element (java.lang.String is in module java.base of loader 'bootstrap'; com.lowagie.text.Element is in unnamed module of loader 'app') > at com.lowagie.text.Phrase.add(Phrase.java:86)...
Minor change in HTMLWorker and a test case
**Issue**: I use both arabic and english in my pdf. I need arabic content to be in RTL (right to left) and english to be in LTR (Left to right)...
When generating a large PDF documentation, I got this exception. Is it maybe some buffer that can be increased? Error handling method 'generate' in class com.wisecoders.dbs.dialogs.system.FxDocumentationDialog: java.lang.IllegalArgumentException: newPosition > limit:...