Questions, Answered

Everything you need to know about our tools, privacy, and accounts — plus how our free-for-now period works.

Every tool is 100% free right now

No sign up, no trial, no strings attached — every web app on this site is completely free to use today. We're actively evaluating which tools to reintroduce pricing for, so some of these won't stay free forever. Get your use in while they are.

General Questions

What is The Dollar Web? +

The Dollar Web is an ecosystem of functional web apps that help users accomplish productivity tasks without paying hefty monthly fees. It's built for entrepreneurs, students, small business owners, office workers, teachers, event planners, and everyone in between who just needs to get something done. Right now, during our limited-time free-for-now period, every tool on the site is 100% free to use.

What does "client-side processing" mean? +

Client-side processing means all file processing happens directly in your web browser on your own device. When you upload a file to one of our tools, it never gets sent to our servers or stored anywhere online. Instead, your browser does all the work locally on your computer, tablet, or phone. This ensures your files remain private and secure, while also providing faster processing since there's no need to upload or download files to/from a server.

How much do the tools cost right now? +

Nothing! Every tool on The Dollar Web is 100% free during our limited-time free-for-now period — no sign-up, no trial, no credit card. We're actively evaluating which tools will eventually return to paid pricing, so some of these won't stay free forever. Take advantage while you can.

How do I access my account settings? +

Once you're logged in, simply click the "Account" button in the navigation bar, then select "Account Settings" from the dropdown menu. This will take you to your account dashboard where you can manage all your account preferences.

Can I change my password? +

Yes, you can change your password anytime in your account settings. Note that users who authenticate with Google do not have a password with The Dollar Web, as authentication is handled through Google's secure system.

How do subscriptions work? +

New subscriptions are paused during our free-for-now period — every tool is free to use without one. When paid plans return, you'll be able to add or cancel a subscription at any time through your account settings, with no cancellation fees or complicated processes.

What happens if I delete my account? +

You can delete your account and all corresponding data through your account settings. Important note: if paid subscriptions return in the future and you delete your account while one is active, that subscription will be lost even if you recreate your account later. If this happens accidentally, you can email support@thedollarweb.com and we'll help restore your access.

Do you guarantee tool performance? +

We don't provide guarantees on tool performance. The Dollar Web is a bootstrapped company, which is how we're able to offer every tool free of charge during this free-for-now period and keep costs low overall. While we work hard to ensure our tools function properly, our lean approach to service delivery is part of what makes this possible.

Tool-Specific Questions

MP3 Audio Slicer

+
What does the MP3 Audio Slicer do?
The tool allows users to upload MP3 files, select start and end times in seconds, and slice the audio into smaller segments directly in the browser.
Do I need to install software or upload files to a server?
No. All processing happens locally in the browser using the Web Audio API, so your files never leave your device.
How do I use the tool?
Simply drag and drop or upload an MP3 file, enter the desired start and end times, and click the slice button. A preview of the sliced audio will be available before downloading.
What format are the sliced files saved in?
Sliced segments are exported as WAV files, ensuring high quality and compatibility with most media players.
Is there a way to preview before downloading?
Yes. The app provides an integrated preview player so you can confirm the correct segment before saving.
Is this tool free to use?
Yes — the advanced in-browser audio slicing and conversion features are currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.

Audio Merger

+
What does the Audio Merger do?
This tool merges multiple audio files into a single seamless track directly in your browser. You can trim segments, apply fade in/out effects, add crossfades between tracks, preview with an interactive waveform, and export to WAV format.
What file formats are supported?
Supported input formats include MP3, WAV, OGG, M4A, and other common audio formats. The merged output is exported as uncompressed WAV for maximum quality.
How do I trim and adjust tracks?
Each track includes editable fields for start time, end time, fade in duration, fade out duration, and gain. Set precise values in seconds to slice segments and control fading. Tracks can be reordered using up/down buttons or arrow keys.
What are crossfades and how do they work?
The global crossfade setting automatically overlaps consecutive tracks by your chosen duration in seconds. This creates smooth transitions by fading out the ending of one track while fading in the beginning of the next.
Can I preview before exporting?
Absolutely. The Preview button plays your merged audio in real-time with an interactive waveform display. Click anywhere on the waveform to jump to that position, and use the overlay controls to play or pause.
What audio settings can I customize?
Adjust project sample rate from 22050 to 96000 Hz (44100 recommended for compatibility), set a default crossfade duration in seconds, and configure headroom gain in decibels to reduce peak clipping when tracks overlap.
Does the waveform show playback position?
Yes. During preview, a yellow playhead moves across the waveform in real-time. Time displays show current position and total duration with millisecond precision.
Is this tool free to use?
Yes — advanced audio merging with precise trimming, fade controls, crossfade automation, interactive waveform preview, and browser-based WAV rendering is currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.
What does the Audio Transcriber do?
It takes any audio file — a voice memo, podcast, interview, lecture, or meeting recording — and turns the speech into editable text with timestamps. You can fix the wording, click any timestamp to jump to that moment in the audio, and export the result as a TXT, Markdown, DOCX, SRT, VTT, or JSON file.
Does my audio get uploaded to a server?
No. Decoding, transcription, editing, and export all run locally in your browser. The speech-to-text model is downloaded once from Hugging Face and cached by your browser; after that, nothing about your audio leaves your device.
What speech-to-text model does it use?
OpenAI's Whisper (MIT license), running in your browser via the @xenova/transformers library (Apache 2.0, Hugging Face) which wraps an ONNX build of the model. You can choose between tiny (~40 MB, fastest), base (~80 MB, default), and small (~250 MB, most accurate). The first run downloads the chosen model and caches it; subsequent runs are offline.
Which audio formats are supported?
Anything the Web Audio API can decode — typically MP3, WAV, M4A, AAC, OGG, FLAC, and WebM audio. The tool downsamples to 16 kHz mono in memory before transcription, which is what Whisper expects.
Can I transcribe in languages other than English?
Yes. Pick the multilingual base model from the model dropdown to transcribe French, Spanish, German, Italian, Portuguese, Dutch, Russian, Mandarin, Japanese, and dozens of other languages Whisper supports. The English-only models are smaller and a bit faster if you only need English.
How long can the audio be?
There's a 200 MB file size limit, which covers several hours of compressed audio. Transcription speed depends on the model and your hardware — expect roughly 0.3–1× real time on a modern laptop with the base model.
Can I edit the transcript before exporting?
Yes. Every cue appears in an editable list with its start/end timestamps. You can fix typos, correct mishears, delete cues, and click any timestamp to seek the audio player to that moment so you can re-listen to a tricky passage before editing.
What's the difference between the export formats?
TXT is plain concatenated text, ideal for notes. Markdown adds timestamp headers per cue. DOCX is a Microsoft Word document with a title and timestamped paragraphs. SRT and VTT are subtitle/caption formats that pair with video. JSON keeps the raw cue data with start/end times for downstream automation.
Is the Audio Transcriber free?
Yes, it's completely free to use with no sign-up required.

Background Remover

+
What does the Background Remover do?
Drop any photo and it produces a transparent-background PNG in seconds. It isolates the main subject — people, pets, products, objects — using an AI segmentation model, then lets you download the cutout or composite it onto a solid color.
Does my image get uploaded to a server?
No. Everything runs locally in your browser. The AI model and WebAssembly runtime are downloaded once from this site, cached by your browser, and then all inference happens on your device. Your image never leaves it.
What AI model does it use?
U²-Net (the lightweight "u2netp" variant), a well-known salient-object-segmentation model released under the Apache 2.0 license. Inference runs via ONNX Runtime Web (MIT-licensed, from Microsoft), compiled to WebAssembly. Both are fully open source and permit commercial use.
How long does it take?
Typically 0.5–2 seconds per image on a modern laptop after the first load. The very first image takes a few extra seconds while the ~4.5 MB model and ~11 MB runtime load and get cached; every subsequent image is near-instant.
What image sizes and formats work?
JPG, PNG, and WebP are all supported. The tool handles images up to around 4096×4096 comfortably. The model processes a 320×320 internal view of your image for speed, then scales the resulting mask back up with smoothing to your original resolution.
Can I replace the background with a solid color instead of transparency?
Yes. After the cutout is generated, pick any of the preset colors (white, black, teal, gold, deep blue, coral) or open the custom color picker to use a specific brand color. The preview updates instantly and the downloaded PNG matches what you see.
What kinds of images does it struggle with?
Hair flyaways, semi-transparent objects (glass, smoke), very busy backgrounds that blend into the subject, and tightly packed groups can produce rough edges. For those cases, upgrading your input lighting/contrast often helps more than the model can.
Is this tool free to use?
Yes — the Background Remover with unlimited transfers, no watermarks, no sign-up, and the full solid-color background option is currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.

Business Card Designer

