View Source Api2pdf.Model.WkhtmlHtmlToPdfRequest (Api2pdf v0.3.0)
Request payload to convert HTML to a PDF using Wkhtmltopdf.
https://app.swaggerhub.com/apis-docs/api2pdf/api2pdf/2.0.0#/Wkhtmltopdf/wkhtmlPdfFromHtmlPost
Link to this section Summary
Link to this section Types
@type t() :: %Api2pdf.Model.WkhtmlHtmlToPdfRequest{ enableToc: boolean(), fileName: String.t(), html: String.t(), inline: boolean(), options: Api2pdf.Model.WkhtmlAdvancedOptions.t(), storage: Api2pdf.Model.FileStorageOptions.t(), tocOptions: Api2pdf.Model.WkhtmlTocOptions.t(), useCustomStorage: boolean() }