RT for rt.cpan.org
Skip Menu
|
Bug #130568 for PDF-FromHTML: Cannot create more than 11 pages with PDF::FromHTML
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
PDF-FromHTML CPAN distribution
.
Report information
The Basics
Id:
130568
Status:
new
Priority:
0/
Queue:
PDF-FromHTML
People
Owner:
Nobody in particular
Requestors:
hakon.hagland [...] gmail.com
Cc:
AdminCc:
Bug Information
Severity:
(no value)
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Tue Sep 24 15:09:13 2019
hakon.hagland [...] gmail.com - Ticket created
Subject:
Cannot create more than 11 pages with PDF::FromHTML
Date:
Tue, 24 Sep 2019 21:08:49 +0200
To:
bug-PDF-FromHTML [...] rt.cpan.org
From:
Håkon Hægland <hakon.hagland [...] gmail.com>
See line #140 in the source of PDF::FromHTML::Template::Container::PageDef :
https://metacpan.org/source/AUDREYT/PDF-FromHTML-0.31/lib/PDF/FromHTML/Template/Container/PageDef.pm#L140
notice this line: last if $::x++ > 10; This looks like a bug to me. It means you will never get more than 11 pages output. The fix: Remove the line.