Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Colspan in PDF Help!

by igelkott (Priest)
on Feb 12, 2013 at 20:59 UTC ( [id://1018446]=note: print w/replies, xml ) Need Help??


in reply to Colspan in PDF Help!

Until you find a proper solution, maybe a crude hack will do.

Change

['Primary Info','','','',],

to

['Primary Info','col$span','col$span','col$span',],

and similarly for the other lines you wish to "fix". (Obviously, you could use any other string in the place of 'col$span', as long as it won't appear naturally.)

Then make a new rule for 'col$span' to make the text the same color as the background:

} elsif ($cell eq 'col$span') { $cell_props->[$j]->[$k] = { font => $pdf->corefont("Helvetica", -encoding => "utf8"), font_size => 1, background_color => '#FFCA00', # font_color => '#FFCA00', # }; }

Not sure if the Total is exactly what you wanted but the others seem like what you want, even if it is cheating a bit.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-19 20:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found