Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Create PDFs with working hyperlinks from HTML files' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create PDFs with working hyperlinks from HTML files
Authored by: blgrace on Aug 19, '03 08:13:19PM

Or you could put this alias in your .tcshrc file (or whatever shell you're using)... to save the current URL from the pastebuffer to your desktop.

alias pdf 'cd ~/Desktop && htmldoc --webpage -f outfile.pdf `pbpaste` && cd - '

All one line



[ Reply to This | # ]