Class PDFBoxRenderer

    • Field Detail

      • LOG

        protected static final org.slf4j.Logger LOG
      • PDFBOX_RENDERING_TIME_MS

        public static Property PDFBOX_RENDERING_TIME_MS
        This is the amount of time it takes for PDFBox to render the page to a BufferedImage
      • PDFBOX_IMAGE_WRITING_TIME_MS

        public static Property PDFBOX_IMAGE_WRITING_TIME_MS
        This is the amount of time it takes for PDFBox/java to write the image after it has been rendered into a BufferedImage. Some formats take much longer to encode than others.
    • Constructor Detail

      • PDFBoxRenderer

        public PDFBoxRenderer()