List of usage examples for org.apache.pdfbox.contentstream PDFStreamEngine subclass-usage
From source file at.gv.egiz.pdfas.lib.impl.pdfbox2.placeholder.SignaturePlaceholderExtractor.java
/**
* Extract all relevant information from a placeholder image.
*
* @author exthex
*
*/
From source file com.fngry.monk.biz.demo.pdf.pdfbox.PrintImageLocations.java
/** * This is an example on how to get the x/y coordinates of image locations. * * @author Ben Litchfield */ public class PrintImageLocations extends PDFStreamEngine {
From source file com.repeatability.pdf.PDFTextStreamEngine.java
/**
* PDFStreamEngine subclass for advanced processing of text via TextPosition.
*
* @see org.apache.pdfbox.text.TextPosition
* @author Ben Litchfield
* @author John Hewson