Why a file displayed as 1 MB can still be too large
Suppose an upload form requires a file smaller than 1 MB. A 1,004,000-byte file is 1.004 MB in decimal units. Rounded to two decimal places, that becomes 1.00 MB, even though it exceeds 1,000,000 bytes. This is a unit-conversion example, not a compression benchmark.
In PDFMinto, a 1 MB target means 1,000,000 bytes and 500 KB means 500,000 bytes. For a strict “less than” requirement, try a custom target of 0.99 MB, or 990,000 bytes. That leaves a small size margin; it does not guarantee acceptance of the format or page count.
After downloading, check the byte count in your system’s file properties or Get Info panel. Use the file size, not “size on disk,” and do not rely only on a rounded display. If the receiving website specifies an exact byte limit, use that limit.
Is the page text, or a picture of text?
Try selecting a sentence in a PDF reader. If it works, that part of the page has a text layer. If it does not, that alone does not prove the page is a scan. Zoom in on the letter edges and inspect other pages too. A scan with an OCR layer can have selectable text while still containing a large page image.
A scan usually stores a picture of each page. A document exported from a text editor may store text and vector graphics instead. These need different treatment: reducing an embedded photograph can save space, while a compact text document may have little left to remove.
Repeated objects and uncompressed content streams can offer lossless savings. Image optimization can also reduce size, but lowering image resolution or JPEG quality may blur small print. PDFMinto tries lossless optimization first, then progressively optimizes embedded images if the target is still unmet.
What to do when the result is still too large
Start from the original and choose the receiving website’s size limit. Keep the original, then download the output for comparison. PDFMinto reports whether it met the target. If the original is already below it, the tool returns that file instead of forcing a reduction.
Still too large, and the images are visibly blurred? Stop recompressing that output. If you have the Word document, layout file or original images, export a smaller version from that source and check the fine print again. Do not remove pages when the recipient requires the complete document.
Still too large, but text and lines remain sharp and the size barely changes? The file may already be compact. Further image-quality reduction may not help. Ask about another submission route. Consider separate volumes only if the recipient permits them; PDFMinto does not currently split PDFs.
Check fine print, tables and page order—not just the cover
Compare the original and result. Check the page count and order, then inspect the smallest text, tables, diagrams and any information the recipient needs. Zoom in on several representative pages; the cover alone is not a useful quality check.
For a text document, try selecting and copying a passage in a PDF reader. For a scan, inspect the picture of the text carefully: compression does not add searchable text. PDFMinto does not delete pages or turn whole pages into images to meet a target, but image compression can still change their appearance.
A practical review order: count the pages, inspect the densest table, smallest type and diagrams, compare important reference numbers and amounts, then reopen the downloaded file. Spot checks can reveal problems; they cannot establish that every page is intact. Review important documents page by page.
Understand document and privacy limits
PDFMinto does not process encrypted PDFs, interactive forms or digitally signed documents. Use the original document’s supported workflow for these files. The tool does not perform OCR, and making a file smaller does not certify it for a particular portal.
Compression runs on the service, not entirely in your browser. The online service temporarily stores chunks in private Vercel Blob storage; normal completion or failure triggers cleanup, with daily expired-task cleanup as a fallback. Read the tool’s privacy notice before uploading sensitive material.