1832884 Members
2692 Online
110048 Solutions
New Discussion

Re: html to pdf

 
Ralf Buchhold
Regular Advisor

html to pdf

Hello
I want to convert html files to pdf files.
Any idea ?
Thanks Ralf
15 REPLIES 15
Peter Godron
Honored Contributor

Re: html to pdf

Ralf,
I have not used it myself, but this may do the job:
http://www.pdf995.com/

As an alternate you could load the html into word and save readonly.

Regards
Ralf Buchhold
Regular Advisor

Re: html to pdf

Thanks
but sorry i mean for HPUX 11.11 / 11.22 / 11.23.
Thanks
Ralf
Peter Godron
Honored Contributor

Re: html to pdf

Ralf,
the only thing I can find is HTMLDOC, but not sure if a HPUX version is available.
You can always get the source and then try to port ;-)
Hope somebody else finds something.

Why not download to PC and then convert?

Ralf Buchhold
Regular Advisor

Re: html to pdf

Hello Peter
Ralf Buchhold
Regular Advisor

Re: html to pdf

Hello Peter
it should be an automatic programm every night.
Thanks Ralf
Peter Godron
Honored Contributor

Re: html to pdf

Ralf,
why not:

open scheduled ftp session from PC
pull the html files from server input dir.
convert html to pdf via PC product
upload pdf to server output directory

You can control the down/upload via flagfiles, whose presence/absence mean start/stop the transfer.

Means writing DOS batchjob (Shudder!!)
Hope this idea helps, if you can't find a HPUX convertor.
Robert-Jan Goossens
Honored Contributor

Re: html to pdf

http://www.easysw.com/htmldoc/

http://hpux.connect.org.uk/hppd/hpux/PostScript/htmldoc-1.8.11/

You will need to compile it yourself on 11.11/11.22/11.23

Regards,
Robert-Jan
Peter Godron
Honored Contributor

Re: html to pdf

Ralf,
you can always rely on a Pharaoh like Robert-Jan to know the exact details.
For some reason I never found the HPUX version of HTMLDOC.
Robert-Jan Goossens
Honored Contributor

Re: html to pdf

Sorry Peter, I did not realize that we searched for the same software :-)

Tried to locate compiled depot files for > 11i (no luck!)

Best regards,
Robert-Jan
Peter Godron
Honored Contributor

Re: html to pdf

Ralf/Robert-Jan,
we got a solution then?!
Teamwork rules!
Ralf Buchhold
Regular Advisor

Re: html to pdf

Hello to all
I test the programm with 11.00.
After testing i will answer.
By
Ralf
Ralf Buchhold
Regular Advisor

Re: html to pdf

Hello
after installing all files (dependencies)
i get the following message:


[root_res]/opt/htmldoc/bin> htmldoc
/usr/lib/dld.sl: Can't find path for shared library: libfltk.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
[root_res]/opt/htmldoc/bin>

Ralf
Peter Godron
Honored Contributor

Re: html to pdf

Ralf,
cd /
find . -name libfltk.sl

Include this path in your SHLIB_PATH and PATH environment variables and try again.
Ralf Buchhold
Regular Advisor

Re: html to pdf

Sorr Peter
it dont works.
I have installed:

fltk-1.1.6-sd-11.11.depot (only 11.11 avail)
htmldoc-1.8.11-sd-11.00.depot
jpeg-6b-sd-11.00.depot
libpng-1.2.8-sd-11.11.depot(only 11.11 avail)
xpm-3.4k-sd-11.00.depot
zlib-1.2.2-sd-11.11.depot (only 11.11 avail)

Ralf
Peter Godron
Honored Contributor

Re: html to pdf

Ralf,
glut and Mesa are also dependencies.
Are they already installed?
Regards