0

I need to open an .html file first and display that info on the web browser. Then once it is open have it save that .html page to a pdf on my server.

Jim
  • 1
  • 2
    Ok. What's your question, what's the result of your Google search and what have you tried so far? – svens Feb 08 '11 at 20:50

3 Answers3

0

Are you looking for something free and/or simple? Oracle's UCM — well, Inbound Refinery — can do the conversion of HTML to PDF, but it's a serious, industrial-strength solution.

EDIT:
I see you've got the tag going. You may find these three questions relevant:

Community
  • 1
  • 1
Pops
  • 30,199
  • 37
  • 136
  • 151
0

If you are willing to kick off a simple python script to do the job, PyODConverter can convert from HTML (among many other formats) to PDF and vice versa. It is a wrapper to the underlying JODConverter java library (which can also be run from the CLI)

HBlend
  • 545
  • 1
  • 3
  • 13
0

wkhtmltopdf might be useful for something like this. It's a simple command line tool.

Martins S.
  • 99
  • 3