/enscript2dropbox

Send colorized HTML or PDF output from enscript to your Dropbox folder to view on your Tablet in lieu of using a printer.

Primary LanguagePython

enscript2dropbox README

INSTALL
 Run make. By default it will install enscript2dropbox in $HOME/bin
 $ make
 
DESCRIPTION
 enscript2dropbox is a utility which generates colorized HTML or pdf output of
 a programming source file and places it into Dropbox for viewing in lieu
 of printing out the source file. By default, output generated will be placed
 in the directory $HOME/Dropbox/Documents/printouts

 Implementation-wise, enscript2dropbox is a Python wrapper around the enscript
 and pstopdf (OS X) or ps2pdf (Linux) utilities. You must also have Dropbox
 installed and configured on your system.

  -h, --help                   print help
  -E[lang], --highlight[=lang] Highlight using enscript --highlight option
  -w[lang], --language[=lang]  Set output file format. Supported formats are html (default) and pdf.

SEE ALSO
enscript(1), pstopdf(1) [OS X], ps2pdf(1) [Linux]

NOTE: This code has been tested on OS X 10.6.8 and Ubuntu 10.10.