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 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 Examples of Exporting to PDF for additional information.
To view PDF files you can use different viewing applications, for example:
Working with Other File Formats
Copyright © 2002 – 2021. Open Design Alliance. All rights reserved.
|