Foxit PDF SDK
|
Public Member Functions | |
constructor () | |
Constructor, with parameters. | |
Public Attributes | |
export_flags | |
The export flags used for the converted PDF document. Please refer to values starting from FSDK.DWG2PDFSettingData.e_FlagEmbededTTF and this can be one or a combination of these values It could also be 0, which means all bits in the flag are 0. | |
export_hatches_type | |
The type of solid hatches export. More... | |
gradient_export_hatches_type | |
The type of gradient hatches export. More... | |
is_active_layout | |
true means to export the active layout only, while false means not. Default value: false. | |
other_export_hatches_type | |
The type of other (non-solid) hatches export. More... | |
output_author | |
The author for the output PDF document, an empty string will be used as default. | |
output_creator | |
The creator for the output PDF document, an empty string will be used as default. | |
output_keywords | |
The keywords for the output PDF document, an empty string will be used as default. | |
output_producer | |
The producer for the output PDF document, an empty string will be used as default. | |
output_subject | |
The subject for the output PDF document, an empty string will be used as default. | |
output_title | |
The title for the output PDF document, an empty string will be used as default. | |
paper_height | |
The paper height used for the converted PDF document. More... | |
paper_width | |
The paper width used for the converted PDF document. More... | |
searchable_text_type | |
The type of search text type. More... | |
Static Public Attributes | |
static | e_DWG2PDFExportHatchesTypeDrawing |
Hatches export type: Exports hatch as a set of triangles (vectorizer). | |
static | e_DWG2PDFExportHatchesTypePdfPaths |
Hatches export type: Exports hatch as a PDF path (solid hatches only). | |
static | e_DWG2PDFExportHatchesTypePolygons |
Hatches export type: Exports hatch as a polygon (solid hatches only). | |
static | e_DWG2PDFSearchableTextTypeNoSearch |
Enumeration for searchable text type used for converting DWG to PDF. More... | |
static | e_DWG2PDFSearchableTextTypeSHX |
Searchable text type: Only text displayed with SHX font is searchable. | |
static | e_DWG2PDFSearchableTextTypeTTF |
Searchable text type: Only text displayed with TTF font is searchable. | |
static | e_FlagASCIIHexEncoding |
Bit 10. Enable ASCIIHex encoding of internal PDF streams. | |
static | e_FlagEmbededOptimizedTTF |
Bit 7. Enable embedding of TTF font program to PDF file. The TTF font will be reduced by removing unused parts (smaller PDF file size; but limited editing). | |
static | e_FlagEmbededTTF |
Enumeration for flags of DWG to PDF export. More... | |
static | e_FlagEnableLayers |
Bit 5. If enabled; layer support will be added to PDF file (1.5 version required). | |
static | e_FlagExportHyperlinks |
Bit 11. Enable hyperlinks export. | |
static | e_FlagFlateCompression |
Bit 9. Enable compression of internal PDF streams. | |
static | e_FlagIncludeOffLayers |
Bit 6. If enabled; invisible layers will be added to PDF file (1.5 version required). | |
static | e_FlagLinearized |
Bit 13. Create linearized PDF file. | |
static | e_FlagMeasuring: number static e_DWG2PDFExportHatchesTypeBitmap |
Bit 15. Enable measuring scale in pdf. | |
static | e_FlagSHXTextAsGeometry |
Bit 3. Enable SHX font text to geometry conversion. | |
static | e_FlagSimpleGeomOptimization |
Bit 4. Enable simple geometry optimization (separated segments to one polyline; Bezier curve control points). | |
static | e_FlagTTFTextAsGeometry |
Bit 2. Enable TTF font text to geometry conversion. | |
static | e_FlagUseHLR |
Bit 8. Determines whether software uses vector hidden-line removal for corresponding viewports. | |
static | e_FlagZoomToExtentsMode |
Bit 12. If enabled; layout geometry will be zoomed to paper size; else layout settings will be applied. More... | |
This class represents settings used for converting DWG to PDF. This would be used in class FSDK.Convert.
|
static |
Enumeration for searchable text type used for converting DWG to PDF.
Values of this enumeration should be used alone.
Searchable text type: No searchable text.
|
static |
Enumeration for flags of DWG to PDF export.
Values of this enumeration could be used alone or in a combination.
Bit 1. Enable embedding of TTF(True Type Font) program to PDF file. The whole TTF font file will be embedded (huge PDF size).
|
static |
Bit 12. If enabled; layout geometry will be zoomed to paper size; else layout settings will be applied.
FSDK.DWG2PDFSettingData.export_hatches_type |
The type of solid hatches export.
It use FSDK.DWG2PDFSettingData.e_DWG2PDFExportHatchesTypeBitmap as the default value of this option. Please refer to values starting from FSDK.DWG2PDFSettingData.e_DWG2PDFExportHatchesTypeBitmap and this should be one of these values.
FSDK.DWG2PDFSettingData.gradient_export_hatches_type |
The type of gradient hatches export.
For this option, only FSDK.DWG2PDFSettingData.e_DWG2PDFExportHatchesTypeBitmap and FSDK.DWG2PDFSettingData.e_DWG2PDFExportHatchesTypeDrawing are supported. It use FSDK.DWG2PDFSettingData.e_DWG2PDFExportHatchesTypeBitmap as the default value of this option. Please refer to values starting from FSDK.DWG2PDFSettingData.e_DWG2PDFExportHatchesTypeBitmap and this should be one of these values
FSDK.DWG2PDFSettingData.other_export_hatches_type |
The type of other (non-solid) hatches export.
For this option, only FSDK.DWG2PDFSettingData.e_DWG2PDFExportHatchesTypeBitmap and FSDK.DWG2PDFSettingData.e_DWG2PDFExportHatchesTypeDrawing are supported. It use FSDK.DWG2PDFSettingData.e_DWG2PDFExportHatchesTypeBitmap as the default value of this option. Please refer to values starting from FSDK.DWG2PDFSettingData.e_DWG2PDFExportHatchesTypeBitmap and this should be one of these values
FSDK.DWG2PDFSettingData.paper_height |
The paper height used for the converted PDF document.
This option can be used if layout geometry will be zoomed to paper size(FSDK.DWG2PDFSettingData.e_FlagZoomToExtentsMode are enabled by export_flags). It use the default value 297.0f. this values are in millimeters.
FSDK.DWG2PDFSettingData.paper_width |
The paper width used for the converted PDF document.
This option can be used if layout geometry will be zoomed to paper size(FSDK.DWG2PDFSettingData.e_FlagZoomToExtentsMode are enabled by export_flags). It use the default value 210.0f. this values are in millimeters.
FSDK.DWG2PDFSettingData.searchable_text_type |
The type of search text type.
This option can be used if SHX or TTF text exported as geometry(FSDK.DWG2PDFSettingData.e_FlagTTFTextAsGeometry and FSDK.DWG2PDFSettingData.e_FlagSHXTextAsGeometry are enabled by export_flags). It use FSDK.DWG2PDFSettingData.e_DWG2PDFSearchableTextTypeNoSearch as the default value of this option. Please refer to values starting from FSDK.DWG2PDFSettingData.e_DWG2PDFSearchableTextTypeNoSearch and this should be one of these values.