Merge Scanned Documents into One PDF Under 200 KB for an Application Portal
Published September 17, 2026 · By the TryDocsy team
Scholarship, admission and recruitment portals often give you one upload slot and a small limit, while your documents are a mix of phone photos, scanner PDFs and certificates downloaded as PDFs. This walk-through combines them into a single file under 200 KB, in an order we tested so the result stays readable.
Short answer
Turn photos into a PDF with Image to PDF using the A4 page size, merge all the scanned pages with Merge PDF, compress that scanned part to a little under the limit with Compress PDF, and only then merge in any digital PDFs. Our three scanned pages went from 1,661,799 bytes to 147,820, and the final four-page file with the digital certificate was 148,884 bytes.
A typical requirement
The West Bengal scholarship portal's NMMSE 2026 instructions are a good example of the rules you'll meet. Certificates such as income and caste certificates are uploaded as scanned PDF documents, and the maximum size of each scanned PDF is 200 KB. The photo is separate, a JPG of up to 50 KB. Other portals phrase it differently, sometimes with a minimum as well, so read your own notice for the exact numbers and which documents go into which slot.
When one slot must hold several pieces of paper (a two-sided mark sheet, an ID card front and back, a covering letter), you have to merge before you upload, and merging is where file sizes get out of hand.
Why merged scans are so big
Merging and converting don't compress anything. When you turn JPG photos into a PDF, the image-to-PDF tool places each JPEG inside the PDF exactly as it is. Our two A4 scans at 300 DPI were JPEG files of 767,229 and 722,294 bytes, and the two-page PDF made from them was 1,491,215 bytes, just the two images plus about 1.7 KB of PDF structure. Merging PDFs works the same way: it copies pages across, so the merged file is roughly the sum of its parts.
That is good news for quality, because nothing degrades until you choose to compress. It also means the compression step has to do all the work at the end, and its settings decide whether the result is readable.
Two step orders, measured
Our set of documents: a colour mark-sheet scan and a grayscale ID scan (both JPG), a letter already scanned to PDF at 150 DPI, and a one-page certificate downloaded as a digital PDF with real text. We tried two orders to reach 200 KB.
| Step | Order 1: merge everything, then compress | Order 2: compress scans, then add digital PDF |
|---|---|---|
| Two JPG scans to A4 PDF | 1,491,215 | 1,491,215 |
| Merge | All four pages: 1,662,862 | Three scanned pages: 1,661,799 |
| Compress, Target Size | 200 KB target: 186,669 | 190 KB target: 147,820 |
| Final merge | Not needed | Certificate added: 148,884 |
| Certificate text selectable? | No, turned into an image | Yes, unchanged |
| Pages | 4, all 833 × 1179 pt | 4: certificate A4, scans 833 × 1179 pt |
Both finished well under 200 KB, and at 100 percent zoom the scanned text was equally readable in each. The difference is the certificate. The compressor redraws every page as a JPEG picture, so in Order 1 the certificate's crisp vector text became a compressed image and could no longer be selected or searched. In Order 2 it went in untouched and added only 1,064 bytes, because a text-only PDF page is tiny.
One side effect shows up in both orders: compressed pages come out with larger page dimensions than A4 (833 × 1179 points here), so Order 2's file mixes page sizes. On screen every page scales to fit the window. If the file will be printed, check the print preview and choose fit to page.
Step by step (the order we recommend)
- Collect everything in one folder and name files in the order they should appear, such as 1-marksheet.jpg and 2-id-front.jpg.
- Open Image to PDF, add the photos, choose A4 as the page size, check the order, and press the Convert button (for two photos it reads Convert 2 Images to PDF). Download the PDF.
- Open Merge PDF, add that file plus any other scanned PDFs, drag them into order, and press the Merge button, such as Merge 2 PDFs. Download the merged PDF.
- Open Compress PDF, choose Target Size, type a number a bit below your limit (190 for a 200 KB limit), click KB, and press Compress. The unit starts on MB, and a target of 190 MB would barely shrink anything.
- Open Merge PDF again and combine the compressed scans with any digital PDFs such as downloaded certificates. Put them in the order the portal expects.
- Check the final size in your file manager and open the PDF once to zoom into the smallest print before uploading.
When the limit is very tight
Three or four scanned pages fit comfortably in 200 KB. Ten pages will not look good at that size, because each page gets about 20 KB. Before lowering the target further, work through these:
- Leave out anything the notice didn't ask for, such as blank reverse sides and instruction pages.
- Crop scans to the paper edge before converting. A phone photo that includes the table around the document wastes bytes on wood grain.
- Photograph documents in good light rather than dim indoor light. Noise from a dark photo is expensive to compress and ugly when compressed.
- If the portal accepts separate uploads per document, use them. Each file then gets its own 200 KB.
Problems you might hit
- “is password-protected and was skipped” when merging: a downloaded bank or university PDF may be encrypted. Remove the password (you need to know it) and merge again.
- An image won't convert: unusual formats and CMYK JPEGs are re-encoded through the browser, and if that fails the image is skipped with a message. Re-save it as a normal JPG and retry.
- Pages in the wrong order: fix the order in Merge PDF before compressing, because every extra round of compression costs a little quality.
- Compression stops with a timeout: keep the tab visible while it runs. Browsers slow down background tabs, and the tool stops after 90 seconds.
- Photos larger than 20 MB each: the image-to-PDF uploader turns them away. Resize the photo first; you don't need 50-megapixel scans for a portal.
How we measured
- Samples: a 2481 × 3507 px colour scan (767,229 bytes) and grayscale scan (722,294 bytes) of a one-page A4 notice, rasterised with Pillow; a one-page 150 DPI scanned PDF of the same notice (171,037 bytes); and a one-page certificate PDF with standard-font text generated with pdf-lib (1,637 bytes). All synthetic, no real personal documents.
- Tools: /convert/image-to-pdf (A4), /pdf/merge and /pdf/compress (Target Size, KB) from the development build of 17 September 2026, driven in Microsoft Edge. Sizes are the downloaded files.
- Checks: page count, page dimensions and selectable text read with pypdf; scan readability judged by eye on a crop of 11 pt text.
Frequently asked questions
Does merging PDFs reduce their size?
No. Merging copies pages into one file, so the result is about the total of the inputs. In our test three scanned pages of 1,491,215 and 171,037 bytes merged into 1,661,799 bytes. Compress after merging to shrink it.
Should I compress each file before merging?
Compress the scanned pages together in one pass, then add digital PDFs afterwards. Compressing files one by one makes it harder to hit a total limit, and compressing a digital PDF turns its text into an image.
Can I merge JPG and PDF files together directly?
Merge PDF accepts PDF files only. Convert the JPGs to a PDF first with Image to PDF, then merge that PDF with the others.
My portal says under 200 KB but my 195 KB file is rejected. Why?
Some portals count 1 KB as 1,000 bytes, so 195 KB by the 1,024 convention is 199,680 bytes, just under 200,000, and a few bytes of rounding can tip it over. Aim for 190 KB or lower to be safe.
Are my documents uploaded when I merge and compress them here?
No. Conversion, merging and compression run inside your browser tab and the files stay on your device until you upload the final PDF to the portal yourself.
Tools used in this guide
Sources
- Govt. of West Bengal Scholarships Portal: NMMSE instructions (document upload limits) (read September 17, 2026)
Spotted something out of date? Tell us through the contact page.

