Images to PDF β Combine Photos into One PDF
Pricing
from $0.0025 / pdf created
Images to PDF β Combine Photos into One PDF
Bundle JPG and PNG images into a single paginated PDF, with page size and fit options. Turn scans, screenshots and product shots into a shareable document.
Pricing
from $0.0025 / pdf created
Rating
0.0
(0)
Developer
hiper soft
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Bundle JPG and PNG images into a single paginated PDF β with page-size and margin options. Turn scans, screenshots, receipts and product shots into one shareable, printable document in a single run.
What it does
- Combines a list of JPG/PNG images into one PDF, in order.
- Fit-to-image, A4 or US Letter page sizes, with optional margins.
- Centers and scales each image to the page.
Use cases
- Scanning β turn phone photos of documents into a PDF.
- Receipts / expenses β bundle receipt images for submission.
- Portfolios / catalogs β assemble product shots into a PDF.
Input
{ "imageUrls": ["https://example.com/scan1.jpg", "https://example.com/scan2.png"], "pageSize": "a4", "margin": 20 }
| Field | Type | Description |
|---|---|---|
imageUrls | array | JPG/PNG URLs, in page order. |
pageSize | string | fit, a4 or letter. |
margin | integer | Margin around each image (points). |
outputName | string | Output filename. |
Output
{ "imageCount": 2, "pages": 2, "resultUrl": "https://api.apify.com/v2/key-value-stores/.../records/images.pdf", "ok": true }
Output schema
| Field | Type | Description |
|---|---|---|
imageCount | integer | Images added. |
pages | integer | Pages in the PDF. |
resultUrl | string (URL) | Link to the output PDF. |
FAQ
Which formats? JPG and PNG.
Can I automate it? Yes β via integrations on the Apify platform and the Apify API.
Notes
Original clean-room implementation. Pairs with PDF Merge and PDF Split.