API Reference
Class
PdfLogicalDocumentStructuredExportExtensions
Structured interchange exports for the first-party logical PDF model.
Inheritance
- Object
- PdfLogicalDocumentStructuredExportExtensions
Methods
public static String ExportStructured(PdfLogicalDocument document, PdfStructuredExportFormat format) #Returns:
StringExports an already parsed logical document without rerunning extraction.
Parameters
- document OfficeIMO.Pdf.PdfLogicalDocument
- format OfficeIMO.Pdf.PdfStructuredExportFormat
public static IReadOnlyList<String> ToPageXmlDocuments(PdfLogicalDocument document) #Returns:
IReadOnlyList<String>Exports one schema-valid PAGE XML document per logical page. PAGE XML is image/page scoped and does not define a multi-page root.
Parameters
- document OfficeIMO.Pdf.PdfLogicalDocument