Compression Options
By default, Style Intelligence compresses text and images when exporting to PDF format. On CJK operating systems, however, compression should be disabled in order to prevent corruption of the of the binary data. To turn off compression, use the following commands:
pdf.setCompressText(false);
pdf.setCompressImage(false);
Note however, that the resulting uncompressed PDF file can be quite large, especially if you use images or painters in the report.
| << Printing to a PDF File | © 1996-2013 InetSoft Technology Corporation (v11.4) | Font Handling in PDF (Base-14 Fonts) >> |