使用pdfcreator转换tiff文件
我正在使用 pdfcreator com sdk 将文件转换为 pdf。大多数时候它是 html 或图像,所以我使用 printURL 方法,但如果文件是 tiff pdfcreator 不会将文件创建为 pdf。 当我使用 printFile 时,它会打开一个 printDialog ,这当然是不好的,因为它是一个后台进程。有什么想法吗?
I am using pdfcreator com sdk to convert files to pdf. Most of the time its htmls or images, so i use the printURL method, but if the file is tiff pdfcreator wont create the file as pdf.
When i use printFile its open a printDialog which of course its bad because its a background process. Any thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 ImageMagick 代替。它在多种图像格式(包括 TIFF 和 PDF)之间的转换方面表现出色。使用C# 接口之一。
Use ImageMagick instead. It does a fantastic job of converting between many image formats, including TIFF and PDF. Use one of the C# interfaces.