Drag & drop multiple images or click
Combines into a structured pages A4 PDF
Click or drag PDF file here
Splits pages into individual JPEG files
Drag or click to choose file
Supports Images, TXT documents, or PDFs
Choose files or drop here
Compresses images, PDFs, or builds folder ZIPs
Select file to output Data URL string
Ad
Looking for a local code editor? Check out **VS Code** with offline sandboxing and direct workspace execution.
Frequently Asked Questions
Yes, completely. Your files never leave your computer. All processing, document editing, and text extraction is completed locally in your browser sandbox using WebAssembly and client-side JavaScript APIs. No data is sent to a server.
We leverage local JS engines (like JSZip for DEFLATE archiving and PDF.js + jsPDF for canvas scaling). These tools modify file bytes and write zip tables directly inside your browser's system memory before prompting your native browser save dialog.
The "Convert to Plain Text" tool maps embedded font character structures within digital documents. Scanned files require heavy Optical Character Recognition (OCR) script datasets, which are omitted to keep the core website lightweight and load instantly. Full OCR engine capabilities are available in the LocalFilePress Pro cloud edition!
Because everything runs completely client-side, the only limit is your local machine's system memory (RAM). For exceptionally large items (e.g. 500MB+ PDFs), your browser thread might briefly lock while allocating byte arrays, but it will execute locally.