# PDF Toolkit PDF Toolkit is a premium, free, browser-only PDF utility suite. All operations (split, merge, compress, reorder, unlock, rotate, and watermark) happen locally in the user's browser via JavaScript Web Workers. No file content is ever transmitted across a network, ensuring bank-level document security and privacy. ## Available Local Utilities ### 1. PDF Password Remover - **Path:** `/pdf-password-remover` - **Utility:** Removes security restrictions (copying, editing, printing) from password-protected files when the password is known. ### 2. PDF Merge - **Path:** `/pdf-merge` - **Utility:** Concatenates multiple PDF documents in a customized sequence. ### 3. PDF Split - **Path:** `/pdf-split` - **Utility:** Cuts page ranges or separates individual pages into different documents. ### 4. PDF Rotate Pages - **Path:** `/pdf-rotate` - **Utility:** Rotates landscape or upside-down pages by 90, 180, or 270 degrees. ### 5. PDF Page Extraction - **Path:** `/pdf-extract-pages` - **Utility:** Selects and extracts specific pages from a document. ### 6. PDF Compression - **Path:** `/pdf-compress` - **Utility:** Compresses files client-side by applying canvas scale operations. ### 7. PDF to Images - **Path:** `/pdf-to-images` - **Utility:** Rasterizes PDF pages into JPG or PNG image files. ### 8. Images to PDF - **Path:** `/images-to-pdf` - **Utility:** Compiles JPG/PNG images into a structured PDF document. ### 9. PDF Metadata Editor - **Path:** `/pdf-metadata-editor` - **Utility:** Modifies internal metadata keys (Author, Title, Creator, Keywords, Subject). ### 10. Add Watermark to PDF - **Path:** `/pdf-watermark` - **Utility:** Stamps text or image overlays onto pages with adjustable opacity, angle, and size. ### 11. Remove Pages from PDF - **Path:** `/pdf-remove-pages` - **Utility:** Deletes pages from a document. ### 12. Reorder PDF Pages - **Path:** `/pdf-reorder-pages` - **Utility:** Rearranges the sequence of PDF pages using drag-and-drop. ## Security & Offline capability - Safe for enterprise documents, contracts, tax files, and private IDs. - Fully operational offline after the initial load. - Leverages local memory and browser-based Web Workers.