kendallb / PrintHtml

Open source command line program to print HTML pages using QtWebKit
MIT License
47 stars 18 forks source link

using PrintHtml in windows servives .net #4

Closed majkiBDG closed 4 years ago

majkiBDG commented 6 years ago

Hi If it's posible to use PrintHtml in windows services, because all error msg are interactive like :

QMessageBox msgBox;
msgBox.setWindowTitle("Fatal Error");

mayby it could drop msg to txt file or sth like that.

Thx,

kendallb commented 6 years ago

Unfortunately I was not able to figure out how to make this run as a console app, because it uses Windows services to execute. So I am not entirely sure if it can even be executed from within a windows service?