vote up 3 vote down star
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.

flag

43% accept rate
Not really a programming question, unless you are trying to do it programmatically? – Nathan Reed Feb 9 at 10:17

15 Answers

vote up 0 vote down

Adobe Acrobat for money

OR

CutePDF for free, and it's great!

link|flag
vote up 2 vote down

PDFCreator

link|flag
vote up 6 vote down

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.

link|flag
vote up 4 vote down

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.

link|flag
vote up 1 vote down

I regularly use - and recommend - PrimoPDF, which is available in both free and paid-for incarnations.

link|flag
vote up 1 vote down

I personally use PDF 995, a free pdf-printer :) works great

link|flag
vote up 6 vote down

If you have MS Office 2007, you can use the Save as PDF plugin.

http://www.microsoft.com/downloads/details.aspx?FamilyId=F1FC413C-6D89-4F15-991B-63B07BA5F2E5&displaylang=en

link|flag
vote up 2 vote down

Office 2007 has a free PDF export Add-In available here

link|flag
vote up 0 vote down

CutePDF Writer

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

Try Altsoft Xml2PDF

link|flag
vote up 0 vote down

http://www.dancrintea.ro/doc-to-pdf/

link|flag
vote up 0 vote down

If you're just doing it occasionally, you can use Zamzar.com to do all sorts of conversions.

TRiG.

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.