Anybody aware of a piece of software which could do MS Office .doc to .pdf conversion for me?
I already tried OpenOffice but it appeared to be rather slow and resource-hungry for large documents.
|
2
|
Anybody aware of a piece of software which could do MS Office .doc to .pdf conversion for me? I already tried OpenOffice but it appeared to be rather slow and resource-hungry for large documents.
|
||
|
|
|
PDFCreator is a free print-to-pdf tool based on ghostscript. It's fairly good, although the output of Acrobat Distiller tends to be a bit nicer. |
||
|
|
|
|
If you want to do it programmatically and you're a .NET or Java programmer, you could use Aspose.Words in combination with Aspose.PDF. It worked well for me. |
||
|
|
|
|
I regularly use - and recommend - PrimoPDF, which is available in both free and paid-for incarnations. |
||
|
|
|
|
I personally use PDF 995, a free pdf-printer :) works great |
||
|
|
|
|
If you have MS Office 2007, you can use the Save as PDF plugin. |
||
|
|
|
|
Office 2007 has a free PDF export Add-In available here |
||
|
|
|
|
If you want to do it programatically take a look at my response here: Convert DOC to PDF -- http://stackoverflow.com/questions/218556/send-document-to-printer-with-c#221818 This is code I currently use and it works very well. It will handle anything that Word will open such as .doc, .docx, .rtf etc. Also, if you have many files to convert you can write you code such that Word is opened once in the background and files are subsequently opened, converted and closed, works very fast and I've had no issues with crashing etc. even when converting thousands of files at a go. |
||
|
|
|
|
Same as Stu Mackellar, I use primo pdf and am very happy with it. Some don't like that the free version converts hypertext links to text, but I am OK with that. -- mike |
||
|
|
|
|
Try Altsoft Xml2PDF |
||
|
|
|
|
If you're just doing it occasionally, you can use Zamzar.com to do all sorts of conversions. TRiG. |
||
|
|
|
|
Hey, look what I found. http://www.phplivedocx.org/2009/02/06/convert-doc-to-pdf-in-php/ PHPLiveDocx is a document creation program in php. It can be used to convert Doc to PDF. I've not tried it yet myself, but I certainly shall be experimenting with it soonish. |
||
|
|