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 . |
byte[] |
PDFreactor.convertAsBinary(Configuration configuration)
Converts the specified
Configuration into PDF or image. |
void |
PDFreactor.convertAsBinary(Configuration configuration,
OutputStream outputStream)
Converts the specified
Configuration into PDF or image and writes it directly
in the supplied OutputStream . |
Modifier and Type | Class and Description |
---|---|
class |
EmptyPDFException
Thrown when the configured
Configuration.setPageOrder(String)
resulted in an empty PDF. |
class |
LicenseException
Thrown when there was an issue with the configured license key.
|
class |
MissingResourceException
Thrown when a resource could not be loaded and the appropriate error policy is configured.
|
class |
PageOrderException
Thrown when the configured
Configuration.setPageOrder(String) was invalid. |
class |
PdfMergeException
Thrown if a merging specific error occurred.
|
class |
PDFreactorPDFConformanceException
Thrown when the configured
Configuration.setConformance(Conformance) could not be achieved. |
class |
PdfSignException
Thrown if an exception related to PDF signing is thrown.
|
class |
TerminationException
Thrown if the conversion was terminated programmatically, e.g.
|
class |
TimeoutException
Thrown if the conversion was terminated by a configured timeout.
|
Constructor and Description |
---|
PdfSignException(PDFreactorException e) |
This doc was generated on 2024-06-12. Copyright © 2002-2024 RealObjects GmbH. All Rights Reserved.