Rev 106 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 195 | ||
|---|---|---|---|
| Line 13... | Line 13... | ||
| 13 | import com.itextpdf.text.pdf.PdfReader; |
13 | import com.itextpdf.text.pdf.PdfReader; |
| 14 | import com.itextpdf.text.pdf.parser.PdfReaderContentParser; |
14 | import com.itextpdf.text.pdf.parser.PdfReaderContentParser; |
| 15 | import com.itextpdf.text.pdf.parser.SimpleTextExtractionStrategy; |
15 | import com.itextpdf.text.pdf.parser.SimpleTextExtractionStrategy; |
| 16 | import com.itextpdf.text.pdf.parser.TextExtractionStrategy; |
16 | import com.itextpdf.text.pdf.parser.TextExtractionStrategy; |
| 17 | 17 | ||
| 18 | import br.edu.cesmac.core.util.VerificadorUtil; |
- | |
| - | 18 | import br.com.ec.core.util.VerificadorUtil; |
|
| 19 | 19 | ||
| 20 | public class PdfUtil { |
20 | public class PdfUtil { |
| 21 | 21 | ||
| 22 | public static void main(String[] args) throws IOException, DocumentException { |
22 | public static void main(String[] args) throws IOException, DocumentException { |
| 23 | String caminhoArquivo = "H://recibo.pdf"; |
23 | String caminhoArquivo = "H://recibo.pdf"; |