On 2/25/2025 10:26 AM, afernandez via QGIS-User wrote:
This tells me that there're 32 preloaded pages but I still cannot see the properties such  as names (e.g. 'A4') or sizes (e.g. 3407 x 2480 pixels)
Is there an easy way to retrieve more specific information? Thanks 

for entry in aaa.entries():
    pprint.pprint(entry.size)
<QgsLayoutSize: 105 x 148 mm >
<QgsLayoutSize: 148 x 210 mm >
<QgsLayoutSize: 210 x 297 mm >
<QgsLayoutSize: 297 x 420 mm >
<QgsLayoutSize: 420 x 594 mm >
<QgsLayoutSize: 594 x 841 mm >
<QgsLayoutSize: 841 x 1189 mm >
<QgsLayoutSize: 125 x 176 mm >
<QgsLayoutSize: 176 x 250 mm >

for entry in aaa.entries():
    pprint.pprint(entry.name)
'A6'
'A5'
'A4'
'A3'
'A2'
'A1'
....


_______________________________________________
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to