<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - PDF export A4, A5 paper size is imprecise"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=103682#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - PDF export A4, A5 paper size is imprecise"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=103682">bug 103682</a>
              from <span class="vcard"><a class="email" href="mailto:baron@caesar.elte.hu" title="Aron Budea <baron@caesar.elte.hu>"> <span class="fn">Aron Budea</span></a>
</span></b>
        <pre>There's a -0.01 mm difference in size in the PDF exporter code, which could be
reliably eliminated, however then in some cases (Writer and Calc) there'd be a
0.01 mm difference because of conversion.

I debugged the Calc case, and the page size is coming from twips (probably also
converted from mm at the start, as the fixed page sizes are given in their
standard unit, then converted to 1/100 mm units for better accuracy):
11906 twips -> 210.01 mm

Unfortunately if it was stored as 11905 twips, that'd be converted to 209.99
mm, which would also be off.

Interestingly Draw doesn't seem to be affected by this, no idea why.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>