PCPDFCraft

Security

Last updated: 2026-06-08

Browser-side processing

All current PDFCraft tools process your file in your browser using JavaScript. The file is read from your device's memory, processed locally, and the result is downloaded directly to your device. Your PDF or image is not uploaded to any server.

File handling limits

Validation

We check the file extension, the MIME type, and the PDF header before any processing happens. Files that look corrupted or that are not valid PDFs or supported image formats are rejected with a clear error message.

Server-side processing (future)

For tools that cannot run reliably in the browser (for example, Word/Excel/PowerPoint conversion or OCR), we plan to use isolated worker containers with the following safeguards:

No permanent storage

PDFCraft does not permanently store your converted files. Output files exist only inside your browser tab until you download them or close the tab.