n8n工作流、无代码自动化
在n8n工作流中 自动化PDF转换
将Convert File Fast连接到您的n8n工作流,大规模自动化文档转换。从Gmail、Google Drive、Webhook等触发。将DOCX、HTML、图像和HEIC转换为PDF。
cURLPythonNode.jsn8n
# n8n Workflow: Gmail → Convert DOCX to PDF → Save to Google Drive
# Step 1: Gmail trigger receives email with DOCX attachment
# Step 2: HTTP Request node converts the attachment
curl -X POST \
https://api.convertfilefast.com/v2/convert/word-to-pdf \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@report.docx" \
--output report.pdf
# HTTP 200 OK — Content-Type: application/pdf
# Step 3: Google Drive node uploads report.pdf to your folderConversion completed in <2s
优势
为什么使用我们的API?
完整可靠的解决方案,适用于任何技术栈的集成。
n8n原生集成
使用HTTP请求节点通过multipart-form-data连接到Convert File Fast API。无需自定义节点。
Gmail转PDF工作流
自动将DOCX电子邮件附件转换为PDF并保存到Google Drive。零手动工作。
Google Drive触发器
监视Drive文件夹中的新文件,并在它们到达时自动将其转换为PDF。
任何触发器、任何格式
与Webhook、Slack、Airtable或任何n8n节点结合使用。转换DOCX、HTML、HEIC、图像等。
内置错误处理
使用n8n内置的错误工作流重试失败的转换并自动通知您的团队。
无限扩展
在您的n8n工作流中每天1到10,000次转换。计划随您的自动化需求扩展。