View Source Api2pdf.Model.ChromeHtmlToImageRequest (Api2pdf v0.3.0)
Request payload to convert HTML document into an Image using Headless Chrome w/ Puppeteer.
Link to this section Summary
Link to this section Types
@type t() :: %Api2pdf.Model.ChromeHtmlToImageRequest{ fileName: String.t(), html: String.t(), inline: boolean(), storage: Api2pdf.Model.FileStorageOptions.t(), useCustomStorage: boolean() }