Skip to content

Documents & scans

Phone photos to scanned PDF converter

Get scanned-PDF entities: ordered pages, image frames, chosen paper size, filename order, original color, and compressed page images.

  • Output: PDF
  • Free: 5 conversions a day · 5 MB each
  • Deleted after 24 h · never used for training

Before you start

What to expect

  • Uploads are not used to train models, and retained files are deleted after 24 hours unless your account policy says otherwise.
  • This creates an image-only PDF. It does not deskew, crop, clean backgrounds, or add invisible searchable text yet.

What the output contains

  • An image-only PDF assembled from uploaded phone photos, suitable when a portal rejects HEIC or loose JPG files.
  • JPG and PNG can run in-browser where supported; HEIC may require server-side image conversion before PDF assembly.
  • Photo order follows batch order or filename order, so rename files before upload if sequence matters.
  • No deskew, auto-crop, background cleanup, or searchable OCR text is promised yet.

A real run

Apartment application photos

Input
11 iPhone HEIC photos of ID, pay stubs, and signed forms, mixed portrait/landscape orientation, renamed 001 through 011.
Output
One 11-page image-only PDF in the requested order; two pages still showed desk edges because no crop/deskew cleanup is performed.

Known failure modes and how they're handled

User expects a searchable scan
This workflow creates an image-only PDF. Use screenshot-to-text or scanned-pdf-to-word when you need searchable or editable text.
Skewed photos and visible desk background
No automatic deskew or crop is applied yet. Crop and straighten photos on the phone before upload.
HEIC not accepted by another site
HEIC input is converted into PDF pages so portals that require PDF can accept the document package.
Pages in the wrong order
The converter respects upload/batch order. Rename files with 001, 002, 003 prefixes before upload for predictable order.

Command line

Do it yourself

ffmpeg

bash
ffmpeg -i page.heic page.jpg

Converts HEIC to JPG locally; use another tool such as img2pdf or Preview to assemble a multi-page PDF.

ocrmypdf

bash
ocrmypdf photos.pdf photos-searchable.pdf

Run after PDF assembly only if you need searchable text; FileType Converters does not add that layer in this workflow.

Questions about this workflow

Will the PDF be searchable?

No. It is image-only. Use screenshot-to-text or a local ocrmypdf workflow if searchable text is required.

Can I upload HEIC photos from an iPhone?

Yes. HEIC is accepted for this task and converted into PDF pages, though it may not run fully in-browser.

Does it crop the paper automatically?

No, not yet. Crop and straighten each page before upload for the cleanest result.

How do I control page order?

Upload in order or rename files with numeric prefixes before converting.