phpdesktop icon indicating copy to clipboard operation
phpdesktop copied to clipboard

Print without dialog. Expose PrintToPDF and system print functions via Javascript API. On Linux maybe use CefPrintHandler.

Open Aashik30 opened this issue 5 years ago • 5 comments

Questions should be asked on the forum: https://groups.google.com/d/forum/phpdesktop

How to print without printing popup in js? Below given my zip source --> Printlatest.zip

Aashik30 avatar Jan 27 '20 07:01 Aashik30

Using javascript i just print html window using this js code( window.print()) everything working fine. But default print dialog is opened and need to click print button for printing. I don't want the print dialog. i need silent print. Any option There? Please share it to me.

Aashik30 avatar Jan 27 '20 08:01 Aashik30

Such feature is not currently implemented. Please don't submit issues in the tracker.

cztomczak avatar Jan 27 '20 09:01 cztomczak

I have the same problem, how much would it cost to have this update? Cheers!!

xgamanet avatar Nov 08 '20 18:11 xgamanet

specifically, a configurable silent print.

xgamanet avatar Nov 08 '20 18:11 xgamanet

I have pull example how to create Windows Print Service on start up and on shutdown application just feel free to take a look https://github.com/cztomczak/phpdesktop/pull/305 maybe it's help you @xgamanet

darkterminal avatar Dec 25 '21 06:12 darkterminal