Static method to create a new epub publication.
Namespace:
net.hazelhurst.epub
Assembly:
ePubLib (in ePubLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- booksPath
- Type: System..::.String
The file-system path where the .epub will be stored.
- newDocPath
- Type: System..::.String
The configured path where empty documents can be found.
- workPath
- Type:
System..::.String
%
Returned by the method, this
parameter holds the file-system path where the new epub files are stored.
- title
- Type: System..::.String
The title of the new book (excluding the .epub extension)
- creator
- Type: System..::.String
The author of the book in the format in which it would be
displayed to the reader e.g. Colin Hazlehurst
- identifier
- Type: System..::.String
The unique identifier to be associated with the book.
- language
- Type: System..::.String
A language code complying with RFC3066.
- date
- Type: System..::.String
The publication date of the new book
- publisher
- Type: System..::.String
The name of the book's publisher
- description
- Type: System..::.String
A description of the book
Return Value
epub
See Also