I'm using PSPDFKit to display PDF files fine. However I would like all PDFs to be displayed with the same page size. Some PDF pages are larger then others. I can use rectBoxForPage to get the current page rect, but how do I set it before it's displayed or at any other point? CGRect r = [document rectBoxForPage:1];
Asked
Active
Viewed 282 times