MarkdownSaveOptions
Overview
MarkdownSaveOptions is a type in Aspose.PDF FOSS for Go.
MarkdownSaveOptions configures SaveMarkdown / WriteMarkdown.
Properties: EmbedImages, ImageDir, ImageWriter, NoImages, Pages.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Pages | []int | Read/Write | Gets the pages. |
ImageDir | string | Read/Write | Gets the image dir. |
ImageWriter | func(name string, data []byte) (url string, err error) | Read/Write | Gets the image writer. |
EmbedImages | bool | Read/Write | Gets the embed images. |
NoImages | bool | Read/Write | Gets the no images. |