Dear list,
When using the ‘maps printer’ plugin for a bunch of atlas layouts, the
atlas pages are constantly overwritten by the next page, so I end up with
only the last page in the atlas layout.
I used this before and it was working perfectly.
I also tried with the following script:
import qgis.core
layouts_list = QgsProject.instance().layoutManager().printLayouts()
for layout in layouts_list:
QgsLayoutExporter.exportToPdfs(layout.atlas(),
'C:\\Users\\d08909\\Documents\\01_WERKMAP\\03_EXPORT\\',
QgsLayoutExporter.PdfExportSettings())
But it’s giving me the same result.
Manually exporting the altlas layouts one by one is no problem.
I’m using QGIS 3.16.14 on windows.
Any help is apreciated!
Kind regards,
Wouter Impens
_______________________________________________
Qgis-user mailing list
[email protected]
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user