Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrKCCNotInstalled = errors.New(
"KCC (Kindle Comic Converter) is not installed. " +
"Please install it by following the instructions at: https://github.com/ciromattia/kcc",
)
Functions ¶
func Convert ¶
func Convert(conversionType ConversionType, inputDir, outputPath string) error
Types ¶
type ConversionType ¶
type ConversionType string
const ( PDFConversionType ConversionType = "pdf" EPUBConversionType ConversionType = "epub" ZIPConversionType ConversionType = "zip" )
Click to show internal directories.
Click to hide internal directories.