public interface FileExtractor
Extracts the attachment file from a given PDF.
| Modifier and Type | Method and Description |
|---|---|
byte[] |
extract(InputStream pdfInput)
Extract from PDF Input Stream
|
InputStream |
extractToStream(InputStream pdfInput)
Extract from PDF into Input Stream.
|
byte[] extract(InputStream pdfInput)
Extract from PDF Input Stream
pdfInput - the pdf inputInputStream extractToStream(InputStream pdfInput)
Extract from PDF into Input Stream.
The caller is responsible to close the InputStream after finishing reading.
pdfInput - the pdf input streamCopyright © 2014-2016 Konik.io. All Rights Reserved.