Hi to all,
I am trying to create a report using php and then automatically send to network printer using default printer. I am using one library but that library does not support html page simple raw text can be printed automatically.
Any help?
Thanks
Does your printer recognise HTML, or do you need another layer to translate the HTML into PCL or whatever your printer does support?
Printer only printing html tags yes need another layer to translate html so that printer can print same format of html.
I have did one more thing i have created pdf form html and want to print that pdf automatically through php but no success
Maybe this will answer your question?
Hi,
Is it possible to print a document i.e webpage using PHP. I’m looking for something similiar to the javascript function
<form>
<input type=“button” value=“Print This Page” onClick=“window.print()” />
</form>
but want to use php ?
thanks for you help
alan
system
Closed
November 18, 2022, 5:08pm
5
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.