# Is there any way to remove watermarks in development mode?

**URL:** https://pdfjs.community/t/is-there-any-way-to-remove-watermarks-in-development-mode/443
**Category:** Technical Support
**Created:** [January 15, 2021, 9:38am UTC](https://pdfjs.community/t/is-there-any-way-to-remove-watermarks-in-development-mode/443 "2021-01-15T09:38:01Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![himani.sharma](https://avatars.discourse-cdn.com/v4/letter/h/e47774/32.png) [@himani.sharma](https://pdfjs.community/u/himani.sharma)
#### Post date: [January 15, 2021, 9:38am UTC](https://pdfjs.community/t/is-there-any-way-to-remove-watermarks-in-development-mode/443/1 "2021-01-15T09:38:02Z")

</div>

**PDF.js Express Version**

**Detailed description of issue**  
I am getting the pdftron watermark even after adding license key to the Webviewer. Is there any way to remove that? Watermarks are coming in both development mode and production mode.

**Expected behaviour**  
{Provide a screenshot or description of the expected behaviour}

**Does your issue happen with every document, or just one?**  
{Answer here}

**Link to document**  
{Provide a link to the document in question if possible}

**Code snippet**  
async ngAfterViewInit(): Promise {  
WebViewer({  
licenseKey: ’ ', //added my license key here  
disableFlattenedAnnotations: true,  
path: ‘…/…/…/…/…/wv-resources/lib’,  
config: ‘…/…/…/…/…/wv-resources/lib/ui/config/file.js’, // relative to your HTML file

})  
}

---

<div class="post-metadata">

### Author: ![Logan](https://yyz1.discourse-cdn.com/flex031/user_avatar/pdfjs.community/logan/32/13_2.png) [@Logan](https://pdfjs.community/u/Logan)
#### Post date: [January 15, 2021, 3:20pm UTC](https://pdfjs.community/t/is-there-any-way-to-remove-watermarks-in-development-mode/443/2 "2021-01-15T15:20:20Z")

</div>

Hey there!

You should not be getting a PDFTron watermark at all - are you using the right library?

If you have ever switched from Express to PDFTron, make sure all the old files were deleted before switching.

Thanks!
