sourcepole / qgis-instantprint-plugin

QGIS Instant Print Plugin
GNU General Public License v2.0
10 stars 10 forks source link

physicalprinter qgis3 #21

Closed HusseinKabbout closed 6 years ago

manisandro commented 6 years ago

added printer -> i.e. Add possibility to print layout with system printer.

You could speed up subsequent prints by storing the QPrinter instance outside the function scope, so that it is re-used on subsequent print operations.

manisandro commented 6 years ago

Thanks!