Hallo,
we use Java PDF lib V 25.5. I tried also V 25.7, but the same problem occurs:
I have to get the exact page-sizes for every PDF-Page. If I call
page = pdf.getPages().get_Item(j);
pageInfo = page.getPageInfo();
…...there to be used during the generation of PDF document. To extract...