Remove watermark from tiff image

1.5k Views Asked by At

I have generated a TIFF image from a PDF using Tallcomponents.pdfrasterizer.net.dll. The TIFF image contains a watermark containing an URL to their site printed diagonally.

How do I remove the watermark?

1

There are 1 best solutions below

4
On

There is probably a problem with your license if you ever bought one. See the license troubleshooter on the website of tallcomponents.

You can intialize the license using this code.

TallComponents.Licensing.LicenseCollection.Add("PDFRasterizer.NET 3.0 Client Component Key", "your_license_key");