Table of Contents

Class EpubUtility

Namespace
Songhay.Publications
Assembly
Songhay.Publications.dll

Shared routines for EPUB pipeline automation.

public static class EpubUtility
Inheritance
EpubUtility
Inherited Members

Methods

GetUnicodeWithBomEncoding()

Gets UTF8Encoding instantiated with encoderShouldEmitUTF8Identifier: true.

public static Encoding GetUnicodeWithBomEncoding()

Returns

Encoding

SaveAsUnicodeWithBom(XDocument, string)

Saves the specified XDocument with Stream encoding from GetUnicodeWithBomEncoding().

public static void SaveAsUnicodeWithBom(XDocument document, string path)

Parameters

document XDocument
path string