Documentation
¶
Index ¶
Constants ¶
View Source
const ( PDF = "pdf" EPUB = "epub" EpubMimeType = "epub+zip" MOBI = "mobi" MobiMimeType = "x-mobipocket-ebook" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Epub ¶
type Epub struct {
// contains filtered or unexported fields
}
Epub struct implements the File and Document interface from the file package.
func (Epub) SupportedFormats ¶
SupportedFormats returns a map witht the compatible formats that Pdf is compatible to be converted to.
func (Epub) SupportedMIMETypes ¶
SupportedMIMETypes returns a map witht the compatible MIME types that Pdf is compatible to be converted to.
type Mobi ¶
type Mobi struct {
// contains filtered or unexported fields
}
func (Mobi) SupportedFormats ¶
SupportedFormats returns a map witht the compatible formats that MOBI is compatible to be converted to.
func (Mobi) SupportedMIMETypes ¶
SupportedMIMETypes returns a map witht the compatible MIME types that MOBI is compatible to be converted to.
Click to show internal directories.
Click to hide internal directories.