DBWDwg2PdfOptions.PAR

<< Click to Display Table of Contents >>

Navigation:  Appendix > Parameter Files >

DBWDwg2PdfOptions.PAR

DBWDwg2PdfOptions.PAR file

This parameter file allows to better control the DWG → PDF conversion through additional declaration.
Its location is the shared PAR directory (usually DBWORKS_SERVER\PAR\)

The goal of this file is to provide special options for supporting various case of conversions.
At the moment the following options are supported

skipmodel

When declared and when the following option is enabled
General→More...→images_checkONDWG->PDF:convert all DWG Layouts
the conversion of a multilayer dwg will skip the "model" space conversion, so converting only the existing "layout" layers.

zoom

Zoom to extents mode

enablelayers

Enable layer support (PDF v1.5)

exportofflayers

Export Off layers too

exactExtents

Zoom to exact extents mode

useHLR

Hidden Lines Removal
when using this parameter, the PDF will always be a Color PDF, even if the Monochrome style has been used

Example

;
;DBWDwg2PdfOptions.PAR
;
-skipmodel
<empty line>

See also

DBWDwg2Pdf conversion parameter files