本文介绍了从TIFF图像中删除水印的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经使用Tallcomponents.pdfrasterizer.net.dll
从PDF生成了TIFF图像. TIFF图像包含水印,该水印包含对角线打印的网站URL.
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.
如何删除水印?
推荐答案
如果您购买了许可证,则许可证可能存在问题.请参阅tallcomponents网站上的许可证疑难解答程序.
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");
这篇关于从TIFF图像中删除水印的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!