Package nl.siegmann.epublib.bookprocessor
The classes in this package are used for post-processing Books.
Things like cleaning up the html, adding a cover page, etc.
-
Class Summary Class Description CoverpageBookProcessor If the book contains a cover image then this will add a cover page to the book.DefaultBookProcessorPipeline A book processor that combines several other bookprocessors Fixes coverpage/coverimage.FixIdentifierBookProcessor If the book has no identifier it adds a generated UUID as identifier.FixMissingResourceBookProcessor HtmlBookProcessor Helper class for BookProcessors that only manipulate html type resources.HtmlCleanerBookProcessor Cleans up regular html into xhtml.HtmlSplitterBookProcessor In the future this will split up too large html documents into smaller ones.SectionHrefSanityCheckBookProcessor Removes Sections from the page flow that differ only from the previous section's href by the '#' in the url.SectionTitleBookProcessor TextReplaceBookProcessor Cleans up regular html into xhtml.XslBookProcessor Uses the given xslFile to process all html resources of a Book.