문제

Simple question. Let's say that I have a Cell full of text and I want to have a smaller Cell in the middle that has some related information in it. Is there function or feature in TCPDF that allows text in the bigger cell to wrap cleanly around the text in the smaller, inner cell?

도움이 되었습니까?

해결책

take a look at the 'new no-write page regions' example.

[PHP] - http://www.tcpdf.org/examples/example_064.phps [PDF] - http://www.tcpdf.org/examples/example_064.pdf

it uses the new setPageRegions() function. I used it for a project recently. I blogged about the effect Dynamic PDFs – TCPDF setPageRegions() Function which has a screen shot of the result - very cool!

Hope that helps. Josh

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top