API Reference

Class

PdfLogicalMarkdownExtensions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers static

Markdown rendering helpers for the first-party logical PDF read model.

Inheritance

  • Object
  • PdfLogicalMarkdownExtensions

Methods

ToMarkdown 2 overloads
public static String ToMarkdown(PdfLogicalDocument document, PdfLogicalMarkdownOptions options = null) #
Returns: String

Renders the logical PDF document as Markdown using headings, paragraphs, lists, tables, and optional annotations from the existing logical model.

Parameters

document OfficeIMO.Pdf.PdfLogicalDocument requiredposition: 0
options OfficeIMO.Pdf.PdfLogicalMarkdownOptions = null optionalposition: 1
public static String ToMarkdown(PdfLogicalPage page, PdfLogicalMarkdownOptions options = null) #
Returns: String

Renders a logical PDF page as Markdown using headings, paragraphs, lists, tables, and optional annotations from the existing logical model.

Parameters

page OfficeIMO.Pdf.PdfLogicalPage requiredposition: 0
options OfficeIMO.Pdf.PdfLogicalMarkdownOptions = null optionalposition: 1