RV: [Tutor] transform html to pdf

Titu Kim kimtitu@yahoo.com
Wed, 28 Nov 2001 14:24:59 -0800 (PST)


Thanks for all the information. I appreciate your
help.

Kim Titu
--- Pablo Prieto <pablo.prieto@dulcesol.es> wrote:
> 
> -----Mensaje original-----
> De: Pablo Prieto <pablo.prieto@dulcesol.es>
> Para: Pijus Virketis <virketis@fas.harvard.edu>
> Fecha: miércoles 28 de noviembre de 2001 9:58
> Asunto: RE: [Tutor] transform html to pdf
> 
> 
> >>>My html string is created via cgi. So i wish to
> create
> >>>a pdf file that can be downloaded while
> displaying the
> >>>the html page via browser. Calling Latex is a
> good
> >>>approach for me too. Any idea? Thanks.
> >
> >Hi!
> >
> >I use htmldoc (www.easysw.com)
> >
> >I think it is in Linux too.
> >
> >Can be used in interactive mode or batch mode. In
> VB I call it in this way:
> >
> >directorio = directory (I use the same location for
> both .html and
> .ps/.pdf)
> >fichero = file (I use the same name)
> >
> >#Landscape PS
> >            Shell("c:\archivos de
> programa\htmldoc\htmldoc.exe --webpage "
> &
> >_
> >                "--no-title --footer . " & "--top
> 5mm --bottom 5mm --left
> >5mm " & _
> >                "--landscape -t ps2 -f " &
> directorio & fichero & ".ps " &
> >directorio & _
> >                fichero & ".html")
> >
> >#Portrait PDF
> >            Shell("c:\archivos de
> programa\htmldoc\htmldoc.exe --webpage "
> &
> >_
> >                "--no-title --footer . " & "--top
> 5mm --bottom 5mm --left
> >5mm -f " & _
> >                directorio & fichero & ".pdf " &
> directorio & fichero &
> >".html")
> >
> >#Portrait PS
> >            Shell("c:\archivos de
> programa\htmldoc\htmldoc.exe --webpage "
> &
> >_
> >                "--no-title --footer . " & "--top
> 5mm --bottom 5mm --left
> >5mm -t " & _
> >                "ps2 -f " & directorio & fichero &
> ".ps " & directorio &
> >fichero & ".html")
> >
> >#Landscape PDF
> >            Shell("c:\archivos de
> programa\htmldoc\htmldoc.exe --webpage "
> &
> >_
> >                "--no-title --footer . " & "--top
> 5mm --bottom 5mm --left
> >5mm " & _
> >                "--landscape -f " & directorio &
> fichero & ".pdf " &
> >directorio & _
> >                fichero & ".html")
> >
> 
> 
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> http://mail.python.org/mailman/listinfo/tutor


__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1