Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Creating a PDF with multiple tables and where data items can spread multipage

by Anonymous Monk
on Sep 12, 2017 at 19:20 UTC ( [id://1199224]=note: print w/replies, xml ) Need Help??


in reply to Creating a PDF with multiple tables and where data items can spread multipage

A completely different (and, non-Perl) strategy would be to prepare the data as an XML file, then use an XSLT stylesheet (adapted from an off-the-shelf one) to transform that into a PDF document. This approach would remove the handling from Perl source-code and move it into the XSLT stylesheet document. Building programs to produce documents can send you down a rabbit hole of ever-growing program complexity. This alternative moves that complexity out to a stylesheet file and industry standard XML validation and transform tools. "DocBook," which is how O'Reilly produces all those books with animals on the cover, is a demonstration of just what XSLT can do, and it might do well for you to take a close look at that possibility.
  • Comment on Re: Creating a PDF with multiple tables and where data items can spread multipage

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1199224]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-25 05:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found