Package | Description |
---|---|
com.realobjects.pdfreactor |
Main access to the API of PDFreactor.
|
Modifier and Type | Field and Description |
---|---|
static Configuration.Cleanup |
Configuration.Cleanup.CYBERNEKO
Indicates that the CyberNeko HTML parser will be used to perform a
cleanup when loading a non-well-formed document.
|
static Configuration.Cleanup |
Configuration.Cleanup.JTIDY
Indicates that JTidy will be used to perform a cleanup when loading a
non-well-formed document.
|
static Configuration.Cleanup |
Configuration.Cleanup.NONE
Indicates that no cleanup will be performed when loading a document.
|
static Configuration.Cleanup |
Configuration.Cleanup.TAGSOUP
Indicates that tagsoup will be used to perform a
cleanup when loading a non-well-formed document.
|
Modifier and Type | Method and Description |
---|---|
static Configuration.Cleanup |
Configuration.Cleanup.valueOf(String name) |
static Configuration.Cleanup[] |
Configuration.Cleanup.values() |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.setCleanupTool(Configuration.Cleanup value)
Sets the cleanup tool to use for documents with unparsable content.
|
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.