API Reference

Class

PdfLogicalDocumentStructuredExportExtensions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers static

Structured interchange exports for the first-party logical PDF model.

Inheritance

  • Object
  • PdfLogicalDocumentStructuredExportExtensions

Methods

public static String ExportStructured(PdfLogicalDocument document, PdfStructuredExportFormat format) #
Returns: String

Exports an already parsed logical document without rerunning extraction.

Parameters

document OfficeIMO.Pdf.PdfLogicalDocument requiredposition: 0
format OfficeIMO.Pdf.PdfStructuredExportFormat requiredposition: 1
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 requiredposition: 0