<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 2/25/2025 10:26 AM, afernandez via
      QGIS-User wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:d64161623ec3.175e856cbe9cf@odyhpc.com">
      <div dir="auto">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)</div>
      <div dir="auto">Is there an easy way to retrieve more specific
        information? Thanks </div>
    </blockquote>
    <br>
    for entry in aaa.entries():<br>
        pprint.pprint(entry.size)<br>
    <QgsLayoutSize: 105 x 148 mm ><br>
    <QgsLayoutSize: 148 x 210 mm ><br>
    <QgsLayoutSize: 210 x 297 mm ><br>
    <QgsLayoutSize: 297 x 420 mm ><br>
    <QgsLayoutSize: 420 x 594 mm ><br>
    <QgsLayoutSize: 594 x 841 mm ><br>
    <QgsLayoutSize: 841 x 1189 mm ><br>
    <QgsLayoutSize: 125 x 176 mm ><br>
    <QgsLayoutSize: 176 x 250 mm ><br>
    <br>
    for entry in aaa.entries():<br>
        pprint.pprint(entry.name)<br>
    'A6'<br>
    'A5'<br>
    'A4'<br>
    'A3'<br>
    'A2'<br>
    'A1'<br>
    ....<br>
    <br>
    <br>
  </body>
</html>