+PDFNova

Fast Watermark PDF

Stamp text such as DRAFT or CONFIDENTIAL across every page.

Drop your PDF file here

or browse your device

A single PDF file, up to 100 MB. Files are processed on this device.

On most online PDF tools, the actual work takes a second or two. Everything else is transport: uploading your file, waiting in a queue, and downloading the result. On a typical home connection, a 20 MB document can spend half a minute in transit before anything happens to it.

This tool removes that entirely. Your file is read straight from your device into the browser tab, processed there, and handed back as a download. There is no upload, no queue and no return trip, so the only time spent is the processing itself.

The practical difference grows with file size and shrinks with connection quality. On fibre with a small file you might not notice. On a mobile connection with a large scanned document, the difference is the difference between a few seconds and a few minutes.

A watermark says something about a document that the document itself does not: that it is a draft, that it is confidential, that it belongs to you, or that it is a copy rather than the original. Adding one before you circulate a file is a small habit that prevents a surprising number of misunderstandings.

This tool stamps text across every page of a PDF. Choose the wording, how large it should be, how transparent, and where it sits — diagonally across the middle in the classic style, centred, or tucked into a corner where it will not obstruct the content.

How to watermark a PDF file

  1. Add your PDF

    Drop in the document you want to mark.

  2. Type the watermark text

    Common choices are DRAFT, CONFIDENTIAL, COPY, or your organisation's name. Standard Latin characters are supported.

  3. Choose the placement

    Diagonal across the middle is the traditional look. Centred, bottom right and top left are available when you need the content to stay legible.

  4. Set size and opacity

    48 point at 0.3 opacity is a good starting point for a full-page diagonal stamp. Drop the size for a corner mark.

  5. Apply and download

    Press Add watermark, check the preview, and download the marked document.

Why use this watermark pdf tool

No upload wait

Files are read directly from your device. There is no transfer step before processing can begin.

No queue

Nothing is waiting for a server worker to become free. The work starts the moment you press the button.

Connection-independent

After the page loads, your connection speed no longer affects how long the job takes.

Every page, in one pass

The stamp is applied to all pages, so a reader cannot end up with an unmarked page halfway through the document.

Placement that respects the text

Position is calculated from the actual width of your text at the size you chose, so long words stay on the page instead of running off the edge.

Transparency you control

Set the opacity anywhere from barely visible to solid, so the mark reads clearly without making the document underneath hard to follow.

Features

  • Four placementsDiagonal, centred, bottom right or top left.
  • Adjustable sizeAnything from 8 to 144 point.
  • Adjustable opacityFrom 0.05 for a whisper to 1.0 for a solid stamp.
  • All pages coveredApplied to every page of the document automatically.
  • Text stays selectableThe underlying document content is not flattened or re-rendered.

When people use this

Circulating a draft

Marking a document DRAFT stops an unfinished version being mistaken for the final one when it gets forwarded on.

Sharing confidential material

A CONFIDENTIAL stamp is a visible reminder of how a document should be handled, and it survives printing and photocopying.

Marking your own work

Adding your name or your organisation's name makes it obvious where a document originated when it is shared onward.

Distinguishing copies

Stamp COPY on duplicates so the original signed version is never in doubt.

Where the time actually goes

A conventional online tool spends its time in four stages: uploading your file, waiting for a worker to pick it up, processing, then downloading the result. On a 10 Mbps upstream connection — typical for home broadband — a 25 MB file takes about twenty seconds just to reach the server, and the same again is spent in reverse if the output is a similar size.

Running locally cuts three of those four stages. Reading a file from your own disk into a browser tab happens at hundreds of megabytes per second, which is effectively instant at these sizes. What remains is the processing, which for most operations is a fraction of a second per page.

This is also why the tool behaves the same on a poor connection. Once the page has loaded, network speed stops being a factor — a job on tethered mobile data runs at exactly the same speed as one on a wired connection.

How watermarking works

