| io.pdfire.client.AbstractResult |
Base class for conversion results. |
| io.pdfire.client.ApiError |
Represents an error from the API. |
| io.pdfire.client.BadRequestException |
Exception for a 400 error response. |
| io.pdfire.client.BytesResult |
Contains the generated PDF as a byte array. |
| io.pdfire.client.Client |
Sends conversion parameters to the PDFire.io servers and builds the correct result. |
| io.pdfire.client.Conversion |
Represents a conversion that has failed or is served via a CDN / custom cloud storage. |
| io.pdfire.client.ConversionException |
Exception for a 500 error response. |
| io.pdfire.client.ConversionParameters |
Configuration for a conversion. |
| io.pdfire.client.ConversionResult |
The conversion result. |
| io.pdfire.client.ForbiddenActionException |
Exception for a 403 error response. |
| io.pdfire.client.Media |
CSS media types that can be emulated. |
| io.pdfire.client.MergeParameters |
Configuration for a conversion of multiple documents (merge). |
| io.pdfire.client.PaperFormat |
Common paper formats provide ConversionParameters.paperWidth and ConversionParameters.paperHeight shortcuts. |
| io.pdfire.client.Parameters |
Interface for conversion parameters. |
| io.pdfire.client.QuotaException |
Exception for a 402 error response. |
| io.pdfire.client.RequestException |
Generic exception for a failed conversion request. |
| io.pdfire.client.Result |
Provides the PDF as a byte array and a function that saves it to a path on the disk. |
| io.pdfire.client.StorageParameter |
Storage disk configuration. |
| io.pdfire.client.UnauthorizedException |
Exception for a 401 error response. |
| io.pdfire.client.WaitUntil |
Options for the ConversionParameters.waitUntil option. |