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

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

Link to this section Summary

Link to this section Types

@type t() :: %Api2pdf.Model.ChromeAdvancedPdfOptions{
  delay: number(),
  displayHeaderFooter: boolean(),
  footerTemplate: String.t(),
  headerTemplate: String.t(),
  height: String.t(),
  landscape: boolean(),
  marginBottom: String.t(),
  marginLeft: String.t(),
  marginRight: String.t(),
  marginTop: String.t(),
  omitBackground: boolean(),
  pageRanges: String.t(),
  printBackground: boolean(),
  puppeteerWaitForMethod: String.t(),
  puppeteerWaitForValue: String.t(),
  scale: number(),
  usePrintCss: boolean(),
  width: String.t()
}