View Source Api2pdf.Model.ChromeUrlToPdfRequest (Api2pdf v0.3.0)
Request payload to convert a URL or Web Page to PDF using Headless Chrome.
https://app.swaggerhub.com/apis-docs/api2pdf/api2pdf/2.0.0#/Headless%20Chrome/chromePdfFromUrlPost
Link to this section Summary
Link to this section Types
@type t() :: %Api2pdf.Model.ChromeUrlToPdfRequest{ extraHTTPHeaders: map(), fileName: String.t(), inline: boolean(), options: Api2pdf.Model.ChromeAdvancedPdfOptions.t(), storage: Api2pdf.Model.FileStorageOptions.t(), url: String.t(), useCustomStorage: boolean() }