+
What does the Business Card Designer do?
It lets you design a professional business card in your browser with a live preview, then export print-ready files — single PNGs at 300 DPI, a PDF with front and back pages, a 10-up sheet on US Letter for self-printing, or a vCard (.vcf) contact file.
What templates and themes are available?
12 distinct front layouts — Modern, Minimal, Classic, Bold, Creative, Corporate, Tech, Elegant, Gradient, Photo, Dark, and Split — each paired with a generic back design (logo, QR, tagline, or solid). You can choose from 26 color themes or pick a custom accent color, and select separate fonts for headlines and body text.
What contact details can I put on the card?
Full name, pronouns, title, company, tagline, phone, email, website, LinkedIn handle, and a two-line address. You can also upload a headshot (circle, square, or hidden), a company logo for the back, and a signature image.
Is the QR code required?
No — the QR code is an optional add-on. When enabled, you can choose whether it scans to save your contact (vCard format) or opens a website URL you specify. You can also make the QR background transparent so the card's background shows through instead of a white pad.
Are the exports actually print-ready?
Yes. The card is rendered at the standard US business card size (3.5" × 2", 1050 × 600 px at 300 DPI). The 10-up PDF lays out 10 cards on US Letter with the backs mirrored so a duplex print produces correctly aligned front/back cards. Choose sharp or rounded corners depending on your print vendor.
Does my data leave my browser?
No. All rendering, QR generation, and PDF/PNG export runs entirely in your browser. Your contact details, headshot, logo, and signature are never uploaded anywhere.
Can I design in portrait orientation?
Yes. Toggle the orientation control to switch between landscape (3.5" × 2") and portrait (2" × 3.5") — the templates adapt to both.
Is this tool free to use?
Yes — the Business Card Designer with all 12 templates, 26 themes, QR options, and print-ready exports is currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.

Bulk File Renamer

+
What does the Bulk File Renamer do?
This tool allows users to upload multiple files and instantly rename them in bulk using custom prefixes, suffixes, or sequential numbering.
How do I upload files?
You can drag and drop files into the upload zone or click to browse. The tool supports multiple files of any type, including documents, images, and text files.
What renaming options are available?
Options include adding a prefix, adding a suffix, combining prefixes or suffixes with sequential numbering, or renaming files with only sequential numbering. Number formats can be customized (1, 01, 001).
Can I reorder my files?
Yes. Files can be rearranged by drag-and-drop, and the sequential numbering will follow the custom order you set.
How do I download renamed files?
You can download renamed files individually or export all renamed files together as a ZIP archive.
Is this tool free to use?
Yes — advanced batch renaming, drag-and-drop reordering, and bulk ZIP export are currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.
+
What does the Color Palette Generator do?
This tool lets you generate stunning color palettes by selecting a base color and applying different harmony rules like analogous, complementary, triadic, tetradic, monochromatic, or split-complement.
How do I get started?
Choose a preset theme (e.g., Ocean Blue, Sunset Coral, Golden Hour) or click a color swatch to set your base color. You can also manually pick a custom base color using the built-in color picker.
What kind of palettes can I make?
You can instantly generate palettes with multiple harmonious colors. Each swatch includes its HEX code and an easy-to-read color name. Clicking a swatch copies its color code to your clipboard for quick use.
Can I export my palettes?
Yes. You can copy palettes as CSS variables or download them as a JSON file for reuse in design projects or coding workflows.
Is this tool free?
Yes, the Color Palette Generator is completely free to use with no restrictions.
What does the Consulting Estimate Generator do?
This tool helps consultants and freelancers quickly build professional project estimates. Users can enter project details, client and company information, hourly rates, and project hours to generate an organized estimate.
How do I add project line items?
You can create multiple line items with descriptions, hours, and detailed explanations for each task. The app automatically numbers and calculates the total hours and costs.
Does it check for errors?
Yes. The tool provides a warning if the total project hours entered do not match the sum of the line item hours, ensuring accuracy.
Can I download the estimate?
Yes. After generating your estimate, you can download it as a professionally formatted PDF that includes project details, itemized costs, a summary, and customizable footnotes.
Is the tool free to use?
Yes, the Consulting Estimate Generator is fully free and does not require a subscription.
+
What does the Expense Report Generator do?
This tool allows users to create professional expense reports by entering personal details, categorizing expenses, and attaching receipts. It organizes information into a clear structure and calculates totals automatically.
How do I add expenses?
You can add multiple expense items, each with its own amount, description, and optional sub-items for breaking costs down further. Notes can also be added for context.
Does it support receipt uploads?
Yes. You can upload image or PDF receipts for each expense item. Uploaded images are previewed in the tool, while PDFs are listed by filename.
What if totals don't match sub-items?
The tool displays a warning message when the total amount of an expense item doesn't align with the sum of its sub-items, helping ensure accuracy.
Can I export my report?
Yes. With one click, you can generate a well-formatted PDF report that includes all expense details, sub-items, receipts, and a cover page.
Is this tool free?
Yes, the Expense Report Generator is completely free to use with no subscription required.
What does the File to PDF Converter do?
This tool converts common file formats—including PNG, JPG, JPEG, TXT, and DOCX—into high-quality PDF documents.
How do I use the tool?
Simply drag and drop or upload a file, review the preview, and click "Convert to PDF." You can also set a custom PDF filename.
Can I add extra content to my PDF?
Yes. You can insert custom text blocks, including headers, footers, and watermarks. Each block supports choosing text color and placement (top, middle, bottom, left, center, right).
Does it work with DOCX files?
Yes. The tool uses a built-in DOCX parser to display and convert Word documents accurately into PDFs.
Can I preview before converting?
Absolutely. Uploaded files are displayed in a live preview, and any added text blocks are shown in position, so you know exactly how the final PDF will look.
Is this tool free?
Yes, the File to PDF Converter is completely free to use with no subscription required.
What does the File Zipper do?
The tool lets you compress multiple files into a single ZIP archive directly in your browser. It provides live stats for original size, compressed size, and compression ratio.
How do I add files?
You can drag and drop files into the upload zone or browse your device. Multiple files of any type are supported, and duplicates are automatically renamed.
Does it work offline or upload files to a server?
All compression happens locally in your browser using JSZip. Your files never leave your device.
Can I remove or reorder files before zipping?
Yes. Files can be removed individually from the list before creating the ZIP archive.
Does it check email attachment limits?
Yes. The tool displays compatibility with Gmail (25MB), Outlook (20MB), and Yahoo Mail (25MB) so you know whether your ZIP file can be emailed.
What is the output?
A ready-to-download ZIP file named either after the single file inside or, for multiple files, stamped with the current date.
Is this tool free?
Yes, the File Zipper is completely free to use with no subscription required.
What does the Hash Generator do?
The tool creates MD5 and SHA-256 hashes for both text input and file contents. It can process single strings, multiple lines, or entire text/CSV files.
How do I use it?
Type text directly into the input box or upload a .txt or .csv file. Each line is treated as a separate input string, and empty lines can be skipped automatically.
What algorithms are supported?
You can choose between SHA-256 (recommended for integrity and security) and MD5 (fast but insecure, suitable only for simple checksums).
Can I clean up my input?
Yes. Options include trimming whitespace, skipping empty lines, and deduplicating inputs before generating hashes.
How do I export results?
You can copy hashes to your clipboard, export them as CSV, or download a CSV file directly. The output includes the original input alongside the generated hash.
Is this tool free?
Yes, the Hash Generator is completely free to use with no subscription required.
What does the Icon Library do?
The Icon Library provides access to a collection of downloadable icons. Each icon comes with a preview, short description, and a direct download link.
How do I find icons?
Use the built-in search bar to filter icons by filename or description. Results update dynamically as you type.
Is there pagination?
Yes. Icons are displayed in pages of 24 at a time, with navigation buttons to move forward or backward. Pagination adjusts automatically based on your search results.
What information is shown for each icon?
Each icon card displays a thumbnail image, a short description, and a download button. Hover effects highlight icons for better interactivity.
In what format are icons available?
Icons are stored as files in the /icons/ directory and can be downloaded directly in their native format (commonly PNG or SVG).
Is this tool free?
Yes, the Icon Library is completely free to use with no subscription required.
What does the Image Compressor do?
The Image Compressor shrinks JPG, PNG, and WebP files so they load faster on the web or take less storage. You can drag in a single photo or a large batch, tune the quality, and download the results individually or as a single ZIP.
Which file formats are supported?
JPG, PNG, and WebP inputs are fully supported, and you can convert between any of those formats on output. You can also leave the output set to "Auto" to keep each file in its original format.
How does the quality slider work?
For JPG and WebP outputs, the quality slider controls how aggressively the encoder discards detail — higher values look better but create larger files. A value between 75 and 85 usually produces a file that looks identical to the original while cutting the size significantly. PNG output is lossless, so the slider doesn't apply.
Can I resize images at the same time?
Yes. Enter a maximum width, height, or both, and every image that exceeds those dimensions will be scaled down while preserving its aspect ratio. Smaller images pass through unchanged. Leave the fields blank to keep original dimensions.
Does it strip EXIF and other metadata?
Yes. Re-encoding through the browser canvas automatically removes EXIF data — including GPS coordinates, camera serial numbers, and editing history — which is helpful before publishing photos online. The "Strip EXIF / metadata" option is on by default.
Can I compare the before and after?
After compressing, each file has a compare button that opens a draggable before/after slider so you can inspect quality side by side. Each row also shows the old size, the new size, and the exact percentage saved.
What if the compressed file would be larger than the original?
With "Only save if smaller than original" checked, the tool keeps the original bytes when compression would actually grow the file — common for photos that are already heavily optimized. Uncheck the option if you want to force re-encoding anyway (for example, to change format or strip metadata).
Are my images uploaded anywhere?
No. The entire tool runs inside your browser using the HTML5 canvas and JSZip — your files never leave your device, which is ideal for private photos, client work, and confidential product images.
Is the Image Compressor free?
Yes, the Image Compressor is completely free to use with no subscription required.
What does the Image to SVG tool do?
It converts raster images — PNG, JPG, WebP, GIF, or BMP — into SVG (scalable vector graphics) files that can be resized to any dimension without losing quality. Everything happens in your browser, so your images are never uploaded anywhere.
What is the difference between "Vector Trace" and "Exact Copy"?
Vector Trace redraws your image using SVG paths and flat color regions — the result is a true vector you can scale, edit, and recolor, but it has a stylized look (fewer colors, smoother edges). Exact Copy embeds the original pixels inside an SVG wrapper so it looks identical to the source at any size, but the file is larger and isn't really "vector" in the editable sense.
Which mode should I pick for a logo or icon?
Use Vector Trace with the "Illustration" or "Line Art" preset. Logos and icons usually have a small number of flat colors, so tracing produces a small, clean SVG that scales perfectly. Line Art is best for black-and-white marks.
Which mode should I pick for a photograph?
If you need the SVG to look exactly like the photo, use Exact Copy — tracing a photo will never match pixel-for-pixel and can produce very large files. If you want a stylized, illustrator-style vector of the photo, use Vector Trace with the "Photo" preset and push the color count up in Advanced options.
What do the advanced sliders do?
"Colors" controls how many flat color regions are allowed — more colors = closer to the original, but many more paths. "Detail level" controls how aggressively small paths are omitted and how finely curves are fit. "Smoothing" blurs the input before tracing, which is useful for noisy photos. "Max dimension" rescales the image before tracing: lowering it makes the tool much faster and produces smaller SVGs.
Why is my traced SVG larger than the original image?
Photos and screenshots contain thousands of subtly different colors, so the tracer has to generate a lot of paths to approximate them. Reducing the color count, lowering the detail level, or switching to the "Illustration" preset will usually shrink the file significantly. For photos that need to stay visually identical, Exact Copy is often smaller than a high-detail trace.
How large a file can I convert?
The tool accepts images up to 20 MB. For best performance, tracing large images (above ~3 megapixels) can take 10-30 seconds — consider using the "Max dimension" slider in Advanced options to downscale first. Exact Copy is fast regardless of size.
Are my images uploaded?
No. The tracer runs entirely in your browser using ImageTracer.js, and Exact Copy simply re-packages your image data inside an SVG locally. Your file never leaves your device.
Is Image to SVG free?
Yes, it's completely free to use with no sign-up required.
What does the Audio Overlay tool do?
It lets you drop a music track, voiceover, or sound effect onto any video and line it up precisely. You see the video's thumbnail strip and the audio's waveform side by side on one timeline, drag the audio clip to the moment you want, preview, and export a new video file.
What video and audio formats are supported?
Any video your browser can play (MP4, WebM, MOV in Chromium) and any audio the Web Audio API can decode (MP3, WAV, M4A, OGG, FLAC in most browsers). The output is a WebM video with mixed audio.
How do I line up the audio precisely?
Drag the audio clip left or right along the timeline, or type an exact start time in seconds. A "skip into audio" field lets you trim dead space from the start of the audio track. The waveform and video thumbnails share the same time axis so visual sync cues are obvious.
Can I keep the video's original audio?
Yes. By default both tracks are mixed — adjust each track's volume independently with the sliders. Tick "Mute original video audio" if you want to replace it completely (for dubs, voiceovers, or music-video edits).
What if my audio is shorter than the video?
Enable "Loop audio" to keep it repeating until the video ends, or leave it off to let it play once and stop. What you hear in preview is exactly what the export will contain.
Why is the output a WebM file?
WebM (VP9 or VP8 with Opus audio) is the only video format browsers can encode directly, and it plays natively on YouTube, Chrome, Firefox, Edge, and modern social platforms. For MP4, convert the WebM afterwards with a tool like Handbrake or FFmpeg.
Are my video and audio files uploaded anywhere?
No. Decoding, mixing, preview, and export all happen locally in your browser using the Web Audio API and MediaRecorder. Nothing ever leaves your device.
Is the Audio Overlay tool free?
Yes, it's completely free to use with no sign-up required.
What does the Image Watermarker do?
This tool lets you add professional watermarks to your photos. Options include text watermarks, image-based watermarks (like a logo), and even website URLs turned into scannable QR codes.
How do I upload images?
Drag and drop photos directly into the app or click to browse. Once loaded, images are displayed on a canvas where watermarks can be applied.
What customization options are available?
Text: Adjust font, size, color, opacity, and rotation. Optionally repeat text across the whole image. Image: Upload a logo, adjust its size and transparency. URL/QR Code: Enter a website link to generate a QR code watermark with customizable size and opacity.
Can I control positioning?
Yes. Watermarks can be placed in nine preset positions (e.g., top left, center, bottom right) or added manually with clicks.
Are undo and clear options supported?
Absolutely. You can undo your last action, remove individual watermarks, or clear all watermarks from the image.
How do I save my work?
When ready, download the watermarked image with a custom filename as a PNG file.
Is this tool free?
Yes, the Image Watermarker is completely free to use with no subscription required.

