@Named @Singleton public class ITextPdfInvoiceExtractor extends Object implements InvoiceExtractor
The Class iText Pdf Invoice Extractor.
| Constructor and Description |
|---|
ITextPdfInvoiceExtractor() |
| Modifier and Type | Method and Description |
|---|---|
Invoice |
extract(byte[] pdfIn) |
Invoice |
extract(InputStream pdfStream) |
byte[] |
extractPlain(InputStream pdfStream)
|
public ITextPdfInvoiceExtractor()
public Invoice extract(byte[] pdfIn)
extract in interface InvoiceExtractorpublic Invoice extract(InputStream pdfStream)
extract in interface InvoiceExtractorpublic byte[] extractPlain(InputStream pdfStream)
Extract invoice from PDF ot XMl byte Array
pdfStream - the pdf streamCopyright © 2014 Konik.io. All Rights Reserved.