The document is loaded with pdf-lib and Helvetica Bold is embedded into it. For each page, the tool measures how wide your text will be at the chosen point size, then uses that measurement together with the page dimensions to work out a position that keeps the whole string on the page.

The text is drawn into the page's content stream with the opacity and rotation you selected. Because this is a drawing operation rather than a re-render, everything already on the page is preserved exactly — the watermark is simply painted over the top of it.

Privacy

Your files are not uploaded. When you add a PDF file, your browser reads it from your device into the memory of the tab you are looking at, and the watermark pdf operation runs there using your own processor. Nothing is transmitted to any server at any point.

That means there is no file for anyone to store, no retention policy to trust, and no deletion schedule to take on faith. The document exists only in the memory of an open browser tab, and it is released the moment you close it, reload the page, or press start over.

The site uses standard anonymous analytics to count page views and how often each tool is used. Those events record which tool ran and whether it succeeded — never a file name, never file contents, and never anything that could identify a document or the person processing it.

No account is required, so no personal information is collected. There is no profile, no history and nothing tied to an identity, because no identity was ever created.

Security

The strongest security property this tool has is structural: your file never travels anywhere, so there is no transmission to intercept and no server-side copy to breach. This is not a policy that could change — it is a consequence of where the code runs.

You can verify it in about thirty seconds. Open your browser's developer tools with F12, select the Network tab, and use the tool. You will see the page's scripts load — including the PDF libraries, which are fetched on demand the first time a tool runs — and then nothing further. No request carrying your document is ever made.

For a stronger test, disconnect from the network once the page has loaded. The tool will keep working exactly as before, which is only possible because nothing is being sent.

Uploaded files are validated in the browser before anything runs: the extension must match what the tool accepts, the file must not be empty, and it must be within the size limit. Malformed documents produce a clear error and a retry option rather than a silent failure.

What this tool does not do

Being clear about limits is more useful than a feature list that quietly omits them. Only text watermarks are supported, using Latin-1 characters, in a single colour, at one position per document.

If you need capabilities beyond that — redaction, PDF/A conformance, OCR, or scripted batch processing across thousands of documents — dedicated desktop software genuinely earns its licence fee, and this is not trying to replace it. For the specific job of producing a watermarked PDF, everything you need is on this page.

Frequently asked questions

How long does it actually take?
For most operations, well under a second per page. Anything involving re-rendering pages — compression and image conversion — is slower, in the region of a few tenths of a second per page on a modern laptop. Long documents show live progress so you always know where you are.
Why is it faster than other online tools?
Because it skips the upload, the queue and the download of the result. Those three stages usually account for most of the wall-clock time on a conventional online tool, and none of them exist here.
Does a slow internet connection make it slower?
Only for loading the page itself. Once the tool is open, processing happens on your device and your connection speed is irrelevant to how long the job takes.
Can the watermark be removed by whoever receives the file?
The text is drawn into the page content stream, so it is not a layer that can simply be toggled off in a reader. Someone determined and technically capable could still edit it out with professional PDF software — treat a watermark as a clear signal of intent, not as a security control.
Can I use an image or a logo as the watermark?
Not currently — this tool stamps text only. If you need a logo, one workable approach is to add it with the Edit PDF tool on the pages that matter most.
Why were some characters dropped from my watermark?
The standard PDF fonts used here cover the Latin-1 character set. Characters outside that range, including most non-Latin scripts and some typographic punctuation, are removed rather than causing the whole operation to fail. Smart quotes and dashes are converted to their plain equivalents automatically.
Will the watermark cover up my content?
That is what the opacity setting is for. At 0.3 the mark is clearly visible while the text underneath stays entirely readable. If you need the content completely unobstructed, choose a corner placement and a smaller size.
Does watermarking change the rest of the document?
No. The text is drawn on top of each existing page. Everything already in the document — text, images, links — is left exactly as it was.

Browse every PDF tool, or read the help and FAQ pages. Details of how files are handled are in the privacy policy.