Class ConvertHtmlToPdfInput

java.lang.Object
com.kingsrook.qqq.backend.core.model.actions.AbstractActionInput
com.kingsrook.qqq.backend.core.model.actions.templates.ConvertHtmlToPdfInput

public class ConvertHtmlToPdfInput extends AbstractActionInput
  • Constructor Details

    • ConvertHtmlToPdfInput

      public ConvertHtmlToPdfInput()
      Constructor
  • Method Details

    • getHtml

      public String getHtml()
      Getter for html
    • setHtml

      public void setHtml(String html)
      Setter for html
    • withHtml

      public ConvertHtmlToPdfInput withHtml(String html)
      Fluent setter for html
    • getOutputStream

      public OutputStream getOutputStream()
      Getter for outputStream
    • setOutputStream

      public void setOutputStream(OutputStream outputStream)
      Setter for outputStream
    • withOutputStream

      public ConvertHtmlToPdfInput withOutputStream(OutputStream outputStream)
      Fluent setter for outputStream
    • getBasePath

      public Path getBasePath()
      Getter for basePath
    • setBasePath

      public void setBasePath(Path basePath)
      Setter for basePath
    • withBasePath

      public ConvertHtmlToPdfInput withBasePath(Path basePath)
      Fluent setter for basePath
    • getCustomFonts

      public Map<String,Path> getCustomFonts()
      Getter for customFonts
    • setCustomFonts

      public void setCustomFonts(Map<String,Path> customFonts)
      Setter for customFonts
    • withCustomFonts

      public ConvertHtmlToPdfInput withCustomFonts(Map<String,Path> customFonts)
      Fluent setter for customFonts
    • withCustomFont

      public ConvertHtmlToPdfInput withCustomFont(String name, Path path)
      Fluent setter for customFonts