SaveOnlineVideosOnline Media Toolkit

What 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
Aa

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

Frequently Asked Questions

Are all these utility tools completely free?
Yes. All 10 utility tools are free with no usage limits, no watermarks, and no account required. We are supported by advertising.
Is there a file size limit for PDF tools?
PDF to Word and Word to PDF support files up to 50 MB. PDF Compressor supports files up to 100 MB. Image to PDF supports images up to 50 MB each.
Does PDF to Word work on scanned PDFs?
No. Our PDF to Word converter extracts digital text from text-based PDFs. Scanned PDFs contain only images and require OCR (Optical Character Recognition) software. For scanned documents, tools like Adobe Acrobat or Google Drive (which can OCR PDFs) are recommended.
Are generated passwords stored anywhere?
No. Password generation happens entirely in your browser using the Web Crypto API. The generated password is never sent to our server and is not stored anywhere. Close the tab and the password is gone.
What QR code types are supported?
Our QR Code Generator supports URL/link QR codes, plain text, and Wi-Fi network credentials (SSID + password). vCard (contact) and email QR codes are planned features.
Can I use the JSON Formatter for large JSON files?
The JSON Formatter handles JSON up to several megabytes in the browser. For extremely large JSON files (tens of MB), performance may be slower. Consider using a desktop tool like VS Code for very large JSON files.