This workflow automates the process of converting a specified webpage into a PDF document using n8n, providing a seamless way to generate PDF reports or archives from web content. Starting with a manual trigger, it allows users to initiate the process easily. The workflow involves setting the target website URL, which is configured in a sticky note as a reminder for users to input the relevant webpage. Upon activation, the workflow sends an HTTP request to ConvertAPI’s conversion service, authenticating via a provided API key. The service processes the webpage and returns a PDF file, which is then saved to the disk as ‘document.pdf’. This setup is ideal for use cases such as automated report generation, archiving web content, or creating printable versions of web pages on demand.
Automate Webpage to PDF Conversion with n8n
Node Count | 0 – 5 Nodes |
---|---|
Nodes Used | httpRequest, manualTrigger, readWriteFile, stickyNote |
Reviews
There are no reviews yet.