Skip to content

Commit

Permalink
Add installation instructions for Jaspersoft Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
feschber committed Dec 3, 2021
1 parent 1eb6a46 commit 7b0c31e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ The configuration property that needs to be set is:
net.sf.jasperreports.export.pdf.producer.factory=com.jaspersoft.jasperreports.export.pdf.modern.ModernPdfProducerFactory
~~~

In **JasperSoft Studio** go to `File -> Properties -> Configure Workspace Settings` and add a new property with

Property Name
~~~
net.sf.jasperreports.export.pdf.producer.factory
~~~
and Value
~~~
com.jaspersoft.jasperreports.export.pdf.modern.ModernPdfProducerFactory
~~~


The following jars need to present on the classpath:

* jasperreports-pdf-lib7-{x.y.z}.jar (published by this project)
Expand Down Expand Up @@ -53,4 +65,4 @@ There are several areas where differences to the built-in PDF producer can be ob
* Graphics2D images (such as JFreeChart elements) are converted to SVGs via Batik and then rendered to PDF via SvgConverter. This can have an impact on performance.
* Text line spacing/leading cannot be precisely controlled to exactly match the way text is rendered in AWT. Therefore a slower AWT/iText hybrid renderer is used.
* PDF form elements are created differently than in iText 2, and some styling options are not implemented.
* Complex script text layout (used for Asian languages) has not been tested as it requires a license file.
* Complex script text layout (used for Asian languages) has not been tested as it requires a license file.

0 comments on commit 7b0c31e

Please sign in to comment.