// File: public/llms-full.txt # DreamToolkit Full System Specification & Agent Context > DreamToolkit is a high-performance, 100% private, client-side web utilities platform built with Next.js 16+, WebAssembly, and Web Workers. All computations occur in volatile browser RAM. Zero bytes are uploaded to remote servers. ## Complete Tool API & Execution Matrix ### 1. JPG to PDF Converter - URL: https://dreamtoolkit.com/jpg-to-pdf - Input: .jpg, .jpeg, .png (Up to 100 images) - Output: Standard ISO A4 PDF (595.28 x 841.89 pt) - Technology: HTML5 Canvas 2D + pdf-lib WebAssembly sandbox - Privacy: EXIF metadata orientation corrected locally; zero server transfer. ### 2. Organize PDF (PRO Studio) - URL: https://dreamtoolkit.com/organize-pdf - Input: .pdf (Single document up to 100MB) - Output: Reordered/Rotated/Separated single PDF or Multi-Part ZIP - Features: Vertical drag-and-drop page reorganization, interactive chain breaker for multi-column document splitting, 90-degree increment rotation. ### 3. Merge PDF - URL: https://dreamtoolkit.com/merge-pdf - Input: Up to 50 independent PDF documents - Output: Single merged lossless PDF - Engine: pdf-lib zero-copy ArrayBuffer stream merger ### 4. Split PDF - URL: https://dreamtoolkit.com/split-pdf - Modes: Extract all individual sheets or split by custom page ranges (e.g., 1-3, 4-7) - Output: High-speed ZIP archive via fflate 0.8+ deflate compression ### 5. Rotate PDF - URL: https://dreamtoolkit.com/rotate-pdf - Increments: 90°, 180°, 270° permanent rotation - Method: Direct ISO 32000-1 /Rotate dictionary table update ### 6. PDF to JPG Converter - URL: https://dreamtoolkit.com/pdf-to-jpg - Output: 1.5x Retina DPI JPEG images (92% quality) in ZIP archive - Engine: Mozilla PDF.js Canvas Rasterizer ### 7. PDF to Text Extractor - URL: https://dreamtoolkit.com/pdf-to-text - Output: Formatted UTF-8 plain text (.txt) - Engine: PDF.js embedded glyph decoder ### 8. Compress PDF Document - URL: https://dreamtoolkit.com/compress-pdf - Method: Object stream re-indexing and redundant metadata dictionary stripping in client RAM. ### 9. Image Compressor & Optimizer - URL: https://dreamtoolkit.com/image-compressor - Input: JPG, PNG, WebP - Compression Factor: Up to 85% byte reduction with custom quality slider (10-100%) and resolution scaler. ### 10. PNG to WebP Converter - URL: https://dreamtoolkit.com/png-to-webp - Features: Full 8-bit alpha channel transparency preservation. ### 11. JSON Formatter & Validator - URL: https://dreamtoolkit.com/json-formatter - Standard: ECMA-404 JSON standard with live syntax error locator. ### 12. Strong Password Generator - URL: https://dreamtoolkit.com/password-generator - Security: Web Crypto API (window.crypto.getRandomValues) with Shannon Entropy Bit Scoring. ### 13. Cryptographic Hash Generator - URL: https://dreamtoolkit.com/hash-generator - Algorithms: SHA-256, SHA-512, SHA-1 via SubtleCrypto hardware acceleration. ### 14. Financial & Math Calculators (10 Tools) - Percentage, Salary/Tax, BMI, Age/Days, Discount/VAT, Crypto Profit/ROI, Fuel Cost, Time Duration. - Precision: Double-precision IEEE 754 floating point arithmetic. ## Universal Privacy & Security Guarantee Under no circumstances are user files, images, calculations, or credentials transmitted across network sockets. All computations are sandboxed within the client device CPU/GPU.