API Reference
Class
PdfLogicalMarkdownExtensions
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:
StringRenders the logical PDF document as Markdown using headings, paragraphs, lists, tables, and optional annotations from the existing logical model.
Parameters
- document OfficeIMO.Pdf.PdfLogicalDocument
- options OfficeIMO.Pdf.PdfLogicalMarkdownOptions = null
public static String ToMarkdown(PdfLogicalPage page, PdfLogicalMarkdownOptions options = null) #Returns:
StringRenders a logical PDF page as Markdown using headings, paragraphs, lists, tables, and optional annotations from the existing logical model.
Parameters
- page OfficeIMO.Pdf.PdfLogicalPage
- options OfficeIMO.Pdf.PdfLogicalMarkdownOptions = null