1.Amyuni Document Converter
下载地址:http://www.amyuni.com/en/developer/pdfconverter/
安装及卸载:使用命令行
- install -u ,可附加参数如install -u "My Company Printer"
- install -u ,可附加参数如Install -s "My Company Printer" -n "Evaluation Developer License" -c "07ABCDA0A12301230123"
- 可以使用printui.exe /s /t2 进入Print Server Properties卸载驱动
关联dll:
cdintf.dll 需要注册,如Regsvr32 C:\cdintf.dll
注册dll:
2. 使用pdf creator
下载地址:http://www.pdfforge.org/pdfcreator
需要安装
安装版本中存在Demo,可以实现document转换为pdf文件,也可以将两个document合并成一个pdf文件。
合并:调用combine()
注意:代码实现转换过程中需要等待0.5s左右,否则无法转换成功。