HTML Module

Types

A3DWebOutPdfFormat
A3DWebEHtmlOutputMode

Fields

kA3DWebOutPdfFormatXml
kA3DWebOutPdfFormatJson
kA3DWebOnline
kA3DWebOfflineWithDependencies
kA3DWebOfflineSingleFile

Functions

A3DStatus A3DConvertPDFToWebFormat()

Detailed Description

group a3d_publishhtml_module

Macro Definition

kA3DWebOutFormatHtml

Output format flag when exporting for web.

Version
12.0 Annotation 3D are exported into html files.

kA3DWebOfflineShow3DToolbar

These flags are used to toggle on and off elements when exporting to HTML.

Version
12.0 The 3D Tool bar is displayed for each Annotation 3D.

Type Documentation

enum A3DWebOutPdfFormat

Output format enumeration for the pdf structure when exporting for web.

Version
23.0

Values:

enumerator kA3DWebOutPdfFormatXml

The structure of the PDF is exported as an XML file.

enumerator kA3DWebOutPdfFormatJson

The structure of the PDF is exported as a JSON file.

enum A3DWebEHtmlOutputMode

output mode for html export

Version
13.0

Values:

enumerator kA3DWebOnline

Export creates one xml file and 0 to N html files depending on the number of 3D streams inside the pdf file. This is the best parameter if you host a server for reading the files. This is the default value.

enumerator kA3DWebOfflineWithDependencies

Export creates one root html file per file exported. JavaScript files and CSS files given with the sample are still needed but HTTP server is not required. This is the best parameter if you want to give a lot of files to someone else.

enumerator kA3DWebOfflineSingleFile

Export creates only one html file embedding JavaScript and CSS files. HTTP server is not required. This is the best parameter if you want to give an export to someone else or on mobile devices with poor network connection.

Function Documentation