This n8n workflow automates the process of downloading a PowerPoint (PPTX) file, converting it into a PDF, and saving the result locally. Triggered manually, it is useful for quickly obtaining PDF versions of presentation files without manual intervention. The workflow starts with a manual trigger, then downloads a PPTX file from a specified URL via an HTTP request. It then sends this file to a conversion API (ConvertAPI) to convert it to PDF format. Finally, the converted PDF is written to disk for easy access and distribution. This workflow is ideal for teams or individuals who regularly need PDF versions of PowerPoint presentations for reports, sharing, or archival purposes.
Automated PPTX to PDF Conversion Workflow
Node Count | 0 – 5 Nodes |
---|---|
Nodes Used | httpRequest, manualTrigger, readWriteFile, stickyNote |
Reviews
There are no reviews yet.