About 50 results
Open links in new tab
  1. java - iTextPDF to OpenPDF Integration - Stack Overflow

    Jan 28, 2019 · OpenPDF is a fork of iText release 2.1.7 (or the internal tag 4.2.0 which in spite of the large gap is merely 2.1.7 plus a handful of fixes). In particular it does not contain all the new features …

  2. How to write Arabic text in a PDF using OpenPDF and Java

    Feb 14, 2023 · I use OpenPDF to generate a PDF from a Spring Boot application. Everything works fine when I use French or English alphabets, but when I write in Arabic nothing is displayed.

  3. Newest 'openpdf' Questions - Stack Overflow

    How to achieve per-phrase leading and alignment in OpenPDF ColumnText with inline rendering?

  4. Jasperreports in Java: Unable to load report - Stack Overflow

    Jul 8, 2025 · JasperReports 7.0.3 depends on OpenPDF 1.3.32, but not on iText as JasperReports 6 does. Maybe you missed openpdf-1.3.32.jar in the classpath?

  5. Multi Language Support in OpenPDF Java - Stack Overflow

    Jun 6, 2023 · In OpenPDF if any of the text is with language other than English (Korean / Chinese) is showing as empty. I have tried with creating custom font by downloading the otf file from google fonts …

  6. java - Center and format text with OpenPDF - Stack Overflow

    Apr 24, 2021 · A Chunk in OpenPDF is a string with a certain Font. Instead of adding a String (unformatted) to the paragraph, you add a Chunk -object like new Chunk("Hello and ", fontNormal) …

  7. JasperReports (6.20.1) dependency not satisfied in Java project ...

    Apr 5, 2023 · When trying to import our Java Spring Maven project for generating Jasper reports in IntelliJ IDEA, we get the following error: Failure to find …

  8. javascript - How to convert an OutputStream created by OpenPdf (java ...

    Oct 2, 2023 · How to convert an OutputStream created by OpenPdf (java library) to readable and downloadable via http response (http4s, scala) pdf document?

  9. How to convert HTML to Pdf with OpenPdf - Stack Overflow

    Mar 16, 2018 · How can I convert an HTML to PDF with OpenPDF? For what I know, OpenPdf is a fork of Itext 4. Unluckily I can't find Itext 4 documentation.

  10. How to make an image float above the text in OpenPDF to realize the ...

    Feb 6, 2023 · If you want to add something to an existing PDF with OpenPdf, you surely use a PdfStamper. To add an image above the existing content of some page, simply retrieve the …