HTMLSaveOptions
Overview
HTMLSaveOptions is a type in Aspose.PDF FOSS for Go.
HTMLSaveOptions configures SaveHTML / WriteHTML.
Properties: DPI, InteractiveForms, Mode, NoFontEmbedding, OutlineNav, Pages, and 4 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
DPI | float64 | Read/Write | Gets the dpi. |
Title | string | Read/Write | Gets the title. |
Mode | HTMLMode | Read/Write | Gets the mode. |
Pages | []int | Read/Write | Gets the pages. |
NoFontEmbedding | bool | Read/Write | Gets the no font embedding. |
InteractiveForms | bool | Read/Write | Gets the interactive forms. |
ResourceWriter | func(name string, data []byte) (url string, err error) | Read/Write | Gets the resource writer. |
ResourceDir | string | Read/Write | Gets the resource dir. |
SplitPages | bool | Read/Write | Gets the split pages. |
OutlineNav | bool | Read/Write | Gets the outline nav. |