What “browser-local” image conversion actually means
A practical privacy boundary for turning PNG, JPG, and JPEG files into one PDF.
“Browser-local” is an easy phrase to put on a product page, but it is worth being precise about what it means.
For image conversion, it describes where the file transformation happens. Instead of sending images to a conversion server, the browser reads the files selected on the device, prepares the PDF there, and lets the user download the result. That is a useful privacy boundary for everyday work with screenshots, scans, receipts, and design exports.
It is not a claim that a browser magically solves every privacy problem. The operating system, browser extensions, file-sync settings, and the people with access to the device still matter. But avoiding an unnecessary conversion-server upload removes one system from the path.
The boundary changes the workflow
Suppose a folder contains ten screenshots for a bug report. A server-based tool usually asks the user to upload all ten files, waits for processing, then returns a generated document. A browser-local workflow keeps the core sequence on the device instead:
- Select the images.
- Arrange the page order.
- Choose page sizing and margins.
- Generate and download the PDF.
The final PDF still has to be shared somewhere if the job requires it. The difference is that the conversion step does not create an additional remote copy by default.
What this approach does not do
Local conversion has limits that are important to state clearly:
- It creates an image-based PDF; it does not run OCR or reconstruct editable text and tables.
- The browser and device need enough memory for the selected files.
- Large batches can still take time because the work is happening on the current device.
- Page order and print settings still need a human check before export.
Those limits are not drawbacks to hide. They help people choose the right workflow. If the goal is searchable extracted text, a dedicated OCR pipeline is a different job. If the goal is to send a set of images as one ordered document without adding another file-processing service, local conversion is often the simpler option.
A small tool built around that boundary
I maintain PNG Binder, a free browser-local PNG-to-PDF converter. It accepts up to 50 PNG, JPG, or JPEG images, lets users arrange them, and produces one PDF without requiring an account or sending the images to a conversion server.
The design goal is deliberately narrow: make the common “these images need to become one PDF” task less fussy, while being clear about what stays local and what the output can do.
Disclosure: I am the maker and operator of PNG Binder.
