Discussion:
PDF creation on the fly.
Ferhat
2003-10-18 16:05:33 UTC
Permalink
Hi,

I have a php/ mysl web sites. I have one page of timeseries wchih I plot
with Gnuplot as JPG.

Now, I would to add a "save as PDF" button to this page. What I was dreaming
is when you click on the button the same HTML page will be saved as PDF.

BUT, I tried HTML_ToPDF code and I could not doit. It needs lots of stuff
with Perl support, which I do not have on my Windows XP Apache server.

What shall I do? Any easy way to make HTML2PDF conversation???

TIA
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
rouvas
2003-10-18 16:07:53 UTC
Permalink
Post by Ferhat
Hi,
I have a php/ mysl web sites. I have one page of timeseries wchih I plot
with Gnuplot as JPG.
Now, I would to add a "save as PDF" button to this page. What I was
dreaming is when you click on the button the same HTML page will be saved
as PDF.
BUT, I tried HTML_ToPDF code and I could not doit. It needs lots of stuff
with Perl support, which I do not have on my Windows XP Apache server.
What shall I do? Any easy way to make HTML2PDF conversation???
Try HTMLdoc <ttp://www.easysw.com/htmldoc/index.html>
Post by Ferhat
TIA
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Ferhat
2003-10-18 16:29:40 UTC
Permalink
this does not have a command line tool. I need something like that for on
the fly operation. Isn't it?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Rahman Haqparast
2003-10-20 02:52:55 UTC
Permalink
Try this site-> www.fpdf.org
Post by Ferhat
Hi,
I have a php/ mysl web sites. I have one page of timeseries wchih I plot
with Gnuplot as JPG.
Now, I would to add a "save as PDF" button to this page. What I was dreaming
is when you click on the button the same HTML page will be saved as PDF.
BUT, I tried HTML_ToPDF code and I could not doit. It needs lots of stuff
with Perl support, which I do not have on my Windows XP Apache server.
What shall I do? Any easy way to make HTML2PDF conversation???
TIA
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Loading...