Class PDFBoxRenderer

java.lang.Object
org.apache.tika.renderer.pdf.pdfbox.PDFBoxRenderer
All Implemented Interfaces:
Serializable, Initializable, PDDocumentRenderer, Renderer

public class PDFBoxRenderer extends Object implements PDDocumentRenderer, Initializable
See Also:
  • Field Details

    • 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 Details

    • PDFBoxRenderer

      public PDFBoxRenderer()
  • Method Details