View Source Api2pdf.Model.WkhtmlUrlToPdfRequest (Api2pdf v0.1.2)

Request payload to convert a URL or Web Page to PDF using Wkhtmltopdf.

https://app.swaggerhub.com/apis-docs/api2pdf/api2pdf/2.0.0#/Wkhtmltopdf/wkhtmlPdfFromUrlPost

Link to this section Summary

Link to this section Types

@type t() :: %Api2pdf.Model.WkhtmlUrlToPdfRequest{
  enableToc: boolean(),
  fileName: String.t(),
  inline: boolean(),
  options: Api2pdf.Model.WkhtmlAdvancedOptions.t(),
  storage: Api2pdf.Model.FileStorageOptions.t(),
  tocOptions: Api2pdf.Model.WkhtmlTocOptions.t(),
  url: String.t(),
  useCustomStorage: boolean()
}