MarkdownSaveOptions

MarkdownSaveOptions

Overview

MarkdownSaveOptions is a type in Aspose.PDF FOSS for Go.

MarkdownSaveOptions configures SaveMarkdown / WriteMarkdown.

Properties: EmbedImages, ImageDir, ImageWriter, NoImages, Pages.

Properties

NameTypeAccessDescription
Pages[]intRead/WriteGets the pages.
ImageDirstringRead/WriteGets the image dir.
ImageWriterfunc(name string, data []byte) (url string, err error)Read/WriteGets the image writer.
EmbedImagesboolRead/WriteGets the embed images.
NoImagesboolRead/WriteGets the no images.

See Also