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

Request payload to convert HTML document into an Image using Headless Chrome w/ Puppeteer.

https://app.swaggerhub.com/apis-docs/api2pdf/api2pdf/2.0.0#/Headless%20Chrome/chromeImageFromHtmlPost

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()
}