Parameters
- filename
Name of the target file. It is also possible to use the placeholder "%d" (e.g. "page %d"). This is important, for example, for export formats that would create several files per page, such as JPEG conversion, as otherwise only a single page would be created.
- targetFormat
Target format. Valid values are:
-
"TIFF" (also "PICTURE_MULTITIFF")
-
"JPEG" (also "PICTURE_JPEG")
-
"PNG" (also "PICTURE_PNG")
-
"EMF"
-
"TTY"
-
"PDF"
-
"PRN"
-
"XPS"
-
"TXT"
-
"LL" (also "PRV")
This parameter allows you to declare a semicolon-separated list with further export options. You will find the accepted values in the chapter for the export modules in the Programmer's Manual. Please note that not all options can be supported with this API. An example is the parameter "PDF;PDF.EncryptionFile=1".
Additional to the mentioned parameters above the following parameters can be used:Value Meaning PageIndexRange Analog to the print options dialog a range for pages can be set. JobIndexRange Analog to the print options dialog a range for the job can be set. IssueIndexRange Analog to the print options dialog a range for the issues can be set. An example of this is the use of " PDF;Export.PageIndexRange=2-3". With this, only pages 2 and 3 are converted to PDF.
The export to "PRN" creates a file that is specially prepared for the given printer (parameter "PRN.Device="). This file can be output on the printer by copying it directly. Therefore the printer name (device name) must be explicitly defined.
-