Package | Description |
---|---|
com.jalios.jcms.fileprocessor | |
com.jalios.jcms.fileprocessor.repository | |
com.jalios.jcms.fileprocessor.test |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
FPUtil.extractTextPDF(java.io.File file,
java.util.Map<java.lang.String,java.lang.Object> ctxt,
FileParser parser)
This methods extracts the text of specified PDF File (MUST be a pdf) to a String (using PDFBox).
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.Class<? extends FileParser>> |
Repository.getFileParserClassSet()
Retrieve a Set of all FileParser class.
|
java.util.SortedSet<? extends FileParser> |
Repository.getFileParserSet(java.lang.String extension)
Retrieve a Set of all FileParser configured for the specified extension.
|
Modifier and Type | Class and Description |
---|---|
class |
SampleProcessor
Sample FileProcessor and FileParse which can be used for testing.
|
Copyright © 2001-2018 Jalios SA. All Rights Reserved.