B.9 PDF and Font Properties
PDF properties include specifications relating to reports generated in PDF format. See PDF Generation for related properties in Enterprise Manager.
Property |
Description |
pdf.output.ascii |
True to generate only ASCII output in the PDF file. No ASCII data is encoded to seven bit data. |
pdf.compress.image |
True to compress all image data. |
pdf.compress.text |
True to compress all text data. |
pdf.map.symbols |
Map symbol characters to symbol fonts. This is required if symbol characters are used in reports. |
pdf.font.mapping |
Font mapping from Java font to fonts used in PDF. It is a semi-colon separated pairs of font names. Each pair is separated by a colon, e.g., 'MS Hei:HeiseiKakuGo-W5-Acro;MS Song:Song-Acro'. See also CJK Fonts. |
pdf.print.scaling |
True to make the PDF reader use the application default for the 'Page Scaling' print option. False to use 'None' |
pdf.embed.font |
True to embed the font in the generated PDF file. |
pdf.embed.cmap |
True to embed the cmap in the generated PDF file. |
pdf.open.bookmark |
True to have bookmarks immediately displayed when the generated PDF files are opened in Adobe Acrobat. |
pdf.open.thumbnail |
True to have thumbnails immediately displayed when the generated PDF files are opened in Adobe Acrobat. |
pdf.generate.links |
True to create hyperlinks in the resulting PDF file. False to turn off hyperlink generation and speed up the pdf generation process. |
font.truetype.path |
TrueType font directories. |
font.metrics.source |
TrueType to use TrueType fonts as specified in the directories in font.truetype.path. |
font.afm.path |
Type 1 AFM file directories. |
font.cmap.path |
Cmap file directories. Only used when processing CJK characters. |
font.ratio.x |
A list of ratios used to adjust horizontal character spacing. This is mostly used when the font width information is different between Java and PDF. The ratio can be used to adjust the spacing so that the generated PDF matches the actual font size used in PDF viewers. It is a list of semi-colon separated ratios. Each ratio is specified by a font name and, optionally, a font style, followed by the ratio, e.g., MS Hei:1.1;Algerian-bolditalic:1.02. |
font.ratio.y |
Similar to font.ratio.x, but is applied to the font vertical spacing. |
| << B.8 Log Service Properties | © 1996-2013 InetSoft Technology Corporation (v11.4) | B.10 Image Properties >> |