Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm using TCPDF in CakePHP and trying to make some background (grey) for few cells. Well here the idea:

alt text

so the grey thing would somehow have to be define outside of the cells containg text.

Any ideas?
Paul

share|improve this question

2 Answers

up vote 0 down vote accepted

Easiest way is to deliver your content as HTML with some simple formating included.

Check example 6 from TCPDF examles

share|improve this answer

TCPDF is not very good in handling big data export as HTML input. Any alternate?

share|improve this answer
Just got a sample. Here is a link tcpdf.org/examples/example_011.phps – Azghanvi Mar 14 at 6:43
Another sample here: ibm.com/developerworks/opensource/library/os-tcpdf/… – Azghanvi Mar 14 at 6:44

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.