How to give Print support functionality in Macosx.
-
Hi,
Please give some solution to print page in MAC OS with Qt.
Regards,
Gaurav Badgujar. -
@Gaurav-Badgujar
based on the details you provided, this would had been enough. -
Hi,
I want to add print functionality in MACOSX.
For windows i use print function of qwebview and also put windowsprintersupport.dll in printsupport folder.so for MACOSX which dll i put in printsupport folder.
Regards,
Gaurav badgujar. -
@Gaurav-Badgujar
doesn't it work?
According to this:The macOS paint engine, print engine and print support plugin actually live in the Cocoa Platform Plugin in qtbase/src/plugins/platform/cocoa due to dependencies between the code. It is hoped to clean these up in a future release.
-
You can try to build only 4 mac
https://github.com/pehohlva/xhtml_edit_qedit_base
and you find the the printer dll inside...
i hope this can be stay helpfull...git clone https://github.com/pehohlva/xhtml_edit_qedit_base cd xhtml_edit_qedit_base qmake && make .. 4 min.. ca.