Class OebpsTextBiography
- Namespace
- Songhay.Publications.Models
- Assembly
- Songhay.Publications.dll
Defines the content to write the EpubFileBiography file.
public class OebpsTextBiography
- Inheritance
-
OebpsTextBiography
- Inherited Members
- Extension Methods
Remarks
Open eBook Publication Structure (OEBPS), is a legacy e-book format which has been superseded by the EPUB format.
Constructors
OebpsTextBiography(string, string, string, ILogger?)
Initializes a new instance of the OebpsTextBiography class.
public OebpsTextBiography(string templateRoot, string epubTextDirectory, string markdownDirectory, ILogger? logger)
Parameters
templateRoot
stringthe root directory of the EPUB template files
epubTextDirectory
stringconventional
epub/OEBPS/Text
directorymarkdownDirectory
stringconventional
markdown
directorylogger
ILoggerThe ILogger.
Methods
Write()
Writes the EpubFileBiography file.
public void Write()