Interface OpfCreator

  • All Known Implementing Classes:
    OpfCreatorDefault

    public interface OpfCreator
    Service to create the Package Document that carries bibliographic and structural meta data about an EPUB Publication
    Author:
    OpenCollab
    • Method Detail

      • createOpfString

        String createOpfString​(EpubBook book)
        Creates the OPF file text from the EpubBook data
        Parameters:
        book - the ePub book to generate the OPF for
        Returns:
        the generated OPF markup