integrations/pdf-generator/hub.md
This integration allows you to convert markdown and HTML content to PDF files using the PDFShift API.
No additional configuration is needed.
Converts markdown content to a PDF file.
markdown (string): The markdown content to convert to PDF. (Required)filename (string): The filename of the PDF. Defaults to generated.pdf. (Optional)fileId (string): The generated PDF file ID.fileUrl (string): The public URL to download the PDF.Converts an HTML document to a PDF file.
html (string): The HTML content to convert to PDF. (Required)filename (string): The filename of the PDF. Defaults to generated.pdf. (Optional)fileId (string): The generated PDF file ID.fileUrl (string): The public URL to download the PDF.PDFSHIFT_API_KEY: The API key to use PDFShift. You can get it from PDFShift.