Add a Watermark to a PDF Online Free [2026]
Adding a watermark to a PDF should not require handing your document to a third-party server. SammaPix PDF Watermark runs entirely in your browser via pdf-lib β no upload, no signup, no server. Stamp CONFIDENTIAL, DRAFT, or any custom text diagonally across every page. Add your logo as an image watermark. Control opacity, rotation, tiling, and position. Here is everything about how it works and when to use each option.

Table of Contents
The problem: most PDF watermark tools upload your document
You have a contract you need to share with a prospective client. You want to stamp every page DRAFT before sending, so they know the terms are not final. Or you have a financial report you are distributing internally and need to mark it CONFIDENTIAL to reinforce that it should not be forwarded. You search for βadd watermark to PDF onlineβ and land on one of the popular tools.
You drag the PDF in. A progress bar fills. The file uploads to their server, gets watermarked remotely, and you download the result. Stamping text or an image onto a PDF is one of the simpler operations a PDF library can perform. There is no reason it needs a server.
The documents that most need watermarking are often the most sensitive ones: draft agreements, board meeting minutes, financial projections, non-disclosure agreements, and intellectual property proposals. Uploading these to an unknown server to get them back with a CONFIDENTIAL stamp is a fundamental contradiction.
I built SammaPix PDF Watermark to add watermarks to PDF files entirely inside your browser. No server is involved at any point. The tool uses pdf-lib β an open-source JavaScript library for reading and writing PDF files locally. Watermarking is a content layer operation, and modern browsers execute it instantly on your device.
What βno uploadβ actually means
When you drop a PDF into SammaPix PDF Watermark, your browser reads the file using the FileReader API β a standard browser API for reading local files without network access. The PDF is loaded into browser memory, parsed by pdf-lib, and a new content layer is written onto each page. The output is served as a blob: URL and downloaded directly from memory. Zero network requests carry your document to any remote server.
How browser-based PDF watermarking actually works
Understanding the mechanism helps you trust the result and know exactly what the output will look like. Here is what happens under the hood when you click Apply Watermark:
- FileReader reads the PDF from your device. The file is loaded into browser memory as an ArrayBuffer. No network request is made. The read is entirely local β your document never leaves your device from this point onward.
- pdf-lib parses the existing PDF structure. pdf-lib reads the document's internal cross-reference table, page tree, and content streams β the same data structures that Adobe Acrobat and any PDF reader work with. Existing content (text, images, annotations) is preserved intact.
- A new content stream is appended to each page. pdf-lib appends a new graphics instruction layer on top of the existing page content. For text watermarks, this is a text drawing command with your chosen font, size, color, rotation, and opacity. For image watermarks, this is an XObject reference with the image embedded as a PDF resource.
- Opacity is applied via PDF transparency groups. The PDF specification supports per-layer opacity through ExtGState (extended graphics state) objects. pdf-lib sets the fill opacity of the watermark layer to your chosen value, making the watermark semi-transparent over the document content below.
- Tiling is implemented as repeated draw calls. When tile mode is enabled, the tool calculates a grid of positions covering the page dimensions and draws the watermark at each position. This produces the repeating diagonal stamp pattern standard in legal and financial documents.
- The modified PDF is serialized and offered for download. pdf-lib writes the updated document back to an ArrayBuffer, which is wrapped in a Blob and downloaded via a temporary
blob:URL. Nothing leaves your device.
pdf-lib is a mature open-source library maintained by the PDF community with over 6,000 GitHub stars. It is used in production by developers building PDF generation tools, invoice systems, and document management software. It handles the full PDF specification including multi-page documents, embedded fonts, and complex page structures.
Text watermark vs image watermark: which one do you need?
The tool supports two distinct watermark types, each suited to different use cases. Choosing the right one produces a significantly better result.
Text watermark: fast, sharp, and perfect for status labels
Text watermarks use vector-based PDF text rendering. The output is sharp at every zoom level and any print resolution β there is no pixelation because text in a PDF is drawn by the renderer at native resolution. Text watermarks are the right choice for:
- CONFIDENTIAL. The standard label for documents intended for restricted distribution. Used in legal agreements, M&A due diligence, board reports, and financial records. Set at 45 degrees rotation, 30 to 40 percent opacity, tile enabled.
- DRAFT. For documents in progress that should not be treated as final. Common in contract negotiations, project proposals, and regulatory filings before approval. Set at 45 degrees, 25 percent opacity, tile enabled or centered.
- FOR REVIEW, SAMPLE, NOT FOR DISTRIBUTION. Variants used in publishing, consulting, and agency workflows to mark deliverables as preliminary versions for client feedback.
- Your name, company name, or website URL. Ownership watermarks on PDF portfolios, research papers, pricing sheets, and proprietary methodology documents. Typically smaller font, lighter opacity, placed in the footer or as a subtle tile.
Image watermark: branded logos and custom graphics
Image watermarks embed a raster image (PNG or JPG) as a PDF XObject on each page. PNG is strongly preferred because it supports transparency β a PNG logo with a transparent background appears correctly over document content, without a white or colored rectangle around it. JPG images have a solid background that covers content beneath the watermark boundary.
- Company logo on client-facing proposals. Add your logo at 30 to 40 percent opacity, centered on each page, to create a professionally branded PDF that communicates ownership without obscuring content.
- Signature or stamp image. If you have a scanned signature, official stamp, or seal as a PNG, you can embed it as a watermark on certificate or authorization documents.
- Custom graphic watermarks. Any PNG or JPG image works β a diagonal stripe pattern, a copyright symbol, an award badge β as long as you want it appearing on every page.
| Type | Sharpness | Transparency | Best for |
|---|---|---|---|
| Text | Vector β sharp at any zoom or print size | Full control via opacity setting | CONFIDENTIAL, DRAFT, status labels, names, URLs |
| Image (PNG) | Raster β sharp at sufficient source resolution | Alpha channel + opacity setting β best choice | Logos with transparent background, branded stamps |
| Image (JPG) | Raster β slightly lossy depending on source quality | No alpha channel β solid background visible | Photographs, watermarks with intentional backgrounds |
How to stamp CONFIDENTIAL or DRAFT diagonally across a PDF
The diagonal repeating CONFIDENTIAL or DRAFT stamp is the most recognizable form of document watermarking in business and legal contexts. Here is exactly how to produce it with this tool:
- Select Text watermark and type your label. Common choices: CONFIDENTIAL, DRAFT, COPY, SAMPLE, FOR REVIEW, NOT FOR DISTRIBUTION, ATTORNEY-CLIENT PRIVILEGED.
- Set rotation to 45 degrees. The 45-degree diagonal is the international standard for legal and business watermarks. It maximizes coverage per stamp while remaining easily readable.
- Enable Tile. Tile mode repeats the stamp at equal intervals across the entire page area. A single centered stamp is easier to crop out digitally; a tiled pattern across the full page cannot be removed without visibly altering the document.
- Set opacity to 25 to 40 percent. This range keeps the document content clearly readable while making the watermark immediately visible. For a stronger visual statement (less readable content) use 50 to 60 percent.
- Choose a color. Standard choices are dark red (#CC0000 or #A00000) for strong visual impact, dark gray (#555555 or #333333) for a more subdued professional look, and black (#000000) for maximum contrast. Red is the most common in legal documents because it signals urgency and restriction.
- Set font size relative to page dimensions. A good starting point for A4 or Letter paper is 48 to 72pt. Smaller fonts tile more densely. Larger fonts produce fewer but more prominent stamps per page.
The result is the standard legal-grade CONFIDENTIAL pattern β the same visual style used by law firms, investment banks, and government agencies. Because the watermark is embedded in the PDF content stream rather than drawn on top as a visual overlay, it survives printing, screen captures, and PDF-to-image conversions.
Stamp your PDF as CONFIDENTIAL or DRAFT now
Text or image watermark, diagonal tile, opacity control. Every page watermarked. No upload. No signup. Free.
Open PDF Watermark, FreeAdding a logo image watermark to a PDF
Logo watermarks are common on client-facing documents β proposals, quotations, case studies, and reports β where you want every page to visibly belong to your organization. Here is how to do it effectively:
Prepare your logo correctly
Always use a PNG with a transparent background. If your logo is only available as a JPG with a white background, the white rectangle will appear as a solid white block over the document content β which is almost never the intended result. Export or convert your logo to PNG from your design software (Figma, Illustrator, Canva) or use SammaPix Remove Background to strip the background from an existing JPG logo.
For the source image resolution: because the logo will be scaled to the width you specify, a source PNG of at least 500px wide ensures the logo is sharp when embedded at standard sizes. A logo that is too small will appear pixelated at larger watermark widths.
Choosing the right size and position
The width parameter controls how large the logo appears on the page. A standard A4 PDF page is 595 PDF units wide (at 72 DPI). Common logo watermark widths:
- 100 to 150px equivalent: Subtle branding, often placed in a corner. The logo is recognizable but does not compete with the document content.
- 200 to 300px equivalent: Centered on the page, clearly branded. Common for proprietary documents and client proposals.
- 400px+ equivalent with tile: A repeating tiled logo pattern across the full page. Strong ownership signal. Used on premium reports and copyrighted design documents.
Opacity and tiling: making the watermark useful, not obstructive
The balance between visible enough to be meaningful and transparent enough not to obscure the content is the core design decision in PDF watermarking. Here are reference values for different contexts:
| Use case | Recommended opacity | Tile? | Rotation |
|---|---|---|---|
| CONFIDENTIAL / DRAFT legal documents | 25 to 40% | Yes | 45 degrees |
| Company logo branding on proposals | 10 to 20% | No (centered) | 0 degrees |
| Copyright protection / anti-sharing | 50 to 70% | Yes | 45 degrees |
| SAMPLE on pricing / product catalogs | 20 to 35% | Yes or No | 30 to 45 degrees |
| Subtle name / URL ownership mark | 8 to 15% | Yes (small font) | 45 degrees |
Tiling is particularly important for documents that could be shared digitally. A single centered watermark can be cropped or obscured by a screenshot. A tiled repeating pattern across the full page means every portion of every page carries the watermark β screenshots, partial crops, and individual page extracts all retain the stamp.
How to add a watermark to a PDF online, step by step
The full process takes under a minute for most documents:
- Go to sammapix.com/tools/pdf-watermark in Chrome, Safari, Firefox, or Edge. No account required.
- Drop your PDF onto the dropzone or click to browse for it. The file is loaded into browser memory. Nothing is uploaded to any server.
- Choose Text or Image watermark. For a CONFIDENTIAL or DRAFT stamp, choose Text. For a logo, choose Image and upload your PNG or JPG file.
- Configure the watermark. For text: type your label, set font size, choose a color, set rotation angle. For image: set the width, choose position. For both: set opacity and decide whether to enable tiling.
- Click Apply Watermark. pdf-lib processes each page and appends the watermark content layer. Processing is nearly instant for documents under 50 pages on modern hardware.
- Download the watermarked PDF. Click Download. The file is served from browser memory. No network request occurs. Your original file is unchanged.
Does the watermark survive printing and editing?
Understanding what the watermark can and cannot protect against is important for making the right choice for your use case.
What the watermark survives
- Printing. Because the watermark is embedded in the PDF content stream, it is rendered and printed by any printer that receives the PDF, exactly as it appears on screen.
- PDF viewer display settings. The watermark cannot be hidden by toggling display options in Adobe Reader or any PDF viewer. It is content, not metadata.
- Conversion to images. If the PDF is converted to images (PDF to JPG, PDF to PNG), the watermark appears in the exported images.
- Screen captures of individual pages. Screenshots of the PDF contain the watermark.
What the watermark does not survive
- PDF editing by a determined user with Acrobat Pro or Ghostscript. A user with access to a full PDF editor can open the content stream, locate the watermark layer, and remove or obscure it. This requires technical effort and specific software β it is not something an average recipient can do easily or casually.
- OCR re-extraction. If a recipient runs the PDF through an OCR tool to extract text content, the extracted text comes from the page content stream (not the watermark layer) and may not include the watermark text in the result.
This tool is designed for practical deterrence and clear communication of document status β the same purpose served by stamping a physical document with a red CONFIDENTIAL ink stamp. It is not a cryptographic access control system. For documents requiring cryptographic protection against viewing by unauthorized parties, use PDF Protect to add password encryption in addition to (or instead of) a watermark.
Your PDF stays on your device
No upload, no account, no server. Text or image watermark, diagonal tile, opacity 0 to 100%. Every page watermarked simultaneously. Free.
Browser-based vs upload-based PDF watermark tools: honest comparison
Here is an objective comparison across the dimensions that matter when choosing a PDF watermarking tool:
| Dimension | Upload-based (iLovePDF, Smallpdf, Adobe Online) | Browser-based (SammaPix) |
|---|---|---|
| Privacy | File uploaded to a remote server. You trust their deletion and security policies. | File never leaves your device. Verifiable via browser Network inspector. |
| Watermark types | Usually text and image. Some tools also offer pre-set stamps. | Text (vector, any color, any angle) and image (PNG with transparency, JPG). |
| Text quality | Server-side tools typically produce vector text at full PDF quality. | Vector text via pdf-lib β sharp at any zoom or print size. |
| File size limits | Free plans typically cap at 5 to 25 MB. Larger files require a subscription. | Limited by device memory. No artificial cap imposed. |
| Speed | Depends on upload speed and server load. | Instant for most documents. No network latency. |
| Signup required | Often required beyond basic free use. | No account required. |
| Works offline | No. | After the page loads, watermarking works without an internet connection. |
How to verify no upload happens
You do not need to take my word for it. Here is how to verify this yourself in under two minutes:
- Open DevTools. Press F12 (Windows/Linux) or Command Option I (Mac) in your browser.
- Go to the Network tab. Click on Network in DevTools. Clear any existing requests.
- Drop your PDF and click Apply Watermark. Watch the Network panel.
- Observe: no outgoing requests during processing. You will see the initial page load requests but zero activity during watermark processing and download. The PDF is read, processed, and served entirely from browser memory.
Other PDF tools that run in your browser
SammaPix offers a full suite of browser-based PDF tools, all with no upload and no server processing. Here is when to use each in conjunction with watermarking:
- PDF Protect: add password encryption to a PDF so only authorized recipients can open it. Use this together with a watermark when the document needs both access control and status labeling.
- PDF Page Numbers: add page numbers before watermarking long documents. Covered in detail in How to add page numbers to a PDF online free.
- PDF Compress: reduce file size before or after watermarking. Useful when the final document needs to fit within an email attachment limit. Covered in Compress a PDF without uploading it.
- Stampit: add watermark text or logos to images (JPEG, PNG, WebP). Use when you need to watermark photos or image files rather than PDF documents.
All your PDF needs, all in-browser
Watermark, protect, compress, and number PDFs without uploading them anywhere. All tools run locally in your browser. No server. No signup. No watermark on the output (from us).
FAQ
Does adding a watermark to a PDF online mean uploading it to a server?
With most tools, yes. iLovePDF, Smallpdf, and Adobe Acrobat Online upload your PDF to their servers for processing. With SammaPix PDF Watermark, no. The watermark is applied entirely in your browser using pdf-lib β an open-source JavaScript library for reading and writing PDF files locally. Your file never leaves your device. You can verify this yourself by opening your browser's Network inspector (F12) and watching for outgoing requests while the tool processes your file. You will see none.
What is the difference between a text watermark and an image watermark on a PDF?
A text watermark uses a string of characters β typically CONFIDENTIAL, DRAFT, your company name, or a URL β drawn directly onto each page using pdf-lib's text rendering. The text is vector-based, meaning it stays sharp at any zoom level and any print size. An image watermark uses a raster image file (PNG or JPG, typically a company logo or signature) scaled to a specified width and placed at a chosen position and rotation on each page. Text watermarks are faster to apply and produce smaller output files. Image watermarks are better when you need to use a branded logo or a custom graphic that cannot be reproduced as text.
How do I add a CONFIDENTIAL stamp to a PDF diagonally?
Open sammapix.com/tools/pdf-watermark, drop your PDF, select Text watermark, type CONFIDENTIAL (or DRAFT, FOR REVIEW, SAMPLE, or any custom text), set the rotation angle to 45 degrees, choose a red or gray color, and set opacity to around 30 to 50 percent. Enable Tile to repeat the stamp diagonally across every page in a repeating grid pattern. Click Apply Watermark. The stamp is applied to every page simultaneously. The result is the standard diagonal repeated CONFIDENTIAL pattern used in legal, financial, and business documents.
Can I add my logo to a PDF as a watermark?
Yes. Select the Image watermark option in SammaPix PDF Watermark, then upload your logo as a PNG (preferred for transparency support) or JPG. Set the width to control how large the logo appears on each page, adjust opacity to make it blend subtly with the document content, and choose the position (center, corner, or tiled). The tool uses pdf-lib to embed the image as a PDF XObject on each page β the same technique used by professional PDF editors. PNG images with transparent backgrounds are handled correctly: only the logo pixels are visible, not a white rectangle around it.
What opacity level should I use for a PDF watermark?
Opacity depends on the purpose of the watermark. For a CONFIDENTIAL or DRAFT stamp that should be clearly visible but not completely block the content underneath: 25 to 40 percent is the standard range used in legal and business documents. For a branding watermark (company name or logo) that should be present but not distracting: 10 to 20 percent. For a copyright notice that must be visible and difficult to miss: 50 to 70 percent. For a tiled repeating pattern across the full page: 15 to 25 percent produces a professional result where the document content remains fully readable but the watermark is undeniably present.
Does the watermark survive if someone prints the PDF?
Yes. The watermark added by this tool is embedded as a permanent content layer within the PDF structure using pdf-lib. It is not a visual overlay on top of a static image β it is written into the PDF page content stream. When the PDF is printed, the watermark is rendered by the printer exactly as it appears on screen. It cannot be hidden by simply changing display settings in a PDF reader. That said, a determined user with access to a PDF editor like Adobe Acrobat Pro or Ghostscript can edit the page content stream and remove or modify the watermark. This tool is designed for practical deterrence and clear communication of document status β it is not a cryptographic security measure.
Can I watermark a multi-page PDF?
Yes. The tool applies the watermark to every page of the PDF simultaneously. Whether your document has 1 page or 100 pages, the same watermark settings β text or image, opacity, rotation, tiling β are applied to each page in sequence. The processing happens entirely in your browser using pdf-lib. For very long PDFs (several hundred pages), processing may take 10 to 30 seconds on an average device, because each page requires a separate content layer insertion. There is no page count limit imposed by the tool.