---
title: "Why are my watermarks not visible? | Nutrient Integrations"
canonical_url: "https://www.nutrient.io/guides/document-converter/sharepoint/troubleshooting/why-are-my-watermarks-not-visible/"
md_url: "https://www.nutrient.io/guides/document-converter/sharepoint/troubleshooting/why-are-my-watermarks-not-visible.md"
last_updated: "2026-06-08T09:14:14.333Z"
description: "Learn why your watermarks may not be visible."
---

# Why are my watermarks not visible?

The [Document Converter](https://www.nutrient.io/low-code) comes with [comprehensive watermarking facilities](https://www.nutrient.io/blog/watermarking-features-of-the-muhimbi-pdf-converter-for-sharepoint/). However, sometimes a watermark may not be displayed.

The most common reason for this is that by default watermarks are displayed in the background, behind the document's content. In most cases this is not a problem as the content of most documents is largely transparent. However this is not the case for PowerPoint presentations or scanned content.

The solution is to change the z-order of the watermark to a positive value to make sure it is displayed in front of the content. When using the [Web Services interface](https://www.nutrient.io/blog/how-to-add-watermarks-to-pdf-using-csharp/) this is a simple matter of settings the appropriate property. However, when using the SharePoint User interface (watermark on open/update), you may need to switch to our [XML based watermarking syntax](https://www.nutrient.io/blog/watermarking-pdf-documents-using-a-sharepoint-designer-workflow-part-2/)&nbsp;when using a software version older than 10.0. &nbsp;For workflows, and newer versions of our software, you can change the placement of the watermark by changing the appropriate option from 'Background' to 'Foreground'.

A simple example is displayed below:

```xml

<watermarks>
 <watermark
    hPosition="Center"
    vPosition="Bottom"
    width="300"
    height="300"
    zOrder="1"
    rotation="0"
    opacity="100"
    pageOrientation="both">
    <text
      width="200"
      height="200"
      fillColor="#000000"

      content="Your content goes here"
      fontFamilyName="Times New Roman"
      fontSize="12"
      fontStyle="bold|italic"
      wordWrap="word"
   />
 </watermark>
</watermarks>

```

Alternatively it may be possible that the font size is set too large for the watermark's dimensions, which may cause textual content to wrap into oblivion. Solve this by decreasing the size of the font, increasing the width and height of the watermark, or changing the wordWrap attribute (None, Character, Word or WordOnly).

Another possibility, although very rare, is that PDF files may have been opened before watermarks were enabled and cached in SharePoint's Blob cache or other caching solutions. Please clear the cache to resolve any problems.

When using our real-time watermark facility, e.g. 'Watermark on Open', then you have to make sure the Automatic PDF Processor is enabled at the Web Application level and configured at the Document Library Level (not just the Site Settings level).

Finally, if the watermark is set to 'Print only' (Available from version 10.0 of the Document Converter) then the watermark will not be displayed unless the PDF is printed.

For further help with watermarking, please refer to our guides on [adding watermarks to documents in SharePoint and Power Automate](https://www.nutrient.io/guides/document-converter/sharepoint/watermark.md), and learn how to [add watermarks using C#, Java,.NET Core, PHP, JavaScript](/guides/document-converter/document-converter-services/watermark.md).

---

## Related pages

- [Debugging Web Service calls and Soap Messages](/guides/document-converter/sharepoint/troubleshooting/debugging-web-service-calls-and-soap-messages.md)
- [How to check if a SharePoint server runs workflows](/guides/document-converter/sharepoint/troubleshooting/determining-if-a-server-is-involved-in-executing-workflows.md)
- [Adjusting document file size limits easily](/guides/document-converter/sharepoint/troubleshooting/how-can-i-change-the-maximum-file-size-of-documents-to-process.md)
- [Converting HTML - Empty page / Authentication problems](/guides/document-converter/sharepoint/troubleshooting/converting-html-web-pages-returns-an-empty-pdf.md)
- [CabLib Extract ERROR when converting InfoPath files](/guides/document-converter/sharepoint/troubleshooting/cablib-extract-error-when-converting-infopath-files.md)
- [Converting IRM and DRM protected documents seamlessly](/guides/document-converter/sharepoint/troubleshooting/dealing-with-the-conversion-of-irm-drm-rms-aip-protected-documents.md)
- [Enable Custom App Authentication](/guides/document-converter/sharepoint/troubleshooting/enable-custom-app-authentication.md)
- [Troubleshoot PDF merging issues and solutions](/guides/document-converter/sharepoint/troubleshooting/error-while-merging-existing-pdf-files-e-g-pdflexer-errors.md)
- [How do I enable debug logging?](/guides/document-converter/sharepoint/troubleshooting/how-do-i-enable-debug-logging.md)
- [How to Disable Incremental Updates When Watermarking?](/guides/document-converter/sharepoint/troubleshooting/disable-incremental-update-when-watermarking.md)
- [Check your Document Converter version easily](/guides/document-converter/sharepoint/troubleshooting/how-to-determine-which-version-of-the-pdf-converter-is-installed.md)
- [Troubleshooting error 1001 in SharePoint upgrades](/guides/document-converter/sharepoint/troubleshooting/error-1001-an-exception-occurred-in-the-onafterinstall-event-handler-during-upgrade.md)
- [Troubleshooting: SharePoint Document Converter](/guides/document-converter/sharepoint/troubleshooting.md)
- [Differences between SharePoint Online and on-premises Document Converter](/guides/document-converter/sharepoint/troubleshooting/how-does-the-pdf-converter-for-sharepoint-online-differ-from-the-on-premise-product.md)
- [Invalid digital signature during installation](/guides/document-converter/sharepoint/troubleshooting/invalid-digital-signature-during-installation.md)
- [Troubleshooting InfoPath view-related errors](/guides/document-converter/sharepoint/troubleshooting/infopath-cannot-execute-any-view-related-object-model-calls-the-view-is-not-ready.md)
- [Understanding InfoPath document conversion processes](/guides/document-converter/sharepoint/troubleshooting/infopath-rules-custom-code-data-connections-are-not-executed.md)
- [Troubleshooting SharePoint Document Converter issues](/guides/document-converter/sharepoint/troubleshooting/sharepoint-behaves-unexpectedly-after-deploying-the-pdf-converter-for-sharepoint.md)
- [How do I manually remove the Conversion Service?](/guides/document-converter/sharepoint/troubleshooting/how-do-i-manually-remove-the-conversion-service.md)
- [Troubleshoot SharePoint Designer workflow issues](/guides/document-converter/sharepoint/troubleshooting/sharepoint-designer-workflow-activities-are-not-inserted.md)
- [The Conversion Service does not start](/guides/document-converter/sharepoint/troubleshooting/the-conversion-service-does-not-start.md)
- [Solving formatting issues when converting HTML to PDF](/guides/document-converter/sharepoint/troubleshooting/solving-formatting-issues-when-converting-html-to-pdf.md)
- [Troubleshooting InfoPath form conversion issues](/guides/document-converter/sharepoint/troubleshooting/my-infopath-form-fails-to-convert-how-can-i-troubleshoot-this.md)
- [Troubleshooting PDF workflow issues in SharePoint](/guides/document-converter/sharepoint/troubleshooting/pdf-workflow-activities-are-not-displayed-in-sharepoint-designer-2013.md)
- [Troubleshooting document converter issues on SharePoint](/guides/document-converter/sharepoint/troubleshooting/troubleshooting-the-pdf-converter-for-sharepoint-online.md)
- [Troubleshooting install.cmd errors](/guides/document-converter/sharepoint/troubleshooting/troubleshooting-install-cmd-errors.md)
- [Troubleshooting Document Converter login issues](/guides/document-converter/sharepoint/troubleshooting/problems-logging-in-to-pdf-converter-services-online.md)
- [Troubleshooting SharePoint document converter issues](/guides/document-converter/sharepoint/troubleshooting/troubleshooting-connectivity-problems-between-web-front-end-and-conversion-servers.md)
- [Document Converter front-end WSP is stuck on 'Deploying](/guides/document-converter/sharepoint/troubleshooting/pdf-converter-front-end-wsp-is-stuck-on-deploying.md)
- [Troubleshoot evaluation message in SharePoint](/guides/document-converter/sharepoint/troubleshooting/the-license-has-been-installed-but-an-evaluation-message-is-still-displayed.md)
- [Fixing SharePoint search for HTML-to-PDF conversion](/guides/document-converter/sharepoint/troubleshooting/sharepoint-search-does-not-return-converted-html-content.md)
- [Troubleshooting SharePoint Online menu visibility issues](/guides/document-converter/sharepoint/troubleshooting/some-menu-options-are-not-displayed-in-sharepoint-online.md)
- [Validating converters and troubleshooting errors](/guides/document-converter/sharepoint/troubleshooting/validating-converters-and-troubleshooting-errors.md)
- [Watermarker fails to load because Microsoft now enforces Content Security Policy (CSP)](/guides/document-converter/sharepoint/troubleshooting/watermarker-blocked-by-microsoft-csp.md)
- [Using the diagnostics tool to troubleshoot conversions](/guides/document-converter/sharepoint/troubleshooting/using-the-diagnostics-tool-to-troubleshoot-conversions.md)
- [Tips for pixel-perfect InfoPath-to-PDF conversion](/guides/document-converter/sharepoint/troubleshooting/when-converting-infopath-to-pdf-my-file-does-not-look-100-the-same.md)
- [Where can I enable Web Application Scoped SharePoint Features?](/guides/document-converter/sharepoint/troubleshooting/where-can-i-enable-web-application-scoped-sharepoint-features.md)
- [Find the Document Converter administration screen](/guides/document-converter/sharepoint/troubleshooting/where-is-the-pdf-converter-s-central-administration-screen-located.md)
- [Why are my legacy DOC and XLS files failing to convert?](/guides/document-converter/sharepoint/troubleshooting/why-are-my-legacy-doc-and-xls-files-failing-to-convert.md)
- [Understanding duplicate PDF conversion options in SharePoint](/guides/document-converter/sharepoint/troubleshooting/why-are-the-various-pdf-conversion-options-displayed-twice-in-sharepoint.md)
- [Convert InfoPath forms to Word and Excel easily](/guides/document-converter/sharepoint/troubleshooting/when-converting-infopath-to-word-excel-my-file-does-not-look-100-the-same.md)

