Class TIFFGenerator


  • public abstract class TIFFGenerator
    extends java.lang.Object
    • Constructor Detail

      • TIFFGenerator

        public TIFFGenerator()
    • Method Detail

      • generateTIFF

        public abstract PDFGeneratorError generateTIFF​(java.lang.String outputFile)
        Generates a TIFF file at the given output location.
        Returns:
        a PDFGeneratorError enum object. If the generation was successful, this object will be set to the success case.
      • createWithDocument

        public static TIFFGenerator createWithDocument​(PDFDocument document,
                                                       Logger logger)
        Instantiate a new TIFF generator
        Parameters:
        document - A PDFDocument object that describes the structure of the TIFF file to construct. It contains all the pages and the metadata that will be set in the TIFF file.
        logger - An injected logger