interface Parameters
Interface for conversion parameters.
abstract var cdn: Boolean?
Serve the PDF via the PDFire.io CDN. |
|
abstract var storage: StorageParameter?
Storage configuration for the PDF. |
abstract fun toMap(): Map<String, Any?>
Create a map from the parameters. |
class ConversionParameters : Parameters
Configuration for a conversion. |
|
class MergeParameters : Parameters
Configuration for a conversion of multiple documents (merge). |