Configure document properties

This panel shows the properties of the document that you are working on. Some of these properties are locked and are only displayed for information.

These fields are locked, and are filled in if this document is being edited by someone other than who created it:

  • Document Title

    The original document title.

  • Document Author

    The original document author.

  • Original Source Data XML

You can modify these fields according to your preference for the layout:

Generate PDF font mode

This is to ensure that the fonts you used are supported on other systems. These are the valid values:

  • None

    Generate the PDF with no accompanying fonts.

  • Subset

    Generate the PDF with the fonts that you used. This value is recommended.

  • Full

    Generate the PDF with all supported fonts.

Output format

Output format follows the {"outputformat":{"value":"<VALUE>"}} format. These are the valid values:

  • PDF
  • PDFA

Paper size

Paper size follows the {"papersize":{"value":"<VALUE>"}} format. These are the valid values:

  • A3
  • A4
  • A5
  • B4
  • B5
  • EXECUTIVE
  • FOLIO
  • LEDGER
  • LEGAL
  • LETTER
  • ENVELOPE_DL
  • QUARTO
  • STATEMENT
  • TABLOID
  • PAPER_10_X_14
  • PAPER_11_X_17

Orientation

Orientation follows the {"orientation":{"value":"<VALUE>"}} format. These are the valid values:

  • PORTRAIT
  • LANDSCAPE

Watermarks

Watermarks follow this format:

{"watermarks":[{"field1a":"VALUE1a","field1b":"VALUE1b","field1c":"VALU
E1c","field1d":"VALUE1d",...} 
, {"field2a":"VALUE2a","field2b":"VALUE2b","field2c":"VALUE2c","field2d
":"VALUE2d",...},... ]}

You can add multiple watermarks. This table shows some of the valid fields and their values:

Field Value Description
xpath XPath An XPath from your content source; the only required value.
color "red": x, "green": y, "blue": z Where x, y, and z are numbers from 0-255 that signify the saturations of red, green, and blue.
fontSize Any positive integer Specifies how big the text is.
fontFamily The name of the font. The font of the text.
textRotation 0-360 The degree to which the text is rotated.

These are examples of valid watermark inputs:

  • {"watermarks":[{"xpath":"/PayablesChargeback/IDMWatermark","fontFamily":"Arial","fontSize":100,"color":{"red":214,"green":214,"blue":214},"textRotation":-40}]}
  • {"watermarks":[{"text":"TEST","color": {"red": 192, "green": 0, "blue": 0},"fontSize": 60,"fontFamily": "Times new roman","textRotation": -35},{"text":"DRAFT","textRotation":0}]}
  • {"watermarks":[{"text":"DRAFT"}]}