Printing function
-
Does Qt have any supporting for working with printers like:
- Issuing a staple command to print a list of documents? This you can select files for a list view and select print and staple.
-
Hi,
You have the Qt Print Support module. Is that what you are looking for ?
-
I looking for something like this for Qt: https://msdn.microsoft.com/en-us/library/system.printing.stapling(v=vs.110).aspx
-
I doubt that such a specific feature is available currently in the module
-
You should check the C++ API for that. You can use Qt with native API (check the QtWinExtras module)
5/6