Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
Export to a .pdf File

Overview

ODA BimRv SDK supports exporting a .rvt or .rfa file to a Portable Document Format (.pdf) file. ODA Platform uses a single PDF export module that is available in dynamic forms for Windows, Linux, and macOS (x64 version). All source files are available in the release packages.

The following components are available to use for export to PDF:

  • TD_PdfExport_version.tx — A .tx support module for PDF export, where version is the ODA Platform version number.

    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.

  • TD_PDFToolkit_version.dll — A dynamic linked library that implements operations with the elements of the PDF documents, where version is the ODA Platform version number.

    Location of the source files: Kernel/Exports/PdfExport/PDFToolkit.

    This module is loaded by the TD_PdfExport_version.tx module.

  • ODA BimRv SDK PDF export example application — Contains sample code for a command, which shows how to export .rvt or .rfa files to the .pdf file.

    Location of the source files: BimRv\Examples\Win\OdaBimApp.

Applications for Viewing .pdf Files

For viewing .pdf files you can use different viewing applications, for example:

For more details, see the following topics:

Export to .pdf File Process

Export to .pdf File Parameters and Flags

See Also

Interaction with Other Formats

Copyright © 2002 – 2022. Open Design Alliance. All rights reserved.