Image to PDF Conversion with Metadata
detail.loadingPreview
Converts an image to PDF and generates structured metadata in both English and Chinese.
About This Workflow
This workflow automates the process of converting an image file (e.g., JPG) into a PDF document. It then demonstrates how to generate structured metadata for this document, ensuring it is available in both English (en) and Chinese (zh). The workflow uses the ConvertAPI service for the file conversion.
Key Features
- Image to PDF conversion.
- Generates structured metadata.
- Supports both English and Chinese metadata.
- Downloads an image from a URL.
- Writes the converted PDF to disk.
- Utilizes ConvertAPI for conversion.
How To Use
- Trigger: The workflow starts by clicking the 'Test workflow' button.
- Download Image: An example JPG image is downloaded from a URL (
https://cdn.convertapi.com/public/files/demo.jpg) using thehttpRequestnode named 'Download Image'. - File Conversion: The downloaded image data is then sent to the 'File conversion to PDF' node. This
httpRequestnode uses the ConvertAPI v2 endpoint (https://v2.convertapi.com/convert/jpg/to/pdf) to convert the JPG to a PDF. It requires authentication via an HTTP Query Auth credential. - Write to Disk: The converted PDF file is saved to the local disk using the 'Write Result File to Disk' node, with the filename 'document.pdf'. The input data for this node comes from the
dataproperty of the previous node's output.
Apps Used
Workflow JSON
{
"id": "bb024898-2557-4bc1-a74b-621dbcce7e25",
"name": "Image to PDF Conversion with Metadata",
"nodes": 20,
"category": "File Management",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: bb024898-2557...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Related Workflows
Discover more workflows you might like
Automated Gmail Attachment Archiving to Google Drive with Metadata
Automatically process Gmail attachments, organize them into dated and company-specific folders in Google Drive, and add structured metadata.
Slack Image Upload Workflow
This workflow automates the process of uploading images from Slack to a public S3 CDN, generating shareable links.
Download and Upload Image via FTP
Downloads an image from a URL and uploads it to an FTP server, then lists files in the FTP directory.