exportFile
Exports the currently active drawing or document to a supported format, such as PDF.
Syntax
RxCore.exportFile(consolidate, format, UPI, paperSize, markupFlag)
Parameters
- consolidate: boolean — Set to- trueto export only consolidated markup.
- format: string — Export format (e.g.,- "PDF").
- UPI: string — Set to- "0"(reserved for future use).
- paperSize: string — Paper size for export (e.g.,- "A4").
- markupFlag: number — Export markup type:- 0for burned-in markup,- 1for native markup (PDF only).
Returns
- NA — This method does not return a value.
Use the callback RxCore.GUI_exportComplete to handle the created export file.