EpubOptions
Overview
EpubOptions is a interface in Aspose.PDF FOSS for TypeScript.
Options for {@link Document.ToEpub}.
Properties: author, identifier, language, title.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
identifier | : string | Read | dc:identifier. |
title | : string | Read | dc:title. |
language | : string | Read | dc:language. |
author | : string | Read | dc:creator. |