How do I convert Word files or HTML to CHM or PDF?

2

I have a piece of software that currently packages an MS Word file as the user guide/help. I would like to make this into either a PDF or a CHM file.

I do not wish to re-write the help or user guide.

I did not find anything that is exactly what I need. I don't want to pay for it (I'd rather continue with Word) and I want to just be able to edit in MS Word and then convert when I am done.

Releasing the HTML output of doing "save as html" is not an option – I need just one file.

tim

Posted 2008-11-16T03:49:06.507

Reputation: 282

You can check out NuHelp on sourceforge.

– Loathing – 2014-08-27T05:02:15.637

Answers

0

I am going to go with PDF and this solution as I can call it from the command line during my build. I will maintain a Word doc in my version control system and make it a pdf as part of a release.

http://www.oooforum.org/forum/viewtopic.phtml?t=3772&highlight=pdf+form

or

http://www.suodenjoki.dk/us/productions/articles/word2pdf.htm

tim

Posted 2008-11-16T03:49:06.507

Reputation: 282

7

If you're using Word 2007, then download the Microsoft add-in that allows you to export to PDF and XPS files.

If using an earlier version of Word, then I'd recommend PDFCreator - an open source printer driver for Windows. It gives you a printer that saves as PDF files, and works with any application. Works great, I've used it for years.

Bevan

Posted 2008-11-16T03:49:06.507

Reputation: 1 162

1

If you absolutely have to keep only one file then I would go with PDF, since it's pretty ubiquitous at this point. I can't remember the last time I was on a system that couldn't open a PDF. Actually, I can, but that's beside the point.

One other option is to just keep it as a Word document. Most people using Windows have Word installed, and users on Mac and Linux will probably know how to convert the file to something they can read (if it's even necessary to convert it).

Bill the Lizard

Posted 2008-11-16T03:49:06.507

Reputation: 942

1

Print to pdf. Google "free pdf convert" for free virtual printer drivers for Windows that generate pdf; some are smart enough to convert MS Word formats like headings and TOC.

On Mac OS X, anything that can be printed can be converted to PDF from the standard print dialog.

Doug Currie

Posted 2008-11-16T03:49:06.507

Reputation: 111

I tried that - I must have gotten one that doesn't work. I ended up with an xps file... not what i expected. – tim – 2008-11-16T05:08:21.823

1

The addin from Microsoft to save as PDF in Word 2007 is here:

http://www.microsoft.com/downloads/details.aspx?FamilyId=4D951911-3E7E-4AE6-B059-A2E79ED87041&displaylang=en

Also, you could choose to save as *.mhtml (single file web archive images & all in one file. Opens in IE.)

Booji Boy

Posted 2008-11-16T03:49:06.507

Reputation: 111

1

Or try out Universal Document Converter
Edit: A simple google search throws up this - a direct word to chm converter, as one of the links.

anand.trex

Posted 2008-11-16T03:49:06.507

Reputation: 1 552

the chm converter is, alas, not free... – tim – 2008-11-17T02:45:46.227

0

You could try exporting to the RTF or rich text format. RTF is able to be read by computer loaded with Windows, OSX, or Linux with Gnome or KDE installed.

epochwolf

Posted 2008-11-16T03:49:06.507

Reputation: 262

I should have also stated one of the reasons I wanted pdf or chm is that they can't be modified by users. Well - at least not simply like msword. – tim – 2008-12-04T22:37:38.267

In that case just generate a PDF. – epochwolf – 2008-12-05T15:36:18.117

0

Try CHMTemplate at http://helptemplate.com. This is an add-in for Microsoft Word which performs Word-to-CHM conversion. Light Version is free.

DmitryAB

Posted 2008-11-16T03:49:06.507

Reputation: