Class VectorGraphicsOnlyPDFRenderer
- java.lang.Object
-
- org.apache.pdfbox.rendering.PDFRenderer
-
- org.apache.tika.renderer.pdf.pdfbox.VectorGraphicsOnlyPDFRenderer
-
public class VectorGraphicsOnlyPDFRenderer extends org.apache.pdfbox.rendering.PDFRenderer
This class extends the PDFRenderer to render only the textual elements
-
-
Constructor Summary
Constructors Constructor Description VectorGraphicsOnlyPDFRenderer(org.apache.pdfbox.pdmodel.PDDocument document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.pdfbox.rendering.PageDrawer
createPageDrawer(org.apache.pdfbox.rendering.PageDrawerParameters parameters)
Returns a new PageDrawer instance, using the given parameters.-
Methods inherited from class org.apache.pdfbox.rendering.PDFRenderer
getAnnotationsFilter, getDefaultDestination, getImageDownscalingOptimizationThreshold, getRenderingHints, isGroupEnabled, isSubsamplingAllowed, renderImage, renderImage, renderImage, renderImage, renderImageWithDPI, renderImageWithDPI, renderPageToGraphics, renderPageToGraphics, renderPageToGraphics, renderPageToGraphics, setAnnotationsFilter, setDefaultDestination, setImageDownscalingOptimizationThreshold, setRenderingHints, setSubsamplingAllowed
-
-
-
-
Method Detail
-
createPageDrawer
protected org.apache.pdfbox.rendering.PageDrawer createPageDrawer(org.apache.pdfbox.rendering.PageDrawerParameters parameters) throws IOException
Returns a new PageDrawer instance, using the given parameters. May be overridden.- Overrides:
createPageDrawer
in classorg.apache.pdfbox.rendering.PDFRenderer
- Throws:
IOException
-
-