Dear Community,
We’re thrilled to announce the release of the new PdfShift Adaptor v1.0.0, designed to convert HTML to PDF.
You can read the full details of the new Adaptor here.
Features
- Generate PDF API
- Make a
POSTrequest to generate PDF from HTML in PdfShift
generatePDF(
`<html>
<body>
<h1>Sales Report</h1>
<p>Date: 2025-02-01</p>
<p>Total Sales: $42</p>
</body>
</html>
`);
Example Workflow
Here’s a real-world example from our Solutions Engineer — a workflow that retrieves customer and payment data from Google Sheets, creates a professional, branded PDF statement with payment history and balance due for each customer, and sends statements via WhatsApp Business API using approved templates.
