WORD转PDF挺简单的,只需要安装一下Microsoft开发的专门插件就可以了。
安装完之后office系列所有软件都会在“另存为”下出现“PDF或XPS”选项,点那个,然后存成PDF就可以了。
格式非常完美,没有水印没有广告,免费,绝无兼容问题。
但是做一些应用开发的时候需要在后台用命令行将WORD文件转换为PDF文件。
这就需要使用工具了。
经过几天的网上查找,终于找到了一款效果很好,而且免费的工具,难能可贵的是还支持命令行模式。
http://www.weenysoft.com/free-word-to-pdf-converter.html
引文版的,大致翻译了一下。
支持 doc, docx, rtf, txt and htm 等格式的文件一次性转换成pdf文件
可以自己增加水印和密码到输出的pdf文件中
不支持DRM保护的文件(不太理解)
不需要安装Microsoft Office和Adobe Acrobat Reader ,不安装任何驱动。
支持Windows XP, Windows Vista, Windows 7 and Windows 8, 支持 32位操作系统和64位操作系统。
Free to use – 100% free to download, install and use, no extra fee.
完全免费使用(下载,安装,使用)
Command line program is available.
允许使用命令行模式
Support account without administrator right.
不需要管理员权限。
Command Line | Command Line Details |
/? | List all command line options. |
/v | Show Free Word to PDF Converter version and copyright information. |
/source <Filename> <Filename> <Filename> | Select source Word files. Separate filename with blank. The file format can be DOCX, DOC, RTF, TXT, HTM or HTML. For example: word2pdf.exe /source “c:\test\sample1.docx” “c:\test\sample2.docx” “c:\test\sample3.docx” |
/target <Directoryname> | Set target directory. The default target directory is “c:\My PDF”. For example: word2pdf.exe /target “c:\My PDF” |
Sample: the command below will convert three word files sample1.docx, sample2.docx and sample3.docx to PDF files in directory “c:\My PDF”.
word2pdf.exe /source “c:\test\sample1.docx” “c:\test\sample2.docx” “c:\test\sample3.docx” /target “c:\My PDF”
看了以上介绍,是不是觉得挺好的一个工具,可以满足自己的需求,那么赶快去下载吧。