·5 min read

Uploading iPhone Photos to Indian Gov Forms — The Complete Workflow

iPhone photos are HEIC, often too large, and rotation-tagged in a way that confuses gov portals. Here's the cleanest end-to-end fix.

iPhone owners hit the same wall every form season: portal rejects the file, blames "format", and you can't tell why. Here's the complete fix.

Why iPhone photos break gov form uploads

1. Format: iPhones default to HEIC, which most Indian gov portals don't accept (they want JPG). 2. Size: A typical iPhone photo is 3-5 MB — way over the 20-100 KB target most forms require. 3. Rotation EXIF tag: iOS stores orientation as metadata. Some portals strip the tag and the photo uploads sideways. 4. Color profile: iPhones use Display P3; gov portals expect sRGB. Subtle, but causes "color shift" issues on some.

The 4-step fix

1. Convert HEIC → JPG

Use HEIC to JPG — drag in your photo, get a JPG out. Browser-based, no install. Fixes problem #1.

2. Fix orientation

After conversion, the rotation tag is baked into the pixels. No sideways uploads. Fixes problem #3.

3. Resize to exact gov form spec

Use the form-specific resizer: - PAN Card Photo — 213×213 px, 10-20 KB - Passport Photo — 350×350 px, up to 100 KB - UPSC Photo — 350×350 px, 20-300 KB - SSC CGL Photo — 200×230 px, 20-50 KB - NEET UG Photo — 275×354 px, 10-200 KB

This fixes problem #2 (size) and converts to sRGB for problem #4.

4. (Optional) Replace background

If the background isn't plain enough, use the Background Remover and pick the white preset.

Faster on the iPhone itself

If you do this often, change your iPhone camera to JPG by default:

Settings → Camera → Formats → Most Compatible

Now every new photo saves as JPG and you skip step 1. (You can leave existing HEIC photos alone — only new ones change.)

Bonus: scanning a paper document

If the form needs a scanned ID rather than a photo:

- Use Notes → tap the camera icon → Scan Documents (auto-crops, B&W mode). - Save as PDF. - If too large, run through Compress PDF to hit the portal's KB limit.

Bonus: photo + signature on one sheet

A few forms (like some state PSCs) want photo and signature on one sheet. Use Photo + Signature Sheet — drag in both, get a single combined sheet ready to upload.

That covers the iPhone → Indian gov form pipeline end to end.

Related posts