AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

PDF Documentation
Goto page 1, 2  Next
 
Reply to topic    AutoHotkey Community Forum Index -> Wish List
View previous topic :: View next topic  
Author Message
mgee16
Guest





PostPosted: Wed Nov 01, 2006 5:29 pm    Post subject: PDF Documentation Reply with quote

it would be nice to have the general documentation also in PDF for easier reference. Smile
Back to top
majkinetor !
Guest





PostPosted: Wed Nov 01, 2006 5:32 pm    Post subject: Reply with quote

What is easier then HTML ?
Back to top
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10716

PostPosted: Thu Nov 02, 2006 1:31 am    Post subject: Reply with quote

I don't really know how to go about it. However, I think there are a few other topics about it, such as Reliable Printed Manual
Back to top
View user's profile Send private message Send e-mail
John B.



Joined: 21 Oct 2006
Posts: 21

PostPosted: Thu Nov 09, 2006 4:21 pm    Post subject: Reply with quote

I've just uploaded the PDF file for the AHK version 1.0.45.01 help file:
http://www.autohotkey.net/~JohnB/autohotkey.pdf

It's 2.5 Mb. Please let me know if you have any comments.

Thanks,
John B.
Back to top
View user's profile Send private message
jonny



Joined: 13 Nov 2004
Posts: 2951
Location: Minnesota

PostPosted: Thu Nov 09, 2006 4:27 pm    Post subject: Reply with quote

Was this converted from the .chm, or did you make it by hand?
Back to top
View user's profile Send private message
John B.



Joined: 21 Oct 2006
Posts: 21

PostPosted: Thu Nov 09, 2006 7:06 pm    Post subject: Reply with quote

Jonny-

I converted it from the CHM:
1. KeyTools to decompile the help file.
2. Tweak a couple file paths/file names.
3. Adobe RoboHelp to import the decompiled CHM.
4. RoboHelp to create an MS Word file from the imported files.
5. Tweak the styles in Word for appearance (and save it as a template so I won't have to do it again).
6. PDF writing function added to Word by RoboHelp to create the PDF.

I use RoboHelp in my work as a contract Technical Writer. It costs a bunch, but it's the tool many of my clients demand.

John B.
Back to top
View user's profile Send private message
jonny



Joined: 13 Nov 2004
Posts: 2951
Location: Minnesota

PostPosted: Thu Nov 09, 2006 8:27 pm    Post subject: Reply with quote

Aha, so it wasn't a free tool. My suspicions are confirmed. Very Happy
Back to top
View user's profile Send private message
PhiLho



Joined: 27 Dec 2005
Posts: 6836
Location: France (near Paris)

PostPosted: Fri Nov 10, 2006 8:04 am    Post subject: Reply with quote

CutePDF - Create PDF for free
pdfforge.org - PDFCreator Seems there is a PDF Creator (a space) which is not free.

Both untested by me. The first needs Ghostscript, which is free too.

Note: lot of PDF softwares are just print drivers: they take print orders (GDI) from Windows and convert them to PDF. So they work from any Windows application with standard printing output. It should work directly from the CHM.
Otherwise, there is no need to decompile the CHM file. Just take the HTML pages from the site.
Chris might, perhaps, provide a Zip file with the manual pages in plain HTML. It should be easy to make it automatically on each update. It would avoid to use a Web spider (like HTTrack) to get them: less stress for the site, easier for the user.
_________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")
Back to top
View user's profile Send private message Visit poster's website
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10716

PostPosted: Fri Nov 10, 2006 11:00 am    Post subject: Reply with quote

PhiLho wrote:
Chris might, perhaps, provide a Zip file with the manual pages in plain HTML. It should be easy to make it automatically on each update. It would avoid to use a Web spider (like HTTrack) to get them: less stress for the site, easier for the user.
If anyone wants the HTML files, download MS HTML Help Workshop (a free product from Microsoft, quite small) and use it to extract all the HTML files out of the latest AutoHotkey.chm file.
Back to top
View user's profile Send private message Send e-mail
toralf



Joined: 31 Jan 2005
Posts: 3910
Location: Bremen, Germany

PostPosted: Fri Nov 10, 2006 11:24 am    Post subject: Reply with quote

I use FreePDF XP 3.07. I also has a english GUI and uses GhostScript. When your application can print you can create PDFs. You can also create a single PDF from multiple print jobs. It support watermarks, encryption and joining of multiple PDF files.

But I do not know how difficult it is to add bookmarks to the PDF, since I never tried.
_________________
Ciao
toralf
Back to top
View user's profile Send private message Send e-mail Visit poster's website
PhiLho



Joined: 27 Dec 2005
Posts: 6836
Location: France (near Paris)

PostPosted: Wed Nov 15, 2006 11:20 am    Post subject: Reply with quote

Chris wrote:
If anyone wants the HTML files, download MS HTML Help Workshop (a free product from Microsoft, quite small) and use it to extract all the HTML files out of the latest AutoHotkey.chm file.
Even simpler, I found that 7-Zip can open cleanly a CHM file like any other archive...
Something that neither IZArc nor TUGZip can do...
_________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")
Back to top
View user's profile Send private message Visit poster's website
jballi



Joined: 01 Oct 2005
Posts: 747
Location: Texas, USA

PostPosted: Fri Nov 17, 2006 1:36 pm    Post subject: Reply with quote

PhiLho wrote:
Even simpler, I found that 7-Zip can open cleanly a CHM file like any other archive...
Something that neither IZArc nor TUGZip can do...

Neat find. Very Happy 7-Zip is one of my favorite file management utilities. However (as I found out the hard way), you'll need at least version 4.31 in order to do it. If you haven't downloaded a new version of 7-Zip lately (the current version is 4.42), now might be the time to do it.

Them be my thoughts...
Back to top
View user's profile Send private message Send e-mail
MuseOfNet
Guest





PostPosted: Sat Jul 04, 2009 3:07 pm    Post subject: Reply with quote

Not bad. Recently I have found this PDF Converter in the net. It supports Windows Vista.
Back to top
corrupt



Joined: 29 Dec 2004
Posts: 2485

PostPosted: Sat Jul 04, 2009 5:07 pm    Post subject: Reply with quote

MuseOfNet wrote:
Not bad. Recently I have found this PDF Converter in the net. It supports Windows Vista.
I've always had great results with PrimoPDF if you're looking for alternatives.
Back to top
View user's profile Send private message Visit poster's website
JBensimon



Joined: 16 Nov 2004
Posts: 153
Location: New York

PostPosted: Thu Oct 01, 2009 9:17 am    Post subject: Reply with quote

Quote:
Even simpler, I found that 7-Zip can open cleanly a CHM file ...

Even simplest?
Code:
hh.exe -decompile C:\SomeFolder "path\AutoHotkey.chm"

Jacques.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Wish List All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group