Images to PDF β€” Combine Photos into One PDF avatar

Images to PDF β€” Combine Photos into One PDF

Pricing

from $0.0025 / pdf created

Go to Apify Store
Images to PDF β€” Combine Photos into One PDF

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

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

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 }
FieldTypeDescription
imageUrlsarrayJPG/PNG URLs, in page order.
pageSizestringfit, a4 or letter.
marginintegerMargin around each image (points).
outputNamestringOutput filename.

Output

{ "imageCount": 2, "pages": 2, "resultUrl": "https://api.apify.com/v2/key-value-stores/.../records/images.pdf", "ok": true }

Output schema

FieldTypeDescription
imageCountintegerImages added.
pagesintegerPages in the PDF.
resultUrlstring (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.