Privacy & File Processing Architecture
PixoPDF is engineered from the ground up to respect user privacy. Unlike traditional PDF conversion utilities that require uploading files to remote servers, PixoPDF runs entirely inside your web browser.
1. Local Execution (No File Uploads)
All tools within our suite utilize browser-compatible Javascript engines (pdf-lib, pdf.js, and Web Assembly). Files you drag and drop onto the application are read directly into browser sandbox memory as binary buffers. At no point are files sent over the internet.
2. Memory Sanitation
When processing completes and you download the converted file, all references to binary buffers, canvas rendering surfaces, and temporary browser Object URLs are explicitly wiped and revoked to ensure garbage collection occurs immediately. No document data is cached or stored in cookies, LocalStorage, or IndexedDB.
3. Zero Tracker Leaks
We do not use aggressive third-party trackers. Our anonymous product analytics record only generic tool activation events (e.g. tracking that "Merge PDF" was opened and run) and never collect filenames, metadata, signatures, or textual content.
4. Contact Information
For questions about this privacy policy or PixoPDF's browser-based document processing, contact support@progvision.online.