ConvertOptions property

Use the ConvertOptions property to specify a comma-separated list with custom options, which are passed to DocBridge during conversion

This property has the following parameters.

Parameter Description
TEXTNOTE_CHANGES PDF 1.3/1.4
  • If set to True, PDF security attributes for document assembly, page extraction, comment, sign, and create template are set to True.

  • If set to False, PDF security attributes for document assembly, page extraction, comment, sign and create template are set to False.

CHANGES PDF 1.3/1.4
  • If set to True, PDF security attributes for document assembly, page extraction, comment, sign and create template are set to True.

  • If set to False, PDF security attributes for document assembly, page extraction, comment, sign and create template are set to False.

FILL PDF 1.4
  • If set to True, PDF security attributes for document assembly, page extraction, comment, sign and create template are set to True.

  • If set to False, PDF security attributes for document assembly, page extraction, comment, sign and create template are set to False.

COPY PDF 1.4
  • If set to True, PDF security attributes for document assembly, copy content, copy content for accessibility, page extraction, comment, sign and create template are set to True.

  • If set to False, PDF security attributes for document assembly, copy content, copy content for accessibility, page extraction, comment, sign and create template are set to False.

DIGITAL_COPY PDF 1.4
  • If set to True, PDF security attributes for document assembly, page extraction, comment, sign and create template are set to True.

  • If set to False, PDF security attributes for document assembly, page extraction, comment, sign and create template are set to False.

ASSEMBLE PDF 1.4
  • If set to True, PDF security attributes for document assembly, page extraction, comment, sign and create template are set to True.

  • If set to false, PDF security attributes for document assembly, page extraction, comment, sign and create template are set to false. Assembling a document is limited to one item.

ACCESSIBILITY PDF 1.4
  • If set to True, PDF security attributes for copy content, copy content for accessibility, page extraction are set to True.

  • If set to False, PDF security attributes for copy content, copy content for accessibility, page extraction are set to False.

DUPLEX_ADDPAGE Default value is False.
  • If set to True, this option specifies whether an empty page should be added to a duplex document with an odd number of pages.

  • If set to False, this option sets simplex mode for the last page of a duplex document with an odd number of pages.

DUPLEX_OPTIMIZE
  • If set to True, duplex settings are only set in the output stream, when duplex mode changes.
  • If set to False, duplex settings are set in the output stream.

MAP_COLOR This parameter is used to define whether color mapping for the AFP-HighlightColor definition is executed. The individual color definitions can be specified as MapColor_1 to MapColor_n.

Example

Map_Color=TRUE, "MapColor_1=-1,20,black", "MapColor_2=0,20,red"

As MapColor parameters contain comma separated values themselves, the complete string must be enclosed in quotation marks.

The parameter has the following structure:

MapColor_???= HSB-Color,Threshold,ColorName HSB-Color=HSB Color Angle Threshold= Threshold value of the HSB color ColorName= Name of the color as defined in the AFP profile under HighlightColorList.

The example above requires the following definitions in the AFP profile:

</highlightcolorlist> <highlightcolor name='red' type='OCA' number='0x0002'
						foreground-rgb="#00FF0000" /> <highlightcolor name='black' type='OCA' number='0x0008' foreground-rgb="#00000000" />
						</highlightcolorlist>

and

<optimizepa value="never"/> <color value="FALSE" /> <usehighlightcolor value="TRUE" />
						<enablebilevelimage value="TRUE" />

SHOW_BOOKMARKS
  • If set to True, bookmarks are displayed in the opened PDF.

  • If set to False, bookmarks are not displayed in the opened PDF

OVERLAYS Default is False.
  • If set to True, overlays are created.

  • If set to False, overlays are not created.

MERGE_FONTS Default is True.
MERGE_SPLITWORDS Default is True.

If you have character spacing issues in the generated PCL, this option should be set to False.

  • If set to True, PCL output optimization is activated.

  • If set to False, PCL output optimization is deactivated.

ROTATE_LANDSCAPE Default is True.
  • If set to True, page orientation is landscape, the page rotates by 90°.

  • If set to False, the page does not rotate.