A3DWebEHtmlOutputMode
-
enum
A3DWebEHtmlOutputMode output mode for html export
13.0
-
enumerator
kA3DWebOnline= 0 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.