List of usage examples for org.apache.pdfbox.text PDFTextStripper subclass-usage
From source file PDFTextExtract.java
public class PDFTextExtract extends PDFTextStripper { private static ArrayList<Text> _tmp = new ArrayList<Text>(); public String PDFFilePath; public String OutputFilepath;
From source file at.knowcenter.wag.egov.egiz.pdfbox2.pdf.PDFPage.java
/**
* PDFPage is an inner class that is used to calculate the page length of a PDF
* Document page. It extends the PDFTextStripper class and implement one
* interested method:
* {@link at.knowcenter.wag.egov.egiz.pdfbox2.pdf.PDFPage#showCharacter(TextPosition)}<br>
* This method is called when processing the FileStream. By calling the method
From source file com.formkiq.core.service.generator.pdfbox.TextToPDFieldMapper.java
/** * Maps PDF Text to {@link PDField}. * */ public class TextToPDFieldMapper extends PDFTextStripper {
From source file com.plumblarrick.andrew.cityrecordtextextractor.CRTextStripper.java
/** * * @author calarrick */ //OLD VERSION -- replace with CRTStripper class
From source file com.plumblarrick.andrew.cityrecordtextextractor.CRTStripper.java
/** * * @author calarrick */ public class CRTStripper extends PDFTextStripper {
From source file com.tekstosense.segmenter.Main.java
public class Main extends PDFTextStripper { @Option(name = "-p", usage = "Specify an optional decryption password.", required = false, multiValued = false, metaVar = "PASSWD") private String password = ""; @Option(name = "-m", usage = "Also create a text location mask image.", required = false, multiValued = false, metaVar = "PAGENO")
From source file com.tekstosense.segmenter.TextExtractor.java
/**
* Extract text from a PDF document with position and style information.
* This class attempts to coalesce runs of text on the page; that is,
*
* @author Karl Ward
*/
From source file com.trollworks.gcs.pdfview.PdfRenderer.java
public class PdfRenderer extends PDFTextStripper { private Graphics2D mGC; private String mTextToHighlight; public static BufferedImage create(PDDocument pdf, int pageIndex, float scale, String textToHighlight) { try {
From source file com.yiyihealth.tools.test.DrawPrintTextLocations.java
/**
* This is an example on how to get some x/y coordinates of text and to show them in a rendered
* image.
*
* @author Ben Litchfield
* @author Tilman Hausherr
From source file edu.ist.psu.sagnik.research.pdfbox2playground.javatest.DrawPrintTextLocations.java
/**
* This is an example on how to get some x/y coordinates of text and to show them in a rendered
* image.
*
* @author Ben Litchfield
* @author Tilman Hausherr