<pdf-settings> |
child of <formatter-config> |
embed-all-fonts |
false |
Specifies whether or not to embed in the PDF all fonts that are embeddable, with one of the following values:
- false : Only fonts specified in <embed-font> are embedded.
- true : All fonts that can be embedded will be embedded, except for the Standard 14 Fonts.
- base14 : All fonts that can be embedded will be embedded, including the Standard 14 Fonts.
In the GUI, this can be specified by selecting the Embed All Embeddable Fonts option.
|
embed-font-encoding |
|
Specifies the encoding when the TrueType font is embedded. When nothing is specified, Identity-H/V is the default.
- WinAnsiEncoding
Specifies WinAnsiEncoding for encoding. If WinAnsiEncoding cannot be specified, Identity-H/V is considered as specified.
|
encryption-level |
128 |
Specifies the key length when encrypting the PDF file. Specifies either 40 or 128. These are counted as number of bits of the key length.
This attribute is effective with PDF1.4 or later.
- 40rc4
- 128rc4 (Effective with PDF1.4 or later)
- 128aes (Effective with PDF1.5 or later)
- 256aes (Effective with PDF1.7 or later)
|
error-on-embed-fault |
true |
When an error occurs while embedding fonts, specifies whether to stop the job as an error or to continue embedding by replacing the character with a white space using the value of true or false.
If the value is true, stops executing as an error. If the value is false, continues executing and outputs PDF by replacing the character with a white space. In GUI, it can be specified by selecting the When Embedding Fails option.
|
error-on-missing-glyph |
false |
When the corresponding glyph for the specified character does not exist in the specified font, specifies whether to break off the processing as an error or to continue the processing by using true or false. When true is specified, the processing will end as an error.
When false is specified, although PDF is outputted, the character will be displayed as a white space or a small box in PDF for missing glyph. In GUI, it can be specified by selecting the Error on Missing Glyph option.
|
linearized |
false |
Specifies whether to create linearized PDF.
If the value is true, creates linearized PDF that is optimized for Web display.
If the value is false, creates normal PDF. In GUI, it can be specified by selecting the Fast Web View option.
|
no-accessibility |
false |
Specifies whether to permit text access for screen reader devices of PDF files with the value of true or false. If false is specified, it is permitted. If true is specified, it is not permitted. This attribute is effective only when you specify PDF1.4 or later. owner-password is required for the permission settings of text access for screen reader devices to be effective.
|
no-assemble-doc |
false |
Specifies whether to permit inserting, deleting and rotating of PDF pages with the value of true or false. If false is specified, it is permitted. If true is specified, it is not permitted. This attribute is effective only when you specify PDF1.4 or later. owner-password is required for the permission settings of inserting, deleting and rotating of PDF pages to be effective.
|
no-changing |
false |
Specifies whether or not to permit making form field and making other changes in the PDF file or not with the value of true or false. If the value is false, changes are permitted. If the value is true, no changes are permitted. owner-password is required for the permission settings of making form field and making other changes to be effective.
|
no-content-copying |
false |
Specifies whether to permit copying the text and the graphics in PDF or not with the value of true or false. If the value is false, permits copying. If the value is true, permits no copying. owner-password is required for the permission settings of copying the text and the graphics to be effective.
|
no-fill-form |
false |
Specifies whether to permit filling in of form fields and signing of the PDF file with the value of true or false. If false is specified, it is permitted. If true is specified, it is not permitted. This attribute is effective only when you specify PDF1.4 or later. owner-password is required for the permission settings of filling in of form fields and signing to be effective.
|
object-compression |
false |
Compresses the object in PDF. It is effective with PDF1.5 or later and text-and-lineart-compression="true" is specified. If true is specified, the object will be compressed, if false is specified, it will not be compressed. In GUI, it can be specified by selecting the Object Compression option.
|
owner-password |
|
Sets the strings specified as an owner password. Specify up to 32 ASCII characters. If the characters other than the above are included, it becomes invalid and It is assumed that no password is set. The default value is no-password.
CAUTION: |
The password is described in plaintext in the file. Be very careful when handling files. |
|
pdf-version |
PDF1.4 |
Specifies the version of the PDF to create with one of the following values.
- PDF1.3
- PDF1.4
- PDF1.5
- PDF1.6
- PDF1.7
- PDF/A-1b:2005
|
printing-allowed |
high-resolution |
Specifies whether to print the resulting PDF file or not. If high-resolution is specified, it allows to printing in high resolution. low-resolution is effective with PDF1.4 or later. If low-resolution is specified, it allows printing in low resolution. If the PDF version is 1.3, it is handled as hi-resolution. If none is specified, it does not allow printing. owner-password is required for the permission settings of printing the PDF file to be effective.
|
rasterize-resolution |
108 |
If part of a vector image is transformed to a raster image and stored in the PDF. Specifies the value of the rasterize-resolution of the transformed raster images in the range from 70 to 500(dpi).
This setting is effective only with Windows version.
The vector format image which cannot be stored directly in PDF is not supported with Linux / Solaris version.
In GUI, it can be specified by selecting the Rasterize Resolution option.
See also Image Output to learn about the file formats which can be stored directly in PDF.
|
reverse-page |
false |
If the value is true, outputs pages in reverse order to PDF.
|
text-and-lineart-compression |
true |
Specifies whether the text and the line art in PDF are compressed in order to make the size of PDF smaller or not. If the value is true, it is compressed. If the value is false, it is not compressed. In GUI, it can be specified by selecting the Text and Line-Art Compression option.
|
user-password |
|
Sets the strings specified as a user password. Specify up to 32 ASCII characters. If the characters other than the above are included, it becomes invalid and it is assumed that no password is set. The default value is no-password.
CAUTION: |
The password is described in plaintext in the file. Please use care in managing the file. |
|
<embed-font> |
child of <pdf-settings> |
font |
|
Specifies the fonts that are embedded in the PDF. This element can be specified without limit and is effective only when embed-all-fonts="false" is specified. When embed-all-fonts="false" is specified and this element is not specified, only the glyphs of the characters that are needed in the PDF output are embedded.
When this element is specified and if the font indicated here is used within the formatted results, the glyph of the character currently used will be embedded. For a font that is not specified, embedding is performed only for the glyphs of the characters that are needed in the PDF output.
|