PixelDocs is a privacy-first, browser-only toolkit for PDF and image processing. Every tool runs entirely in your browser using JavaScript APIs. No files ever leave your device.
Most online PDF and image tools ask you to upload your files to their servers.
This means your documents — which may contain sensitive information — are out of
your control. PixelDocs was built to solve this: all processing happens locally
in your browser, using Web Workers, Canvas, and pdf-lib.
All PDF and image processing is done in your browser using JavaScript APIs
(Web Workers, Canvas, OffscreenCanvas, pdf-lib). When you select a
file, it is read into memory on your device. No file data is ever transmitted
over the network. No upload endpoints exist.
PixelDocs does not collect, store, or transmit any personal data. There are no accounts, no login, no email required. We have no servers, no databases, and no analytics tracking.
PixelDocs uses only the following browser storage mechanisms:
No cookies are used by PixelDocs itself. Third-party ads (see section 6) may use cookies per their own policies.
PixelDocs does not use Google Analytics, Mixpanel, or any other analytics or tracking services. Your usage is completely anonymous.
The only third-party services used are:
pdf-lib and pdf.js are loaded on PDF tool pages only. These are static library files and do not transmit your data.Files processed in PixelDocs exist only in your browser's memory and are never persisted on any server. IndexedDB entries for cross-tool file passing are automatically pruned after 30 minutes. You can also clear them at any time by closing the browser tab.