Re: Convert HTML to PDF

2011-06-16 Thread Dr.Ruud
On 2011-06-15 10:27, Ramprasad Prasad wrote: On 14 June 2011 20:39, Dr.Ruud wrote: On 2011-06-14 10:54, Ramprasad Prasad wrote: [...] way of creating PDF from HTML [...] I prefer to use webkit for this: https://code.google.com/p/wkhtmltopdf/ How can I put page breaks See the documenta

Re: Convert HTML to PDF

2011-06-15 Thread Ramprasad Prasad
On 14 June 2011 20:39, Dr.Ruud wrote: > On 2011-06-14 10:54, Ramprasad Prasad wrote: > > I am trying to use PDF::FromHTML on my linux ( Fedora 12 ) machine >> [...] >> >> Is there a better way of creating PDF from HTML .. I believe this >> particular >> module is not much supported any longer >

Re: Convert HTML to PDF

2011-06-14 Thread Dr.Ruud
On 2011-06-14 10:54, Ramprasad Prasad wrote: I am trying to use PDF::FromHTML on my linux ( Fedora 12 ) machine [...] Is there a better way of creating PDF from HTML .. I believe this particular module is not much supported any longer I prefer to use webkit for this: https://code.google.com/p

Convert HTML to PDF

2011-06-14 Thread Ramprasad Prasad
I am trying to use PDF::FromHTML on my linux ( Fedora 12 ) machine I have just copied the man page example but I cant get it to run --- #!/usr/bin/perl use PDF::FromHTML; my $pdf = PDF::FromHTML->new( encoding => 'utf-8' ); $pdf->load_file('source.html'); $pdf->convert( Fon

RE: perl to convert HTML to PDF

2003-02-20 Thread Bill Akins
> Sent: Wednesday, February 19, 2003 11:20 AM > To: [EMAIL PROTECTED] > Subject: perl to convert HTML to PDF > > > Howdy: > > Running perl v5.6.0 on RedHat Linux 7.2. > > Is there a perl module that can help me > convert a few thousand html files into PDF > file

Re: perl to convert HTML to PDF

2003-02-19 Thread Todd W
"Shaunn Johnson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Howdy: > > Running perl v5.6.0 on RedHat Linux 7.2. > > Is there a perl module that can help me > convert a few thousand html files into PDF > files? > > Currently, I have a program called 'htmldo

RE: perl to convert HTML to PDF

2003-02-19 Thread Dan Muey
OTECTED]] > Sent: Wednesday, February 19, 2003 10:20 AM > To: [EMAIL PROTECTED] > Subject: perl to convert HTML to PDF > > > Howdy: > > Running perl v5.6.0 on RedHat Linux 7.2. > > Is there a perl module that can help me > convert a few thousand html files int

perl to convert HTML to PDF

2003-02-19 Thread Johnson, Shaunn
Howdy: Running perl v5.6.0 on RedHat Linux 7.2. Is there a perl module that can help me convert a few thousand html files into PDF files? Currently, I have a program called 'htmldoc' and I can script it so that I convert the html files into PDF, however, the font size doesn't seem to carry over