PHP Server Side Printing

前端 未结 3 1436
终归单人心
终归单人心 2021-01-24 19:41

I\'ve been googling for the last few hours now and can\'t seem to find an answer. I did come close with this question

I\'ve got an intranet site on my windows server run

3条回答
  •  余生分开走
    2021-01-24 20:27

    In the past I've output a PDF from HTML (look at pisa -- python library for handling this), and then used shell_exec() to print the PDF.

    Not very glamorous, but it works. Also, this was on a linux server, so I'm not sure about the capabilities of command-line printing on a Windows box.

提交回复
热议问题