-
I get this ClassCastException in OpenPDF version 1.3.27:
java.lang.ClassCastException: class com.lowagie.text.pdf.PdfArray cannot be cast to class com.lowagie.text.pdf.PdfString (com.lowagie.text.p…
-
I am try to open pdf in `Themeable Browser`.. Here my code that i am using 👍
i did ; `sudo cordova plugin add cordova-plugin-themeablebrowser`
`.controller('LoginCtrl',function($scope, $state, …
-
**Describe the bug**
Performance for handling PNG's (e.g. inserting into PDF Document) has become noticeable slow from original itext implementation to latest openpdf implementation.
**To Reproduc…
-
**Describe the bug**
I imported openpdf into my osgi project and get an Error: "Missing Constraint: Import-Package: sun.misc"
**To Reproduce**
1. Setup an Eclipse Target Platform and add OpenPDF …
-
**Is your feature request related to a problem? Please describe.**
We use openpdf through flying saucer and we would like to be able to render UTF-8 colored emoji. Until now we are juste able to rend…
-
now that the open pdf version exists for the converter, can we update or copy/paste the docx.xwpf converter and it use the new [fr.opensagres.odfdom.converter.pdf.openpdf](https://github.com/opensagre…
-
I am experiencing a problem when trying to add Arabic text to the PDF. Even following the example on the link below, I only get blank space on the generated PDF.
https://github.com/LibrePDF/OpenPDF…
-
**Problem**
I have a table that goes over several pages.
When the table splits due to a page-break, I would like to repeat the cell contents of the last cell (on the old page) in the new cell on…
-
**Describe the bug**
When parsing HTML content to list of Elements with HTMLWorker.parseToList, styles for HTML classes doesn't override styles for HTML tags.
**To Reproduce**
```
StyleSheet sty…
-
The open-source rendering libraries used, from JasperReports, currently do not support PDF/A-2, see https://github.com/TIBCOSoftware/jasperreports/issues/200
Supporting PDF/A-2 therefore implies im…