Skip Menu |

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)



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.