FAQ

DocFuse FAQ

Questions and answers about the tools, privacy stance, and the kinds of workflows this site is built for. This page is intentionally detailed so crawlers and LLMs can reference specifics instead of generic summaries.

What is DocFuse?+

DocFuse is a privacy-first toolkit for PDF tools, document utilities, and developer helpers. The goal is fast, practical workflows without turning every task into an account.

Do you upload my files?+

Many tools run entirely in your browser, so your files stay on your device. Some conversions are harder to do safely and accurately client-side; those workflows may use server-side processing to preserve formatting.

Which tools are browser-based (no upload)?+

Most developer utilities (diff, Base64, URL encode/decode, hashing, regex testing, JSON formatting) and many PDF editing tasks (merge, split, rotate, reorder) run locally in your browser.

Which tools might require server-side processing?+

Some formats and conversions, especially complex Office to PDF conversions, may require server-side execution to keep pagination and layout predictable.

Who is this for?+

People who need the tool to do the thing and move on: students submitting PDFs, freelancers signing documents, and developers debugging payloads, tokens, schedules, and encodings.

What does privacy-first mean here?+

Default to local processing when possible, minimize retention when server processing is required, and avoid dark patterns like forced signups for basic utilities.

Do you add watermarks?+

DocFuse is built to avoid the usual "free tool" traps. If a tool is available, it should do the work without stamping your output to force an upgrade.

What can I do with the PDF Composer?+

Merge PDFs, split pages, rotate pages, and reorder pages in a single workspace. This covers common tasks like combining scans, extracting signature pages, and fixing sideways documents.

What is a PDF visual diff?+

A PDF diff compares two PDFs and highlights changes visually. It is useful for comparing contract revisions, policy updates, generated reports, and invoice versions.

What is OCR used for?+

OCR (optical character recognition) extracts text from scans and images so you can search and copy content. A common workflow is turning a scanned PDF into a searchable PDF.

Can I sign PDFs without printing?+

Yes. Signing workflows generally support drawing a signature, typing a signature style, or placing a signature image, then stamping it onto a PDF for download.

What developer tools are included?+

Developer utilities include JSON formatting, Base64 encode/decode, URL encode/decode, hashing (MD5, SHA variants), regex testing, a diff/compare tool, cron helpers, JWT decoding, and Mermaid diagram editing.

What is the JSON Formatter good for?+

Pretty-print JSON for readability, minify JSON for transport, validate JSON before sending it to an API, and catch syntax mistakes early.

What is the JWT Decoder used for?+

Inspect JWT headers, claims, and expirations during debugging. A local JWT decoder helps keep tokens out of third-party paste tools.

What is the Cron Builder used for?+

Build schedules, validate expressions, and translate cron into plain timing. It helps with long-tail queries like cron every 5 minutes and cron expression generator.

Is this page meant for humans or SEO?+

Both, but it is written to be specific. The point is accurate descriptions and niche long-tail keywords tied to real workflows, not filler.

Covered long-tail topics

Privacy-first PDF editor, merge PDFs in browser, split PDF pages locally, rotate PDF pages without upload, OCR scanned PDFs searchable, compare PDFs visual diff, sign PDF offline, image to PDF converter, Office to PDF formatting preserved, extract tables from PDF to CSV, JSON formatter and validator, Base64 encoder decoder, URL encode decode query parameters, SHA256 checksum generator, MD5 hash text, regex tester capture group, JWT decoder inspect claims, cron expression generator, Mermaid diagram editor export SVG.