Drawings SDK supports exporting a .dwg or .dgn file to a Portable Document Format (.pdf) file. The export module is a single support module for the Drawings SDK, and it's available in dynamic and static forms for Windows, Linux, and macOS (x86 and x64 versions). All source is available in the release packages.
The following components are available to use for export to PDF:
Location of the source files: Kernel/Exports/PdfExport
.
This module should be loaded by the user application to get access to PDF
export functionality. The main exporting class is OdPdfExport
.
Location of the source files: Kernel/Exports/PdfExport/PDFToolkit
.
This module is loaded by the TD_PdfExport_version.tx
module.
Location of the source files: Drawing/Examples/OdPdfExportEx
and Drawing/Examples/win/OdaMfcApp
.
See Export to .pdf File Examples for additional information about the sample application.
For viewing .pdf files you can use different viewing applications, for example:
Export to .pdf File Parameters and Flags
Export Several Drawings into One .pdf File
Working with Other File Formats
Copyright © 2002 – 2020. Open Design Alliance. All rights reserved.
|