Search K
Appearance
Appearance
Exports a Bentley MicroStation DGN file to PDF using Bentley View or MicroStation via COM Interop.
Serialised Task
This task runs through the serialisation queue. Only one instance of this task executes at a time across all concurrent workflows. If multiple workflows reach this task simultaneously, they will queue and execute one at a time.
Use this task when a workflow needs to produce a PDF from a DGN drawing — for example, to generate a print-ready output for distribution, to archive a drawing at a specific revision, or to produce consistent plot outputs across a batch of engineering files. Export settings such as paper size, orientation, colour mode, and plot area can be defined directly or via a conditional advanced settings table that selects the appropriate profile based on a drawing property value. Bentley View or MicroStation must be installed on the automation server.
| Field | Type | Required | Description |
|---|---|---|---|
| Local File Full Path | Text | Yes | Full path to the DGN file to export. |
| Export Type | Dropdown | Yes | The target output format. Currently only PDF is fully implemented. |
| Advanced Export Settings | Key-Value Pairs | No | Optional lookup table that maps a control property value to a row of export settings (paper size, orientation, colour mode, etc.). When provided, the node selects the matching row; if no match is found it falls back to the first row. Only relevant for PDF, DWF, and PLT exports. |
Advanced Export Settings is only shown when Export Type is set to PDF, DWF, or PLT.
| Name | Description |
|---|---|
| Exported Files | Semicolon-separated list of full paths to the exported files. |
| Export Count | Number of files produced by the export. |
| Local File Full Path | Path to the primary exported file when only one file was produced. |
| Processing Time | Time taken to complete the export, expressed in seconds. |
| Publisher Method | The publishing method used (COM Interop). |
| Application Used | The Bentley application that performed the export (MicroStation or Bentley View). |
| Connected Application | The COM-connected application instance that was detected and used. |
| Processed Models | Comma-separated list of model names that were included in the export. |