Print file on server |
hi i have a view with 4 button to download 4 files . Is it possible to send file to printer (or open prompt to print) with the files ?
I found this article.
How to Print Document in PHP and JavaScript What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
(07-18-2024, 09:23 PM)InsiteFX Wrote: I found this article. no , this symply print page with js native function windows.print() , not file ... i must send the 4 files to the printer
Could you imagine someone taking over and just dumping to your printer?
All I can fine is this, and a addon printer web access. Print to Zebra printer in php What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
(07-19-2024, 08:33 PM)InsiteFX Wrote: Could you imagine someone taking over and just dumping to your printer? i print label on zebra printer with my webapp ,this is the code : Code: class StampaEtichette{ but zpl is as text file , how can i send to printer pdf or xlsx ? (07-21-2024, 02:36 AM)pippuccio76 Wrote:(07-19-2024, 08:33 PM)InsiteFX Wrote: Could you imagine someone taking over and just dumping to your printer? You need to somehow convert those types to a format understood by printers. Those are much more complex than the CSV format which has PHP functions. |
Welcome Guest, Not a member yet? Register Sign In |