Hello there,
I am working on ERP application for a company.It requires reports (like purchase report,expense etc) to be generated in pdf.I already did that using FPDF class. Now I want that on the click of button "print pdf report" same report should be printed from the printer attached locally to computer. I don't want the user has to open
" file>print " to do the task.
what class should I use ?
How should I utilise the already generated pdf report ?
How to print pdf ??
Moderator: General Moderators
Re: How to print pdf ??
You could use javascript to open the print prompt box.
I'm not sure about php...
I'm not sure about php...
Re: How to print pdf ??
http://www.fpdf.org/en/script/script36.php ... the second example.