Bulk Image Watermarker

+
What does the Bulk Image Watermarker do?
This tool applies watermarks to multiple images at once. Users can add both text-based watermarks and QR code watermarks to batches of images.
What file types are supported?
You can upload JPG, PNG, or WebP images. All processing happens locally in your browser, so no files are uploaded to external servers.
How do text watermarks work?
Add custom text with options to set font color, opacity, size (relative to image width), rotation, position (top-left, center, bottom-right, etc.), tiling across the image, spacing, and horizontal offset.
How do QR code watermarks work?
Enter a URL or text to generate a QR code. Customize size, opacity, position, edge margin, tiling, colors (foreground/background), and transparency.
Can I preview watermarks before applying them to all images?
Yes. The workspace lets you preview any selected image with the applied watermark settings before downloading.
How are images exported?
You can download watermarked images individually as PNG files or process all at once into a single ZIP archive.
Is this tool free to use?
Yes — batch watermarking with advanced customization and ZIP export is currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.

Invoice Generator

+
What does the Invoice Generator do?
This tool creates professional invoices with customizable company details, customer details, service line items, and totals. It also supports company logos, invoice numbers, and custom footers.
How do I enter company and client details?
The interface includes separate tabs for company, customer, and invoice details. Users can add a company name, email, address, customer name, address, and email.
Can I add line items to the invoice?
Yes. You can add multiple service lines with descriptions and amounts. Totals are automatically calculated and displayed.
Does it support logos?
Yes. Users can upload a company logo, which is saved locally for reuse. Logos can be cleared or replaced at any time.
How are invoice numbers handled?
Invoice numbers are auto-generated based on the company name, date, and sequence number, ensuring unique and sequential identifiers.
Can I download the invoice?
Yes. Invoices can be exported as either PNG or PDF. The PDF includes a clickable link to The Dollar Web's homepage for easy access.
Is this tool free to use?
Yes — advanced invoice creation with professional formatting, logo support, and multi-format export is currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.
What does the Mortgage Calculator do?
This tool helps users estimate their monthly mortgage payments by factoring in principal, interest, property taxes, home insurance, and PMI (Private Mortgage Insurance).
What inputs are required?
Users enter the home price, down payment, interest rate, loan term (in years), annual property tax, annual home insurance, and optional monthly PMI.
Does the tool account for PMI?
Yes. PMI is automatically set to $0 if the down payment is 20% or more of the home price, unless manually overridden. A warning message appears if PMI applies.
How is the monthly payment displayed?
The results section shows a breakdown of principal & interest, property tax, home insurance, PMI, and the total monthly payment.
Is the calculator interactive?
Yes. Payments update in real time as values are entered or adjusted, and the "Calculate Payment" button triggers a full recalculation.
Is this tool free?
Yes, the Mortgage Calculator is completely free to use with no subscription required.
What does the Name Selector do?
The tool allows you to input a list of names and spin a colorful digital wheel to randomly select a winner.
How can I add names?
You can add names one by one, paste a bulk list (comma-separated or one per line), or load a built-in example list. Names are displayed as removable chips for easy management.
What additional list features are available?
Options include shuffling the list, removing duplicates, exporting the list as a text file, and clearing all names at once. The list also autosaves in your browser for reuse later.
How does the wheel work?
Once names are added, you can spin the wheel in either normal or quick mode. The pointer at the top indicates the winner, and a banner with confetti celebrates the result.
Is the tool interactive and visual?
Yes. The wheel uses dynamic colors, labels, and animations to make the selection process engaging and visually fun.
Is this tool free?
Yes, the Name Selector is completely free to use with no subscription required.
What does the Party Invite Creator do?
It's a full-featured canvas-based invitation designer. You pick a canvas size, choose from 12 professionally designed templates (or build your own background), then add, style, and position text, stickers, and photos on a layered canvas. When you're done, export as a high-resolution PNG, JPG, or print-ready PDF, copy to clipboard, or share via the native share sheet on mobile.
What canvas sizes are available?
Eight presets cover the most common invitation use cases: 5×7 portrait (classic card), 7×5 landscape, 1:1 square (Instagram post), 9:16 story (Instagram/TikTok), 4×6 portrait/landscape, US Letter, and A4. Print sizes export at 300 DPI so they're ready for a professional printer.
What templates are included?
12 curated templates with coordinated gradients and patterns: Confetti, Balloons, Elegant, Birthday, Summer, Minimal, Neon, Pastel, Retro, Winter, Garden, and Midnight. Every template has a real, rendered pattern (confetti, balloons, dots, waves, stars, snowflakes, zigzags, grid, chevron, triangles, and more) that scales cleanly at any size.
Can I use my own photo as the background?
Yes. Upload any photo to use as a background and fine-tune it with a tintable color overlay (adjustable opacity) and an optional blur to push it behind your text. You can also switch between the template background, a solid color, a two-color gradient with adjustable angle, or the photo at any time.
How do text and sticker layers work?
Everything on the canvas is a layer. Add as many text, sticker, or image layers as you want, then drag to reposition, use the properties panel for precise values, rotate any layer, or reorder the stack with the layers panel. Click any layer to select it; the toolbar exposes fonts, size, bold/italic, alignment, color, shadow, and outline — plus quick emoji stickers.
Can I undo mistakes?
Yes. The editor keeps a 60-step undo history. Use the Undo/Redo buttons or keyboard shortcuts Ctrl/Cmd+Z and Ctrl/Cmd+Y (or Ctrl/Cmd+Shift+Z). Duplicate selected layers with Ctrl/Cmd+D, delete with Delete/Backspace, and nudge with arrow keys (hold Shift for 10× the step).
Will my work be saved if I refresh?
Yes. The editor autosaves your design to your browser's localStorage, so closing the tab or refreshing the page won't lose your progress. Your design never leaves your device.
How do I export or share the invite?
Five options: download as PNG (transparent-capable, high-res), JPG (smaller file for text messages and email), PDF (print-ready with exact physical dimensions), copy to clipboard (paste into docs, chats, or social media), or use the native Share sheet on iOS/Android to send directly to Messages, WhatsApp, email, and more.
Is my data private?
Completely. Every operation — rendering, export, autosave — happens locally in your browser. Your photos, text, and designs are never uploaded to a server.
Does it work on mobile?
Yes. The editor is fully responsive: the canvas scales to your viewport, touch drag works for repositioning layers, and mobile Safari/Chrome expose the native Share sheet so you can send the invite directly to Messages, Mail, WhatsApp, or any other app.
What does the Photo Collage Maker do?
It lets you drop a handful of photos into a chosen layout, fine-tune how each photo is framed, and export a single high-resolution image. You can adjust spacing, borders, corner rounding, and the background color, apply a filter to any photo, and pick a canvas size that matches Instagram, prints, or any custom dimensions you need.
How many layouts are there?
Seventeen — including a single photo, 2- and 3-photo strips (horizontal and vertical), 2x2 / 3x2 / 3x3 / 4x4 grids, and asymmetric mixes like "1 big + 2 small", "2 small + 1 big", "1 + 3 below", "3 above + 1", and "1 + 4 below". You can switch between layouts at any time and your photo assignments will be preserved as far as possible.
How do I add photos?
Click the "Add photos" zone and pick files, drag images directly onto it from your computer, or paste an image straight from your clipboard. Newly added photos automatically fill the next empty cells in the layout. After that, drag any thumbnail from the library onto a cell to swap it, or click a cell and then click a thumbnail to assign it.
Can I crop or reposition individual photos?
Yes. Click a cell to select it, then drag inside the cell to pan the photo, or scroll your mouse wheel to zoom from 1x up to 3x. The right-side panel also has rotate (0/90/180/270 degrees), horizontal/vertical flip, and a "Reset photo" button to return to the default crop.
What filters are available?
Each photo can use one of eight looks: None, Black & White, Sepia, Vivid, Fade, Cool, Warm, and High Contrast. Filters are applied per-photo so you can mix styles across the same collage.
What canvas sizes can I export?
Built-in presets cover Instagram Square (1080x1080), Instagram Portrait (1080x1350), Instagram Story (1080x1920), 16:9 Landscape (1920x1080), 3:2 and 4:3 photo prints, and Letter portrait/landscape at 300 dpi (2550x3300 / 3300x2550). There's also a Custom option where you can dial in any width and height between 200 and 6000 pixels.
Does my photo get uploaded to a server?
No. Loading, layout, editing, and export all happen entirely inside your browser using the HTML5 Canvas API. Your photos never leave your device.
What format does it export?
PNG (lossless, supports the background color you chose) or JPG (smaller file, ideal for sharing). Both export at the full resolution of the canvas size you picked, regardless of how the preview is displayed.
Is the Photo Collage Maker free?
Yes, it's completely free to use with no sign-up required.
What does the Label Maker do?
It lets you design address, shipping, file folder, name tag, and product labels and download a print-ready PDF that lines up with standard Avery-compatible label sheets. Choose a sheet template, pick a design style, type your content (or upload a CSV for mail merge), then export.
Which label sheets are supported?
Fifteen common templates across US Letter and A4 paper, including Avery 5160 (1"x2 5/8" address, 30/sheet), 5161, 5162, 5163 (shipping), 5164 (large shipping), 5167 (return address), 5168, 5195 (file folder), 5294 (round, 2 1/2"), 5366 (file folder), and 5395 (name badge); plus L7160, L7163, L7165, and L7651 for A4. The PDF is sized exactly to the official Avery specs so it prints in registration with your sheet.
What design styles are available?
Twelve styles: Plain, Bordered, Rounded, Double Border, Dashed, Top Bar, Bottom Bar, Sidebar, Header, Frame, Corner Accents, and Gradient. Each style works on every sheet template, and you can customize the primary, background, and text colors plus typography (Helvetica, Times, or Courier; size 5–32pt; left/center/right alignment; bold title toggle).
Can I print different content on each label (mail merge)?
Yes. Choose "List" mode and paste one entry per line using Title|Line 1|Line 2|Line 3|Line 4, or choose "CSV" and upload a CSV file (first row treated as a header). Columns map to Title, Line 1, Line 2, Line 3, and Line 4 by position. The labels render in order and fill across rows.
Can I add a QR code to each label?
Yes. Toggle on "Include QR code", paste any URL or text, and pick a placement: left side, right side, top-right corner, or bottom-right corner. The QR size is configurable (30–90% of the label's height). For mail-merge runs, the same QR data is used on every label.
What if I already used some labels on a partial sheet?
Use the "Start at label" offset to skip the first N positions on the first page so the remaining labels print onto the empty cells of your partial sheet. Subsequent pages start at position 1 as usual.
How do I make sure my labels line up when printed?
Print the PDF at 100% scale (do not select "Fit to page" or "Shrink to fit") on the matching Avery sheet for that template. The cut marks option draws faint corner crops on each label so you can verify alignment with a test print on plain paper before committing a full label sheet.
Does my data get uploaded to a server?
No. Everything — design, mail merge, QR rendering, and PDF export — happens entirely in your browser using the local jsPDF and qrcode.js libraries. Nothing is sent anywhere.
Is the Label Maker free?
Yes, it's completely free to use with no sign-up required.
What does the Flowchart Maker do?
It's a browser-based diagram editor for flowcharts, process maps, and lightweight architecture diagrams. Drag shapes from the palette, connect them with arrows, edit labels, style fills and strokes, and export to PNG, JPG, SVG, PDF, or a re-openable JSON file.
What shapes are included?
Basic flowchart symbols (process, rounded box, decision, terminator, subprocess, note, connector dot, text), data shapes (document, multi-doc, data, database, manual input), architecture symbols (cloud, server, user, storage, queue), and advanced symbols (preparation, delay, OR, sum, off-page, card). Each shape can be resized by dragging its handles, and labels can be positioned at the top, center, or bottom.
How do I draw arrows between shapes?
Hover over a shape to reveal four anchor dots on its edges, then drag from any anchor onto another shape. You can also drag a connector style (right-angle, straight, or curved) from the palette to drop a detached arrow you can attach later. Connected arrows reroute automatically when you move or resize shapes.
Can I detach an arrow from a shape?
Yes. Select an arrow, grab one of the endpoint dots, and drag it into empty canvas — the endpoint becomes free-floating. Once both endpoints are detached, you can drag the arrow body freely, copy and paste it, or reattach by dropping an endpoint back on a shape.
Does it support copy and paste?
Ctrl+C and Ctrl+V copy and paste shapes and arrows on the canvas with a stepped offset so duplicates are clearly visible. Ctrl+Shift+C copies the entire diagram as a transparent PNG to your clipboard, ready to paste into PowerPoint, Google Slides, Word, or email.
What export formats are available?
PNG (transparent or with background), JPG, SVG, and PDF. The full diagram is auto-cropped to the content bounds before export. You can also save and reload the editable source as a .flow.json file.
Are there templates to start from?
Yes — preset templates for common patterns like a web API architecture (user → web app → API → auth service → database) so you can drop a starter diagram and edit instead of building from scratch.
Does my diagram get uploaded to a server?
No. Everything — drawing, layout, exports, and clipboard copy — runs entirely in your browser using local Fabric.js and jsPDF. Nothing is sent anywhere.
Is the Flowchart Maker free?
Yes, it's completely free to use with no sign-up required.

Peer to Peer File Sharing

+
What does the Peer to Peer File Sharing tool do?
It lets you send any file directly from your browser to someone else's browser. The sender picks a file, copies a one-time share link (or scans a QR code), and the receiver opens the link, accepts the offer, and downloads the file. The file streams between the two browsers in 16 KB chunks over a WebRTC data channel.
Does my file get uploaded to a server?
No. The file's contents stream peer-to-peer over WebRTC and never touch any server — not ours, not anyone else's. The only thing that goes through a server is a small handshake that helps the two browsers find each other.
Is this tool fully client-side like the rest of The Dollar Web?
Not quite — it's the one tool on the site that depends on an outside service. To open a direct browser-to-browser connection, both peers need to exchange a tiny bit of connection metadata. We use the public PeerJS signaling broker for that handshake. The broker only sees a short random session ID and connection details — it never sees the file you're sending.
Are there any limits on how big a file I can send?
There is no built-in size limit. We've tested transfers above 2 GB. The practical ceiling is your network speed, how long both browser tabs can stay open, and the receiver's available disk space.
Are there usage limits I should know about?
The signaling broker is a free, shared, public service with no uptime guarantee — it can rate-limit during heavy use or be temporarily unavailable. Some networks (strict corporate firewalls or symmetric NATs) may also block direct peer connections. If a transfer won't connect, try again on a different network or device.
How long does the share link last?
The link is valid only while the sender's tab is open. As soon as the sender closes the page, the random session ID is released and the link expires. There is no way to reuse an old link after the tab closes.
Can I send a file to multiple people?
The current flow is one-to-one — each transfer connects one sender and one receiver. If you need to send the same file to several people, after one transfer finishes you can click "Send another file" and share a fresh link with the next person.
Is this tool free to use?
Yes — Peer to Peer File Sharing with unlimited transfers, no file-size cap, and QR-code link sharing is currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.
What does the Password Generator do?
This tool creates strong, customizable passwords instantly in your browser. It offers options for uppercase letters, lowercase letters, numbers, and symbols, with adjustable length from 6 to 32 characters.
Can I customize password rules?
Yes. Advanced options let you exclude similar characters (like i, l, 1, o, 0), exclude ambiguous symbols, and enforce at least one character from each group.
Does it show password strength?
Absolutely. A real-time strength meter with categories (Weak, Fair, Good, Strong) updates as you adjust settings. The strength is based on character variety and length.
How do I use it?
Drag the slider to set length, check the boxes for character types you want, and click Generate Password. A password appears instantly, and you can copy it with one click.
Are my passwords safe?
Yes. All generation happens locally in your browser, and the tool explicitly notes that passwords never leave your device.
Is this tool free?
Yes, the Password Generator is completely free to use with no subscription required.

PDF Combiner

+
What does the PDF Combiner do?
This tool merges multiple PDF files into one document while preserving page order and layout. It runs entirely in your browser for privacy and security.
How do I add files?
Drag and drop PDFs into the upload area or click the "Select Files" button. The tool supports multiple uploads at once.
Can I reorder PDFs before merging?
Yes. Files appear in a draggable list where you can reorder them. The final combined PDF reflects this custom order.
Are there any file size limits?
Files over 20 MB trigger a warning since they may affect performance. Password-protected PDFs are not supported.
What happens if a file fails to load?
The tool shows clear error or warning notifications (e.g., unsupported or corrupted files) but continues combining other valid PDFs.
How do I download the result?
After merging, click "Download Combined PDF" to save your new document. The tool automatically names the file combined.pdf.
Is this tool free to use?
Yes — advanced drag-and-drop ordering, multi-file support, and local browser-only PDF merging are currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.

PDF Compressor

+
What does the PDF Compressor do?
This tool reduces the size of PDF files directly in your browser while keeping your files private. It offers presets for smallest, balanced, high quality, or maximum quality compression.
How do I upload a PDF?
Drag and drop your PDF into the upload area or click to browse. The file is processed locally—no server uploads are required.
What compression settings are available?
Smallest: 100 DPI, JPEG 0.55. Balanced (default): 150 DPI, JPEG 0.70. High Quality: 200 DPI, JPEG 0.80. Max Quality: 300 DPI, JPEG 0.90. Custom: Manually set DPI (72–600) and JPEG quality (0.40–0.95).
Does it show results?
Yes. After compression, the tool displays original size, new size, and total reduction (in MB and percentage). A progress bar and live status updates guide you through the process.
Can I cancel compression mid-process?
Yes. The tool includes a cancel button to stop compression while processing.
How do I download the compressed file?
Once finished, click the "Download Compressed PDF" button. The file will be saved with "-compressed" added to the original filename.
Is this tool free to use?
Yes — advanced in-browser compression with multiple quality settings is currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.

PDF Hyperlink Editor

+
What does the PDF Hyperlink Editor do?
This tool allows you to add clickable hyperlinks to existing PDF documents. You can create invisible link overlays, highlighted clickable areas, or text-based hyperlinks directly in your browser without uploading files to a server.
How do I add hyperlinks to a PDF?
Upload or drag and drop your PDF file into the editor. Once loaded, simply click and drag to draw a rectangle on any area of the page where you want to add a link. A dialog will appear where you can enter the URL and customize the link appearance.
What types of hyperlinks can I create?
You can create three types of hyperlinks: invisible overlays (no visible marking), highlighted areas (with customizable color and opacity), or text overlays (with custom text, color, size, and font). All types are fully clickable in the final PDF.
Can I make hyperlinks invisible?
Yes. Set the highlight color to transparent or adjust the opacity to 0, and leave the overlay text field empty. The link will be clickable but have no visible indicator in the final PDF. In the editor, invisible links are shown with a dashed border and eye icon for easy identification.
How do I customize hyperlink appearance?
When adding or editing a link, you can choose from preset colors or use a custom color picker for the highlight. Adjust opacity with a slider from 0 (invisible) to 100 (solid). For text overlays, customize the text content, color, font size, and font family (Helvetica, Times Roman, or Courier).
Can I add multiple hyperlinks to one PDF?
Absolutely. You can add unlimited hyperlinks across any number of pages in your PDF. The sidebar displays a list of all links with their URLs and page numbers. You can edit or delete any link by clicking on it in the editor or using the sidebar.
Does the tool work offline?
Yes. All PDF processing happens locally in your browser using PDF.js and pdf-lib libraries. After the initial page load, you can use the tool without an internet connection. Your files never leave your device.
Are my files uploaded to a server?
No. The tool operates entirely client-side in your browser. Your PDF files are processed locally on your device and are never uploaded to any server, ensuring complete privacy and security.
What happens when I save the PDF?
When you click "Save PDF," the tool creates a new PDF file with all your hyperlinks embedded as standard PDF link annotations. Any highlight colors or text overlays are drawn directly onto the PDF pages. The new file downloads with "-linked" appended to the original filename.
Can I edit or delete hyperlinks after adding them?
Yes. Click on any hyperlink overlay in the editor to open the edit dialog where you can modify the URL, colors, text, or other properties. To delete a link, click the × button that appears when hovering over it, or use the delete option in the edit dialog.
What browsers are supported?
The tool works in all modern browsers including Chrome, Firefox, Safari, and Edge. For best performance, use the latest version of your preferred browser with JavaScript enabled.
Is this tool free to use?
Yes — advanced PDF hyperlink editing with customizable overlays, text rendering, invisible links, and multi-page support is currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.

PDF Modifier

+
What does the PDF Modifier do?
The tool allows you to combine or split PDFs, reorder pages, and annotate documents with highlights, drawings, text, and notes. You can edit multiple PDFs at once and save all changes.
How do I add and manage files?
Drag and drop PDFs into the workspace or use the file input. Files can be reordered in a draggable list, cleared individually, or removed all at once with confirmation prompts.
What annotation tools are available?
Users can select, draw freehand, create lines, highlight text areas, or insert editable text boxes. Colors, brush sizes, and font sizes are fully customizable.
Can I add page numbers?
Yes. The page numbering feature lets you choose position (top/bottom corners), skip the first page, set a starting number, adjust font size, and even remove existing numbers.
Is there undo and clear functionality?
Absolutely. You can undo individual actions or clear all annotations at once. Both actions are tracked with confirmation prompts and undo history.
How do I save my edits?
Once finished, click Download to export your modified PDF. You can choose to save selected pages or the entire file, and edits are preserved with text and annotations.
Is this tool free to use?
Yes — its advanced capabilities, including multi-file editing, annotations, page reordering, and numbering, are currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.

PDF Multi-Search

+
What does the PDF Multi-Search do?
This tool lets you upload multiple PDFs at once and search across all of them simultaneously. It finds every match, shows context snippets, and groups results by document — all processed locally in your browser.
How do I add files?
Drag and drop PDFs into the upload area or click "Select Files" to browse. Each file is indexed page-by-page so searches return results instantly.
What search options are supported?
You can toggle case sensitivity, whole-word matching, and full regular-expression (regex) patterns to fine-tune your search.
Can I see where each match was found?
Yes. Results are grouped per document and per page, with a context snippet around each match and the matched term highlighted for easy scanning.
Can I export the results?
Yes — click "Export CSV" to download every match (document, page, matched text, surrounding context) as a CSV file you can open in Excel, Google Sheets, or any spreadsheet tool.
Are my PDFs uploaded to a server?
No. All indexing and searching happens entirely in your browser using PDF.js. Your documents never leave your device.
Is this tool free to use?
Yes — multi-document indexing, regex search, context highlighting, and CSV export are currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.
What does the PDF OCR tool do?
It takes a scanned PDF — where the pages are really just images — and extracts the text using OCR (optical character recognition). You get a page-by-page transcript you can search, copy, and export, plus an option to download a new "searchable PDF" that looks identical to the original but has an invisible text layer that any PDF reader can search and select.
What languages does it support?
17 languages out of the box: English, Spanish, French, German, Italian, Portuguese, Dutch, Russian, Polish, Turkish, Swedish, Arabic, Hindi, Simplified Chinese, Traditional Chinese, Japanese, and Korean. The first time you use a language, a small trained model (typically 3–15 MB) downloads from Tesseract's public CDN.
How accurate is the OCR?
Accuracy depends on the scan quality. Clean scans of printed text at 300 DPI usually exceed 95% word-level accuracy. Grainy, skewed, or low-contrast scans and handwritten text score lower. Every page shows a confidence badge (green ≥80%, yellow ≥60%, red below) so you can spot pages that may need review.
What's the "OCR quality" setting?
It controls the resolution at which pages are rendered before being fed to the OCR engine. Fast (150 DPI) is quickest but struggles with small text. Balanced (200 DPI) is a good default. High (300 DPI) gives the best accuracy on fine print but uses more CPU and memory per page.
Can I search the extracted text?
Yes. Once OCR finishes, use the search bar to find terms instantly across all pages. Toggle case sensitivity, whole-word matching, regex mode, or "Only show pages with matches" to narrow results. Matches are highlighted inline so you can jump straight to the relevant passage.
What's a searchable PDF, and how is it built?
A searchable PDF preserves the original scanned image exactly but adds an invisible text layer positioned over each word. Visually it looks identical to the original; functionally, text can be selected, copied, and searched in Adobe Reader, Preview, Chrome, or any other PDF viewer. The tool uses the word-level bounding boxes from OCR to place invisible text precisely over each detected word.
What export formats are supported?
Four: copy all text to clipboard, plain .txt (combined with page separators), structured .json (pages, words, bounding boxes, and confidence scores — useful for further processing), and searchable PDF (original pages + invisible text layer).
Is my PDF uploaded anywhere?
No. The PDF never leaves your device. Page rendering, OCR, search, and the searchable-PDF build all run locally in your browser. The only network requests are to load the OCR engine and language model from the Tesseract CDN the first time you use a given language.
How long does it take?
Roughly 2–8 seconds per page on a modern laptop at Balanced quality, plus a one-time language model download of a few seconds. A 20-page document typically finishes in under two minutes. Longer documents, higher DPI, and slower devices extend that linearly.

PDF Page Rearranger

+
What does the PDF Page Rearranger do?
This tool allows users to upload a PDF, rearrange its pages by dragging them into a new order, and then download the updated PDF.
How do I upload a file?
You can drag and drop a PDF into the upload area or click to browse. The maximum supported file size is 50 MB.
Can I preview the pages before rearranging?
Yes. Each page is displayed as a thumbnail preview with its page number, making it easy to reorder them visually.
How do I reorder pages?
Drag and drop pages into the desired order. The app highlights valid drop targets and updates the sequence instantly. A reset button restores the original order.
What happens after rearranging?
Once pages are arranged, you can click Download PDF to generate a new file with your custom order.
Does the tool give feedback?
Yes. It provides success and error messages for file uploads, reordering, and downloads, helping you track progress.
Is this tool free to use?
Yes — advanced drag-and-drop rearranging with live previews and local processing is currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.

PDF Password Protector

+
What does the PDF Password Protector do?
This tool encrypts PDF files with industry-standard AES-256 encryption, requiring a password to open them in any standard PDF reader (Adobe, Preview, etc.).
How do I upload a PDF?
Drag and drop your PDF into the upload area or click Choose PDF to browse. The file is processed locally in your browser and never uploaded to a server.
What passwords can I set?
You must set an open password (required to view the PDF). You may also set an owner password to control permissions, such as copying or printing. If no owner password is provided, one is auto-generated.
How do I apply encryption?
After selecting your PDF and entering a password, click Encrypt & Download. The tool outputs a new PDF with ".encrypted" added to the filename.
Is the encryption secure?
Yes. The app applies AES-256 encryption fully offline in your browser using the qpdf engine compiled to WebAssembly.
Is this tool free to use?
Yes — advanced offline encryption with AES-256 security and dual password options are currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.

PDF Redactor

+
What does the PDF Redactor do?
This tool allows you to permanently and irreversibly redact sensitive information from PDF files. Options include blacking out, whiting out, graying out, or blurring selected areas.
How do I upload a PDF?
Drag and drop a PDF into the upload area or use the Upload PDF button. The tool supports files up to 50MB, processed entirely in your browser.
What redaction types are supported?
Black Out: Covers text/images with solid black. White Out: Covers with solid white. Gray Out: Masks with solid gray. Blur: Blurs sensitive regions for obfuscation.
Can I delete or undo redactions?
Yes. A Select Mode allows you to choose and delete redactions. You can also undo recent actions or clear all on a page.
Does it support navigation across pages?
Yes. Page navigation controls let you move forward and backward while applying redactions, with each page retaining its edits.
How do I save my changes?
Once finished, click Download Redacted PDF. The tool generates a new PDF with all redactions applied permanently.
Is this tool free to use?
Yes — secure offline redaction with multiple styles and permanent PDF rewriting is currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.
What does the PDF Signature Tool do?
This tool lets you create a handwritten signature on a canvas, save it, and then apply it with precision to PDFs or images (JPG, PNG). You can also add today's date anywhere on the document.
How do I create and save a signature?
Use your mouse or touchscreen to draw in the signature box. You can clear, save, and load a previously saved signature. Saved signatures are stored locally in your browser for reuse.
What types of files are supported?
You can upload PDF, JPG, or PNG documents. The tool shows a live preview and allows you to place signatures or dates by clicking on the document.
Can I resize or move my signature?
Yes. Signatures and dates are draggable and resizable overlays, with options to delete individual items or clear them all at once.
How do I export the signed document?
After applying signatures and dates, click Download Signed Document to generate a PDF with all elements burned in at the correct positions.
Is my data private?
All processing happens locally in your browser—your files and signatures are never uploaded to a server.
Is this tool free?
Yes, the PDF Signature Tool is completely free to use with no subscription required.
What does the PDF Splitter do?
This tool extracts specific pages or page ranges from a PDF and creates a new file with only those pages.
How do I upload a file?
Drag and drop a PDF into the upload area or click the file input. The tool validates the PDF and shows the total number of pages.
How do I specify pages?
Enter ranges like 1-5, 3,8,11, or combinations such as 1-3,7,9-12 in the input box. Invalid entries are ignored.
Can I preview pages before splitting?
No preview thumbnails are shown, but the tool confirms the total page count and validates your ranges.
What happens after splitting?
A new PDF is generated with only the selected pages, and a download link is provided. The link shows how many pages were extracted.
Does it run locally or upload my files?
All splitting is done in your browser using PDF-lib. Your files never leave your device.
Is this tool free?
Yes, the PDF Splitter is completely free to use with no subscription required.

PDF to Images

+
What does the PDF to Images tool do?
It converts every page of a PDF into a high-quality image (PNG, JPG, or WebP) directly in your browser. You can preview the rendered pages, download them individually, or grab everything as a single ZIP.
Which output formats are supported?
PNG (lossless, larger files, supports transparency), JPG (smaller files, default), and WebP (modern format with the smallest sizes at high quality).
Can I control the resolution?
Yes — pick from Standard (96 DPI) up to Print (384 DPI). Higher resolutions produce sharper images for large displays or printing, at the cost of larger file sizes.
Can I convert only specific pages?
Yes. Leave the page selector blank to convert every page, or use a range like "1-3, 5, 8-10" to extract just the pages you need.
How do I download the results?
Each rendered page shows up as a thumbnail with its own Download button. If there are multiple pages, you can also click "Download All as ZIP" to get them all at once.
Is my PDF uploaded to a server?
No. The entire conversion happens locally in your browser using PDF.js. Your file never leaves your device.
Is this tool free to use?
Yes — high-resolution rendering, multi-format export, page-range selection, and ZIP downloads are currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.
What does the PDF Watermarker do?
This tool allows you to add fully customizable text watermarks to your PDF files directly in your browser.
How do I upload a PDF?
Drag and drop a PDF into the upload zone or click to browse. Once uploaded, you'll see a live preview of the original document.
What customization options are available?
Text: Enter custom watermark text (default: "CONFIDENTIAL"). Font size: Adjustable from 8 to 200. Color: Choose any color using the picker. Opacity: Set transparency from 0–100%. Position: Place watermarks at the top, bottom, center, diagonal, or tiled across the page.
Can I preview changes before downloading?
Yes. The tool shows side-by-side previews of the original and watermarked PDF so you can confirm settings before export.
How do I export my watermarked PDF?
After previewing, enter an optional custom filename and click Download Watermarked PDF. The tool saves a ready-to-use file to your device.
Does the tool upload my files to a server?
No. All watermarking happens locally in your browser, keeping your documents private.
Is this tool free?
Yes, the PDF Watermarker is completely free to use with no subscription required.

QR Customizer

+
What does the QR Customizer do?
This tool generates fully customizable QR codes for any text or URL. Options include size, color, transparency, logos, and UTM tracking for marketing campaigns.
How do I add a logo to my QR code?
You can upload your own logo (PNG, JPG, or SVG up to 5MB) or choose from a searchable icon library. Logos can be resized (10–40% of QR width) and their opacity adjusted.
Does the tool support marketing analytics?
Yes. Built-in UTM tracking fields let you append campaign parameters (source, medium, campaign name, content). A live preview shows the final tracked URL.
What color and background options are available?
Choose any QR foreground color and optionally enable a transparent background (PNG only). JPG downloads are automatically set with a white background.
How do I download my QR code?
QR codes can be downloaded as high-resolution PNG (with or without transparency) or JPG. You can also set a custom filename before downloading.
Is there a default QR example?
Yes. The tool initially loads with a placeholder QR for "https://example.com." Users are prompted to generate their own before downloading.
Is this tool free to use?
Yes — advanced features like logo embedding, icon search, UTM tracking, and high-resolution exports are currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.

QR Batch Generator

+
What does the QR Batch Generator do?
This tool creates multiple QR codes at once from a list of URLs or text entries. It's ideal for businesses or events that need large sets of QR codes quickly.
How do I enter data?
Paste or type one URL or text per line in the input box. You can press Ctrl+Enter to generate QR codes instantly.
What customization options are available?
Size: Small (200px) up to Extra Large (500px). Error correction: Low (~7%) to High (~30%). Margin: Adjustable 0–10. Background: White or transparent.
How are QR codes displayed?
Each QR appears in a grid with a preview, the original text/URL, and a button to download it individually as PNG.
Can I download them all at once?
Yes. A Download ZIP option packages every QR code into a single archive, including a README file with generation details.
Does it support tracking?
Yes. The tool records when users generate batches, download singles, or export ZIPs, helping with analytics.
Is this tool free to use?
Yes — bulk generation, advanced error correction, ZIP exports, and analytics tracking are currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.

QR Contact Generator

+
What does the QR Contact Generator do?
This tool creates vCard 3.0 QR codes that allow anyone scanning them to instantly add your contact details to their phone.
What information can I include?
Fields include first name, last name, company, mobile phone, email, website, address, birthday, and an optional display name.
Is a phone number required?
Yes. At least one name (first or last) and a mobile phone number are required to generate a valid vCard QR code.
What formats are supported for export?
vCard (.vcf) file download, SVG QR code, JPEG QR code, PNG QR code (with transparent background), and copy vCard text directly to clipboard.
How does the live preview work?
A QR preview updates in real time as you fill in the form, so you can see exactly how your QR will appear.
Do generated QR codes work on all phones?
Yes. Most modern phone cameras recognize vCard QR codes and show an "Add to Contacts" option when scanned.
Is this tool free to use?
Yes — advanced contact sharing with multi-format exports and live previews is currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.

Wi-Fi QR Generator

+
What does the Wi-Fi QR Generator do?
This tool creates QR codes that allow users to connect to Wi-Fi networks instantly without typing the password.
What details are required?
You need to enter the network name (SSID), choose the security type (WPA/WPA2/WPA3, WEP, or None), and, if applicable, provide the Wi-Fi password. You can also mark the network as hidden.
Can I customize the QR code?
Yes. Options include setting QR size (160–640px), adding a custom label under the code, and adjusting output format. The preview updates live as you type.
What formats are supported for saving?
PNG download (with custom filename), print-ready page with SSID details, and copy Wi-Fi payload (ZXing spec) directly to clipboard.
How does the payload format work?
Payloads follow the ZXing Wi-Fi specification: WIFI:T:<auth>;S:<ssid>;P:<password>;H:true;;
Does it work offline?
Yes. All QR generation happens locally in your browser—your Wi-Fi credentials are never uploaded.
Is this tool free to use?
Yes — secure offline generation with customizable options, print support, and live previews is currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.

Quote Card Generator

+
What does the Quote Card Generator do?
It turns any quote you type into a polished, share-ready image. Pick a design template, choose a size for your platform, and download a PNG you can post directly to social media.
What design templates are included?
Twelve templates are built in, including Sunset, Ocean, Sage, Midnight, Forest, Lavender, Magazine, Typewriter, Neon, Coral, Mono, and a Dollar Web brand template — covering bold gradients, minimal layouts, vintage typography, and dark themes.
What sizes can I export?
Six presets are included: Instagram Square (1080×1080), Instagram Portrait (1080×1350), Instagram Story (1080×1920), Twitter/X (1600×900), LinkedIn (1200×627), and Facebook (1200×630).
Can I use my own quote and author?
Yes. The quote field accepts up to 280 characters, and the author field is optional. The text auto-fits the canvas as you type, so long quotes are scaled down to stay inside the frame.
What does the "Surprise me" button do?
It picks a random fact-checked quote from a curated list of 35 well-attributed quotes (Einstein, Maya Angelou, Steve Jobs, Lao Tzu, and more) and pairs it with a random template. It's a fast way to explore the look of different combinations.
Does my quote text leave my browser?
No. Everything is rendered locally on a canvas in your browser. Your text and the generated image never get uploaded to a server.
Is this tool free to use?
Yes — the Quote Card Generator with all 12 templates, 6 size presets, and unlimited downloads is currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.
What does the Robots.txt Generator do?
This tool builds valid robots.txt files directly in your browser. It includes quick presets, live preview, validation, and a path tester to check crawler access.
What presets are available?
Options include allow everything, block everything, allow only major search engines, block common AI/data crawlers, SEO baseline (blocks noisy system paths), and block sensitive directories (admin, login, checkout, etc.).
Can I customize rules?
Yes. You can add groups for specific user-agents with custom Allow, Disallow, Crawl-delay, and comments. Paths support wildcards and $ for end anchors.
Does it support sitemaps and host directives?
Absolutely. You can add multiple sitemap URLs and an optional host directive for crawlers that recognize it (like Yandex).
How do I test my configuration?
The built-in path tester lets you enter a user-agent and path. It highlights whether the path is ALLOWED or BLOCKED, and shows which rule applied.
How can I save or export?
Copy to clipboard, download as robots.txt, or save/load state locally with one click.
Is this tool free?
Yes, the Robots.txt Generator is completely free to use with no subscription required.
What does the Screen Recorder do?
The tool records your screen with support for system audio, microphone input, or both. It offers high-quality captures up to 60 FPS and works directly in your browser.
How do I start recording?
Click Start Recording to capture your screen, a window, or a browser tab. You can choose whether to include system audio, microphone audio, or both before starting.
What happens after recording?
Once you stop, a preview appears immediately. You can then download the recording as an MP4 (recommended) or WebM file, or save the original WebM with no transcoding.
Does it support live preview?
Yes. After stopping a recording, you can play it back in the app before downloading.
Are there download options?
MP4: Converted with fast-start enabled for smooth seeking. WebM: Standard format with VP8/VP9 + Opus codecs. Original WebM: Highest fidelity, no transcoding.
Does it run locally or upload my recordings?
Everything runs in your browser. Your screen and audio are never uploaded to a server, keeping recordings private.
Is this tool free?
Yes, the Screen Recorder is completely free to use with no subscription required.

Seating Chart Generator

+
What does the Seating Chart Generator do?
This tool creates interactive seating charts for events like weddings, conferences, and banquets. You can assign guests to tables, view availability, and export the plan.
How do I add guests?
Options include typing guest names one by one, pasting a bulk list (one per line), or uploading a CSV seating plan. Guests appear in a draggable list, and duplicates are prevented.
How do I assign guests to seats?
Guests can be dragged from the list onto tables and seats. Each table shows available and remaining seats, with warnings if you exceed capacity.
What if I need to rearrange seating?
Seats are draggable, and table dropdowns let you reorder or remove guests. You can also click seats to view guest details and use undo/remove functions.
What file formats are supported for saving or loading?
Download CSV: Exports table, seat, and guest assignments. Download Image: Saves a visual chart snapshot. Upload CSV: Loads past seating arrangements with table/seat mapping.
Does it provide real-time updates?
Yes. The app updates guest counts, remaining seats, and warnings instantly as you add, remove, or rearrange guests.
Is this tool free to use?
Yes — advanced features like CSV import/export, drag-and-drop seating, and image export are currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.
What does the Sitemap Generator do?
This tool builds XML sitemaps and index files that follow the official Sitemaps protocol 0.9. It supports large websites by splitting into multiple files of up to 50,000 URLs each.
How do I add URLs?
You can enter a single URL with optional fields like lastmod, changefreq, and priority, paste bulk URLs (one per line, or comma-separated with details), upload CSV-style input, or add your main domain with one click, prefilled with today's date.
Does it handle relative paths?
Yes. When "paths under main domain" is enabled, relative paths (e.g., /tools) are automatically expanded into full URLs using your specified domain.
Can I preview the sitemap before downloading?
Absolutely. The tool shows a live XML preview with options for pretty-printed or minified output.
What extra features are available?
Optional fields toggle for changefreq and priority, Robots.txt helper to copy a ready-to-use sitemap line, import/export JSON for project reuse, and inline editing of table rows with live validation.
How do I save my sitemap?
Click Generate Sitemap to produce files, then download them individually. The tool also shows total file size and URL count.
Is this tool free?
Yes, the Sitemap Generator is completely free to use with no subscription required.

Subtitle Studio

+
What does Subtitle Studio do?
It auto-transcribes the speech in any video, lets you edit the timing and wording of each caption, style how the captions look, and then export SRT, VTT, or an MP4 with the captions burned into the pixels — all in your browser.
Does my video get uploaded to a server?
No. Every stage — audio decoding, transcription, editing, and MP4 re-encoding — runs locally in your browser. The speech-to-text model is downloaded once from Hugging Face and cached by your browser; after that, nothing about your video leaves your device.
What speech-to-text model does it use?
OpenAI's Whisper (base.en), released under the MIT license. It runs in your browser via the @xenova/transformers library (Apache 2.0, Hugging Face), which wraps an ONNX build of the model. The first run downloads about 80 MB and caches it; subsequent runs are offline.
Which video formats are supported?
Anything your browser can decode natively — typically MP4 (H.264/H.265), MOV, WebM, and MKV. The tool extracts the audio track via the Web Audio API, so a video with no speech or no audio track simply produces no cues (you can still add cues manually).
How does the burn-in MP4 export work?
It uses the browser's built-in WebCodecs API to re-encode the video as H.264/AAC MP4, drawing each caption directly onto the frames as they pass through. The result is a standard MP4 that plays on any device with the subtitles permanently embedded in the picture — no separate caption file required.
Which browsers support burn-in MP4?
Chrome, Edge, Opera, Safari 16.4+, and Firefox 130+. On unsupported browsers the SRT and VTT exports still work — you just won't see the burn-in button succeed.
How long does burn-in take?
Expect roughly 0.5–1× real time on a modern laptop (a 2-minute 1080p clip takes about 2–4 minutes). The tool seeks through the source video frame-by-frame at 30 fps to keep memory low, which is slower than real-time playback but keeps quality consistent.
Can I edit the auto-generated captions?
Yes. Every cue appears in an editable list where you can change the text, adjust start/end timestamps, add new cues at the current playhead, delete cues, or shift all cues earlier/later by 0.5 seconds to fix sync issues.
How do I style the captions?
Pick a font, color, outline color and thickness, background (none / 50% / 75% / solid), vertical position (top / middle / bottom), and a size percentage that scales with the video so captions look right on any resolution. The preview updates live and the burn-in matches exactly what you see.
Is this tool free to use?
Yes — Subtitle Studio with full transcription, editing, styling, and burn-in MP4 export is currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.

Table to Markdown Converter

+
What does the Table to Markdown Converter do?
This tool transforms editable tables into Markdown format. You can add or remove rows and columns, edit cells directly, and instantly generate valid Markdown output.
How do I build my table?
Click inside any cell to edit its content. Use the toolbar buttons to add or remove rows and columns as needed. All cells are fully editable.
How do I generate Markdown?
Click Generate Markdown to convert the current table into Markdown. The result appears in a text box below, ready for review.
Can I copy Markdown directly?
Yes. Use the Copy Markdown button to copy the output to your clipboard for quick use in documents, blogs, or GitHub READMEs.
Does it support reset or undo?
A Reset Table button restores the default 2x2 empty table after confirmation. You can also remove individual rows or columns incrementally.
What format does the Markdown follow?
The tool outputs standard Markdown tables with headers, separators, and aligned rows (e.g., | Column1 | Column2 |). Empty cells are preserved as blanks.
Is this tool free?
Yes, the Table to Markdown Converter is completely free to use with no subscription required.
What does the Timeline Generator do?
This tool helps you create interactive, visual timelines for trips, projects, or events. You can add events with dates, times, titles, and descriptions, then download the timeline as a PNG or PDF.
How do I add events?
Use the form fields for date, time, title, and optional description. Events are displayed in chronological order with markers and event cards. Drag-and-drop allows adjusting time markers visually.
Can I group events by day?
Yes. Events are grouped under daily headers showing the day and date. Each day displays a horizontal timeline track with labeled markers.
Does the tool provide timeline labels?
Yes. Tick marks and hour labels are automatically generated around the earliest and latest events for clarity.
How do I customize the timeline?
You can set a custom title and optional subtitle for the entire timeline. Both appear above your generated timeline.
Can I remove or rearrange events?
Each event card includes a Remove button. Drag-and-drop lets you adjust marker placement directly on the timeline.
How do I export my timeline?
You can download the finished timeline as a PNG or PDF. Both formats include a footer credit ("Built with The Dollar Web") for professional presentation.
Is this tool free?
Yes, the Timeline Generator is completely free to use with no subscription required.
What does the Typing Speed Test do?
This tool measures your typing speed and accuracy in words per minute (WPM). Choose from four test durations (30 seconds, 1 minute, 2 minutes, or 5 minutes) and receive a professional certificate with your results.
What test durations are available?
You can choose from four test lengths: 30 seconds for a quick check, 1 minute for standard testing, 2 minutes for moderate endurance, or 5 minutes for comprehensive assessment. Select your preferred duration before starting the test.
How does the test work?
After entering your name and email, you'll type randomly generated words that appear on screen. The timer starts as soon as you begin typing. Words turn green when correct and red when incorrect, allowing you to see your accuracy in real-time.
What metrics are tracked?
The tool tracks three key metrics: Words Per Minute (WPM), accuracy percentage, and total words typed. WPM updates in real-time as you type, giving you instant feedback on your performance.
Does it detect errors and corrections?
Yes. The tool accurately tracks when you misspell a word and recognizes when you correct it and get back on track. This smart error detection ensures your WPM and accuracy scores reflect your true typing ability.
What's included in the certificate?
Your downloadable PDF certificate includes The Dollar Web logo, your name and email, test duration, WPM score, accuracy percentage, total words typed, test date, and a clickable "Powered by The Dollar Web" link. The certificate features professional design with your brand colors.
How do I download my certificate?
After completing a test, click the "📄 Download Certificate" button on the results screen. The certificate is saved as a high-quality PDF with your name in the filename for easy identification.
Why do I need to enter my email?
Your email is used to personalize your certificate and verify your identity for the test results. When integrated with The Dollar Web authentication, it will automatically use your logged-in email address.
Can I retake the test?
Absolutely. After viewing your results, click "🔄 Try Again" to return to the setup screen where you can select a new test duration and start fresh. Take the test as many times as you'd like to track your improvement.
Does it work on mobile devices?
Yes. The Typing Speed Test is fully responsive and works on mobile devices, tablets, and desktops. The interface adapts to your screen size for optimal usability across all devices.
Is this tool free?
Yes, the Typing Speed Test is completely free to use with no subscription required. Test your typing speed as often as you like and download unlimited certificates.

Video Merger

+
What does the Video Merger do?
This tool combines multiple videos into a single merged file directly in your browser. You can arrange videos in any order, choose output format, and download the final result without uploading anything to a server.
What file formats are supported?
Supported input formats include MP4, WebM, MOV, and MKV. You can output the merged video as either MP4 (recommended) or WebM format.
How do I arrange the video order?
Videos are displayed in a list with numbered indicators. Use the up/down arrow buttons to reorder them, or drag and drop videos directly to your preferred position. The merge will follow this exact sequence.
Can I preview the merged video?
Yes. After merging completes, a video player appears with the final result. You can review it before downloading to ensure everything merged correctly.
What output options are available?
Choose between MP4 or WebM output format. When exporting as MP4, you can enable Fast Start optimization to move metadata to the beginning for instant web streaming.
Is there a limit to how many videos I can merge?
You need at least 2 videos to merge. While there's no strict upper limit, merging many large videos may take longer and require more browser memory.
Does it show merge progress?
Absolutely. A progress bar and status messages display which video is being processed and the overall completion percentage throughout the merge operation.
Is this tool free to use?
Yes — advanced video merging with drag-and-drop reordering, multi-format support, fast-start optimization, and browser-based processing is currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.

Video Slicer

+
What does the Video Slicer do?
This tool trims video files directly in your browser without uploading them. You can set precise start and end times, preview the result, and download the clipped video.
What file formats are supported?
Supported containers include MP4, MOV, WebM, and MKV. The tool automatically detects the input format and exports in the same format.
How do I set trim points?
Use the text fields (hh:mm:ss.mmm) for start and end, click Set from playhead to match the current video position, or use nudge buttons or keyboard shortcuts (I = set start, O = set end) for fine-tuning.
What output options are available?
MP4 Fast Start: Optimizes MP4/MOV for instant web streaming by moving metadata to the beginning. Keep original filename: Automatically appends _clip_START-END to the base name.
Is there progress tracking?
Yes. A progress bar and status messages display the slicing process, and you can cancel mid-operation.
Does it support preview and file info?
Absolutely. The player shows the selected clip, and file info (name, type, size, last modified) is listed in detail.
Is this tool free to use?
Yes — advanced in-browser video trimming with multiple format support, fast-start optimization, and precise controls is currently free to use during our limited-time free-for-now period. This tool may return to paid pricing in the future.
+
What does the Word Cloud Generator do?
This tool creates fully customizable word clouds from any text. It analyzes word frequency, filters out common stop words, and displays the most relevant words in a visually appealing layout.
How do I input text?
Paste or type text into the input area. You can also define stop word presets (minimal, common, or comprehensive) or edit the list manually.
Can I group similar words?
Yes. Use the Combine Similar Words field to merge variations (e.g., run, runs, running) into a single entry.
What layout options are available?
Word spacing adjustment, minimum font size, maximum words to display, overlap toggle, and orientation controls (horizontal, vertical, or mixed angles).
Can I style the cloud?
Absolutely. You can choose background color (or transparency), multiple text colors, random palettes, bold fonts, and font families. The largest word orientation can also be customized.
What outputs are supported?
Download as PNG (with optional transparent background), copy to clipboard as an image, or export or import settings for reuse.
Does it show statistics?
Yes. The tool displays total words, unique words, and the top five most frequent words. A word frequency analysis tool is also included.
Is this tool free?
Yes, the Word Cloud Generator is completely free to use with no subscription required.
What does the Word Search Generator do?
This tool builds printable word search puzzles from your custom word list. You can add titles, descriptions, toggle diagonals, reveal the answer key, and download puzzles as PDFs.
How do I add words?
Enter one word per line, or separate them with commas or spaces. The tool automatically sanitizes entries (letters only, A–Z) and removes duplicates.
Can I control the grid size?
Yes. You can set a custom grid size between 6–30, or leave it on Auto to let the tool choose based on word length and count.
Does it allow diagonals?
By default, yes. You can uncheck the option to restrict words to only horizontal and vertical placements.
How do I view the solution?
Use the Show Answer Key button to highlight hidden words. This toggle also controls whether the PDF includes the solution or just the puzzle.
What export options are available?
Download a clean puzzle or answer key as a PDF. Custom titles and descriptions are included in the PDF output.
Is this tool free?
Yes, the Word Search Generator is completely free to use with no subscription required.

Still Have Questions?

Can't find what you're looking for? We're here to help! Reach out to us at info@thedollarweb.com and we'll get back to you as soon as possible.

QR Code is a registered trademark of DENSO WAVE Incorporated.