Free Online Daily Utilities
10 tools · No signup · Instant results
PDF converters, QR code generator, password generator, JSON formatter, Base64 encoder, and more. Every tool runs instantly in your browser — no account, no installation, no limits.
PDF to Word
Extract text content from PDF documents for editing.
Open toolWord to PDF
Convert Word documents (.docx) to PDF format.
Open toolImage to PDF
Convert one or multiple images into a single PDF document.
Open toolPDF Compressor
Reduce PDF file size for easier sharing and storage.
Open toolQR Code Generator
Generate custom QR codes for URLs, text, Wi-Fi, and more.
Open toolPassword Generator
Create strong, secure random passwords with customizable options.
Open toolJSON Formatter
Format, validate, and beautify JSON data with syntax highlighting.
Open toolBase64 Encoder/Decoder
Encode and decode text or files to and from Base64.
Open toolURL Encoder/Decoder
Encode and decode URLs for safe use in web applications.
Open toolText Case Converter
Convert text between UPPERCASE, lowercase, Title Case, camelCase, and more.
Open toolWhat Each Utility Tool Does
Detailed overview of each utility tool and its ideal use cases.
PDF to Word
Open →Extract text content from PDF documents into an editable Word-compatible format. PDFs are great for sharing and printing but frustrating when you need to edit the content. Our PDF to Word converter extracts all text from a PDF — preserving paragraph structure where possible — and delivers it as an editable document. Works on text-based PDFs (not scanned documents, which require OCR).
- Edit a PDF contract or report
- Extract text from a PDF for reuse in another document
- Convert a PDF form into an editable template
Word to PDF
Open →Convert Word documents (.docx) to PDF format for universal sharing and printing. PDF is the standard format for sharing documents because it displays identically on every device and cannot be accidentally edited by recipients. Our converter preserves formatting including fonts, tables, images, headers, and footers from your .docx file.
- Convert a resume to PDF before emailing
- Archive Word documents as PDFs for long-term storage
- Create a PDF from a Word-formatted report for clients
Image to PDF
Open →Convert one or multiple images into a single PDF document. Perfect for combining photos of a document, creating a photo album PDF, or packaging multiple images for delivery. Upload JPG, PNG, or WebP images, arrange them if needed, and download a PDF with each image as a full page. Great for digitizing physical documents photographed on a phone.
- Combine photos of a handwritten document into a PDF
- Create a photo portfolio PDF from image files
- Digitize receipts by converting phone photos to PDF
PDF Compressor
Open →Reduce PDF file size for easier sharing, emailing, and upload. Large PDFs — especially those containing high-resolution images or scanned pages — can be difficult to email (Gmail's 25 MB limit) or upload to portals with file size restrictions. Our compressor reduces PDF size by optimizing embedded images and removing redundant data, while maintaining readability.
- Compress a PDF under 25 MB for Gmail
- Reduce PDF file size before uploading to a portal
- Archive PDFs at smaller sizes without reprinting
QR Code Generator
Open →Generate custom QR codes for URLs, plain text, Wi-Fi credentials, contact cards (vCard), and more. QR codes are everywhere — menus, business cards, product packaging, presentations, and event signage. Our generator creates high-resolution QR codes you can download as PNG. Enter your content, choose a size, and download immediately. No account required, no watermarks.
- Create a QR code for a website link
- Generate a Wi-Fi QR code for guests
- Add a QR code to a business card pointing to your portfolio
Password Generator
Open →Generate strong, random passwords with customizable options. Choose password length (8–128 characters), and select which character types to include: uppercase letters, lowercase letters, numbers, and special symbols. All generation happens in your browser — the password never leaves your device. Copy with one click. Use a unique strong password for every account you create.
- Generate a strong master password for a password manager
- Create a random password for a new account
- Generate a PIN or numeric-only code
JSON Formatter
Open →Format, validate, and beautify JSON data with syntax highlighting and proper indentation. Minified or single-line JSON is unreadable. Paste your JSON and our formatter instantly produces a clean, indented, syntax-highlighted view. The validator immediately reports any syntax errors with their location. Copy the formatted JSON or minify it back to a single line for production use.
- Format API response JSON for debugging
- Validate JSON before using it in code
- Prettify config files for reading and editing
Base64 Encoder/Decoder
Open →Encode plain text or files to Base64, and decode Base64 strings back to text. Base64 is used everywhere in web development — embedding images as data URIs in CSS, encoding binary data in JSON APIs, JWT tokens, and email attachments (MIME). Our tool handles text encoding and decoding instantly in the browser. Paste your text or Base64 string, choose Encode or Decode, and copy the result.
- Encode a string to Base64 for an API request
- Decode a Base64 payload from an API response
- Create a Base64 data URI from an image
URL Encoder/Decoder
Open →Encode and decode URLs for safe use in web applications. URLs can only contain certain characters — spaces, special characters, and non-ASCII characters must be percent-encoded (e.g., space becomes %20). Our tool handles both URL encoding (making a string safe for use in a URL) and decoding (converting percent-encoded sequences back to readable characters). Useful for debugging query parameters and building API requests.
- Encode a URL with spaces before pasting into code
- Decode a percent-encoded URL for readability
- Build encoded query strings for API requests
Text Case Converter
Open →Convert text between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, and kebab-case. Copying and reformatting text manually is error-prone and time-consuming. Paste your text, click the target case, and copy the result. All processing happens instantly in the browser. Useful for developers reformatting variable names, writers adjusting headings, and anyone who needs to change text case in bulk.
- Convert variable names between camelCase and snake_case
- Fix text that's accidentally in ALL CAPS
- Convert a title to Sentence case for a document heading