Document
Represents a document that can be opened, edited, and exported in various formats. Provides a unified interface for working with different document types including PDF, Word, Excel, and more.
Functions
Link copied to clipboard
Exports the document as Html format to the specified file path.
Link copied to clipboard
Exports the document as Image format to the specified file path.
Link copied to clipboard
Exports the document as Markdown format to the specified file path.
Link copied to clipboard
Exports the document as Pdf format to the specified file path.
Link copied to clipboard
Exports the document as Presentation format to the specified file path.
Link copied to clipboard
Exports the document as Spreadsheet format to the specified file path.
Link copied to clipboard
Exports the document as Svg format to the specified file path.
Link copied to clipboard
Exports the document as Word format to the specified file path.
Link copied to clipboard
Gets the settings for Pdf
Link copied to clipboard
Gets the settings associated with this document instance.
Link copied to clipboard
Gets the underlying document type (PDF, Word, Excel, etc.) of the opened document.