本文介绍了VB.NET转换doc& xls到pdf或tif。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我包含tif因为我现有的程序,我可以将tif转换为pdf

我有转换程序,文件为pdf

简单图像格式(JPG,PNG和BMP)

TIF可以转换倍数

我使用iTextSharp转换上面的代码



有人建议如何将xls或doc文件转换为pdf或tif。我尝试在互联网上搜索,但无法找到任何东西。



任何建议赞赏



请帮助..谢谢



附加:

如果ghostscript可以做到这一点,可以有人发布命令行

I include tif because of my existing program, i can convert the tif to pdf
I have a conversion program, file to pdf
Simple Image Format (JPG, PNG and BMP)
TIF can convert multipage
I used iTextSharp to convert the above code

Can someone suggest on how to convert xls or doc file to pdf or tif. I try searching in the internet but cant find anything.

Any suggestion appreciated

Please help... Thanks

ADDITION:
If ghostscript can do this can someone post the command line

推荐答案


这篇关于VB.NET转换doc& xls到pdf或tif。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-23 09:23