View Source Api2pdf.Model.ChromeHtmlToPdfRequest (Api2pdf v0.3.0)
Request payload to convert HTML document into PDF using Headless Chrome w/ Puppeteer.
https://app.swaggerhub.com/apis-docs/api2pdf/api2pdf/2.0.0#/Headless%20Chrome/chromePdfFromHtmlPost
Link to this section Summary
Link to this section Types
@type t() :: %Api2pdf.Model.ChromeHtmlToPdfRequest{ fileName: String.t(), html: String.t(), inline: boolean(), options: Api2pdf.Model.ChromeAdvancedPdfOptions.t(), storage: Api2pdf.Model.FileStorageOptions.t(), useCustomStorage: boolean() }