react-to-print icon indicating copy to clipboard operation
react-to-print copied to clipboard

Silent print

Open majid-IR-QAZ opened this issue 1 year ago • 1 comments

Is there any solution to print without open dialog box?

majid-IR-QAZ avatar Jul 28 '22 03:07 majid-IR-QAZ

Hello. There is not unfortunately, since we call window.print under the hood and after that each browser takes control, and there is no way to override it. You could generate a PDF locally and then download it without a dialog box popping up, but that would require using some additional libraries. Does that make sense?

MatthewHerbst avatar Jul 28 '22 06:07 MatthewHerbst