LogPDFSettings Method
Description
Writes the DWG Processor PDF Settings for the current vault to a log file.
Please see Log Files for more information.
Syntax
Sub LogPDFSettings(LogIdentifier As Object)
Parameters
Name |
Data Type |
Description |
LogIdentifier |
String or TypedValue |
Used to determine the filename of the log file. To create a log file for the current activity pass in the provided ActivityID. |
Return
No return value.
Example
'create ExcitechDOCS DWG Processor object
Set dwgProcessor = GetExtensionObject("ExcitechDOCS.DWGProcessor")
'write PDF Setting to log
dwgProcessor.LogPDFSettings ActivityID
The resulting log file would contain the following information:
01/01/2019 09:00:00:0085 - DWG PDF Rendition Settings
----------------------------------------------------------------------------------------------------------------------------------
PDF File Settings
----------------------------------------------------------------------------------------------------------------------------------
PDF Version: v1.5
Enable Layer Support: True
Include Off Layers: False
Linearise PDF: False
Enable Compression: True
ASCII-HEX Encoded: False
Export Hyperlinks: False
Enable Measuring Scale: False
PDF Background Colour: Color [A=255, R=255, G=255, B=255]
Colour Policy: No Policy
----------------------------------------------------------------------------------------------------------------------------------
Vectorisation and Rendering
----------------------------------------------------------------------------------------------------------------------------------
Zoom to Extents Mode: False
Enable Simple Geometry Optimisation: True
Use Hidden Line Removal Algorithm: False
Enable Transparency: False
Merge Crossing Line Colours: False
----------------------------------------------------------------------------------------------------------------------------------
Font and Test Settings
----------------------------------------------------------------------------------------------------------------------------------
Embedded True Type Fonts: False
Embedded True Type Font Optimisation: False
True Type Fonts As Geometry: False
SHX Fonts As Geometry: False
Searchable Text: No Search
----------------------------------------------------------------------------------------------------------------------------------
Hatch Settings
----------------------------------------------------------------------------------------------------------------------------------
Hatch Export Resolution (DPI): 72
Export Solid Hatches using: Bitmap
Export Gradient Hatches using: Bitmap
Export Other Hatches using: Bitmap
----------------------------------------------------------------------------------------------------------------------------------
Image Settings
----------------------------------------------------------------------------------------------------------------------------------
Image Cropping: True
DCT Compression: False
DCT Compression Quality: 50
Colour Resolution (DPI): 400
Monochrome Resolution (DPI): 400
----------------------------------------------------------------------------------------------------------------------------------
Property Mappings
----------------------------------------------------------------------------------------------------------------------------------
PDF Property Name M-Files Property Name
----------------------------------------------------------------------------------------------------------------------------------
Title Name or title
Author Created by
Subject <Not Mapped>
Keywords <Not Mapped>
Creator <Not Mapped>
----------------------------------------------------------------------------------------------------------------------------------
Support Paths
----------------------------------------------------------------------------------------------------------------------------------
C:\Windows\Fonts
C:\Autodesk\Fonts
C:\Autodesk\Support
C:\Autodesk\Plotters\Plot Styles
----------------------------------------------------------------------------------------------------------------------------------