Publishing And Rendering Options

When documents are registered by the source vault's VBScript event handlers, publishing options and rendering options can be specified that modify the publishing job. These options can be set using the RegisterDocument method described in RegisterDocument method.

The Meridian Enterprise system link supports the options described in the following table when the destination system is another Meridian Enterprise vault. The Microsoft SharePoint system link also supports publishing options, however they must be specified in a customized SharePoint workflow template. The publishing options are not supported by the Windows file system link.

Note:

If an option accepts a value and the value is empty, the publishing job settings are used. If the value is invalid (missing < or > characters), the job will fail.

The rendering modules support the options described in the following table.

Rendering options
Option Description

_NOPOSTRENDER_

Disables all rendition post-processing actions (for example, watermarks or signature pages).

_NORENDER_

Disables all document rendering and an empty file is published to the destination vault. This option is typically used together with the _DATA_ONLY_ option.

_PAGERANGE_<Start;End>_

Renders only the specified range of pages. This option may be specified in any of the formats that are described in the following table.

Note:

This option is supported by the AutoVue rendering module only.

Supported Formats

  • _PAGERANGE_<>_

    Current page

  • _PAGERANGE_<;>_

    All pages

  • _PAGERANGE_<n;n>_

    Pages n to n

  • _PAGERANGE_<n;>_

    Page n to the end of the document

_PRINTING_QUALITY

Allows you to get and set the print quality to use with PDFTron. You can set a value between 1 and 15. Higher values result in higher quality, but takes longer to render. Values between 3 and 6 are suitable for most purposes. Beyond 6, quality increases by diminishing amounts. If no value is set, the default value of 1 is used. The property exists within the BCRenditionPropertySet. For example, Document.Property("BCRenditionPropertySet._PRINTING_QUALITY").

_REVITSETUP_<ExportSetupName>_

Uses the parameters configured in the specified export setup to render the Revit project instead of the options configured in the publishing job. If the export setup cannot be found, then the configured options will be used.

ExternalUpdateProperties

If you use the Teigha rendering engine, this setting allows Meridian to recover from attempting to render a corrupt or invalid document. If a third-party rendering component fails, we remove the document from the rendering queue. A message appears in the process log that informs the user that the process has failed, and then Meridian proceeds to the next document in the queue.

To enable this setting:

  1. Navigate to the following file:

    C:\ProgramData\BlueCieloECM\EnterpriseServices\PublishingCapability.dat

    Learn more about the settings in the PublishingCapability.dat file.

  2. Change the value of the ExternalUpdateProperties setting to true.

  3. Save the file.