| Package | Description |
|---|---|
| com.realobjects.pdfreactor |
Main access to the API of PDFreactor.
|
| com.realobjects.pdfreactor.Exceptions |
Exceptions thrown by PDFreactor's convert methods.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
PDFreactor.convert(Configuration configuration)
Converts the specified
Configuration into PDF or image. |
Result |
PDFreactor.convert(Configuration configuration,
OutputStream outputStream)
Converts the specified
Configuration into PDF or image and writes it directly
in the supplied OutputStream. |
| Modifier and Type | Method and Description |
|---|---|
Result |
PDFreactorException.getResult()
Retrieve the partial
Result of the conversion. |
| Modifier and Type | Method and Description |
|---|---|
void |
PDFreactorException.setResult(Result result) |
This doc was generated on 2024-06-12. Copyright © 2002-2024 RealObjects GmbH. All Rights Reserved.