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
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
>
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
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
> 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
"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
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
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