DrawingExportManager.createPDFExportOptions Method

Parent Object: DrawingExportManager
Defined in namespace "adsk::drawing" and the header file is <Drawing/Drawing/DrawingExportManager.h>

Description

Defines the various settings for a STEP export.

Syntax

"drawingExportManager_var" is a variable referencing a DrawingExportManager object.

returnValue = drawingExportManager_var.createPDFExportOptions(filename)
"drawingExportManager_var" is a variable referencing a DrawingExportManager object.

#include <Drawing/Drawing/DrawingExportManager.h>

returnValue = drawingExportManager_var->createPDFExportOptions(filename);
"drawingExportManager_var" is a variable referencing a DrawingExportManager object.

returnValue = drawingExportManager_var.createPDFExportOptions(filename);

Return Value

Type Description
PDFExportOptions Returns a PDFExportOptions object if successful and null if it should fail.

Parameters

Name Type Description
filename string The name of the file to export to. Use settings on the returned PDFExportOptions object to change other settings.

Samples

Name Description
Export PDF Sample Demonstrates how to export a Fusion 360 drawing document to PDF using the DrawingExportManager. Shows how to configure PDFExportOptions including sheet selection (all sheets, a specific range, or the current sheet), line weights, and range-based export.

Version

Introduced in version December 2020