![]() |
R&OS;PDF Generation Library with CodeIgniter - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: R&OS;PDF Generation Library with CodeIgniter (/showthread.php?tid=27768) |
R&OS;PDF Generation Library with CodeIgniter - El Forum - 02-19-2010 [eluser]CARP[/eluser] Hi guys I'm using this library to generate pdf documents with codeIgniter http://www.ros.co.nz/pdf/ The problem now is that I have to generate a complex document (see attachtment image) R&OS;pdf library has lots of functions, and its documentation is good, but: - I don't know how to create text in the place I want (coords.), not only left, center, right, justification - Overlapped text - Borders (I guess I have to manage to do this with ezTables) Can any1 point me to some sample code, or recommend me a good library like this one with easier API? ![]() Thanks R&OS;PDF Generation Library with CodeIgniter - El Forum - 03-02-2010 [eluser]farinspace[/eluser] I also used R&OS;, its kinda basic (but good none the less), take a look at TCPDF http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf R&OS;PDF Generation Library with CodeIgniter - El Forum - 03-02-2010 [eluser]CARP[/eluser] thanks for the tip farinspace !! I'll try it today R&OS;PDF Generation Library with CodeIgniter - El Forum - 05-05-2010 [eluser]LeRoux[/eluser] Hi CARP, I'm curious to know what you decided on using for your PDF generation on the server-side? I have been using FPDF lately, but somehow the rendering quality seems below average compared to other PDF docs. |