Application with "heavy" printing - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Best Practices (https://forum.codeigniter.com/forumdisplay.php?fid=12) +--- Thread: Application with "heavy" printing (/showthread.php?tid=67626) |
Application with "heavy" printing - kabeza - 03-16-2017 Hi I'm developing an application for a Government entity with lot people gathering everyday The application prints receipts with barcode for some kind of record tracking in other offices of the same entity. I've been thinking on using a thermal printer and some customization of https://github.com/mike42/escpos-php Or maybe just generating temp. pdf and send them to inkjet printer with (small) custom paper size... Any experiences about this? Thanks a lot RE: Application with "heavy" printing - skunkbad - 03-16-2017 Sounds like your government entity needs to give you the specs. You could just be wasting your time developing something, and then they tell you they want something else. RE: Application with "heavy" printing - JayPatel - 03-16-2017 (03-16-2017, 01:13 PM)kabeza Wrote: Hi HI kabeza, I have found something that may help you for development: http://code.activestate.com/recipes/578925-print-directly-from-web-application-to-poseps-ther/ |