2

I'm working on QGIS3 and I'm looking for a plugin to print multicomposers at once. I know that in QGIS2 there is a plugin (multiprint) that does this, but for QGIS3, I can not find anything similar.

Do you have any suggestions?

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
mauricio santos
  • 409
  • 1
  • 4
  • 12
  • There doesn't seem to be a ready-made solution for this in QGIS 3 yet. The plugin Instant Print may be somewhat helpful, depending on your needs. Or you can use the python console, as in this question: https://gis.stackexchange.com/questions/103128/how-to-programmatically-export-a-composition-as-image – csk Jun 18 '18 at 19:20
  • Actually a I'm using instant print, but is not so good for what I need. Python is good option, but i just have some basic basic notions. Thanks. – mauricio santos Jun 19 '18 at 08:31
  • If you want to go the Python route, make your best effort at coding it yourself, then post a new question and include the code you have so far. People are pretty willing to help as long as you're not asking them to write code from scratch for you. – csk Jun 27 '18 at 17:25
  • I totally agree with you. But I just know the basics of python: variables, print and arithmetic, nothing else. I'm studying by my self a bit more of python, but isn't still enough to make pieces of code and understand how it works. Maybe In a few months I will be able to do this and ask you again. Thank you guys and sorry. – mauricio santos Jul 01 '18 at 16:56
  • What exactly is this plugin supposed to do? – Comrade Che Jul 20 '22 at 07:29

1 Answers1

1

You can use Maps Printer in QGIS3 to export several layouts.

Kadir Şahbaz
  • 76,800
  • 56
  • 247
  • 389
DobleG_95
  • 51
  • 2