Watermark PDF in Your Browser
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.
This runs in the browser you already have open. There is no application to download, no extension to add, no plugin to enable and no administrator password to type. That last point matters more than people expect — plenty of work laptops simply will not let you install anything.
The tool loads as part of this page. Add your PDF file and everything needed to watermark it is already there, running on your device's processor rather than on somebody's server.
Any current browser will do. Chrome, Firefox, Safari and Edge are all fully supported, as are the Chromium-based alternatives — Brave, Opera, Vivaldi and Arc — on Windows, macOS, Linux, ChromeOS, iOS and Android.
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
Add your PDF
Drop in the document you want to mark.
Type the watermark text
Common choices are DRAFT, CONFIDENTIAL, COPY, or your organisation's name. Standard Latin characters are supported.
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.
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.
Apply and download
Press Add watermark, check the preview, and download the marked document.
Why use this watermark pdf tool
No admin rights needed
Nothing is installed, so a managed or locked-down work machine will run this without any IT involvement.
Every major browser
Chrome, Firefox, Safari, Edge, Brave, Opera and Vivaldi are all supported on desktop and mobile.
Nothing left behind
Close the tab and nothing remains — no installed application, no background service, no cached files.
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.
Why a browser is enough for this
Browsers stopped being document viewers a long time ago. The File API lets a page read local files with your permission. Canvas and WebAssembly give it real rendering and computation. Blob URLs let it construct a file in memory and hand it back as a download. Together those are everything a PDF tool needs.
The libraries doing the work are the same ones desktop and server tools rely on. pdf.js is the renderer built into Firefox, and it is what draws pages here. pdf-lib handles reading and writing PDF structure. Neither is a cut-down browser substitute — they are the real implementations, running locally.
For locked-down machines this is often the deciding factor. A managed work laptop that blocks installers will still open a web page, so a browser-based tool is frequently the only route to getting the job done without raising an IT ticket.
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
- Do I need a browser extension or plugin?
- No. Everything is part of the page itself. There is nothing to add to your browser and nothing to enable.
- Which browsers are supported?
- Any current version of Chrome, Firefox, Safari, Edge, Brave, Opera or Vivaldi, on any operating system. Internet Explorer is not supported, and very old browser versions may fail on larger documents.
- Will this work on a locked-down work computer?
- Usually, yes. Because nothing is installed, the tool works on machines where you cannot install software. The only thing that would block it is a network policy preventing you reaching the site at all.
- 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.
Related tools and pages
- Watermark PDFThe main watermark pdf page, with the same tool and every option.
- Sign PDFAdd a typed signature to a document and download it straight away.
- Edit PDFDrop text onto any page of an existing PDF and save a new copy.
- Merge PDFCombine several PDF files into one document, in the order you choose.
- Compress PDFShrink a PDF so it fits an upload limit or an email attachment.
- Watermark PDF — Without losing qualityWatermark PDF while keeping your original quality. Pages are handled at the object level, not re-rendered or re-compressed.
- Watermark PDF — No watermarkWatermark PDF with no watermark, logo or branding added to your file. The output contains your content and nothing else.
- Watermark PDF — On MacWatermark PDF on Mac with nothing to install. Stamp text across every page of a PDF. Works in your browser, free.
- Watermark PDF — On WindowsWatermark PDF on Windows with nothing to install. Stamp text across every page of a PDF. Works in your browser, free.
- Watermark PDF — On LinuxWatermark PDF on Linux with nothing to install. Stamp text across every page of a PDF. Works in your browser, free.
- Watermark PDF — On iPhoneWatermark PDF on iPhone with nothing to install. Stamp text across every page of a PDF. Works in your browser, free.
Browse every PDF tool, or read the help and FAQ pages. Details of how files are handled are in the privacy policy.