Quote Originally Posted by lynnnow
Alright I've solved it...

I replaced the
'Cells(i, 4).Value = ac_fi.GetSize
with

Set PDFPage = Ac_Fi.AcquirePage(0).GetSize()
    p1 = PDFPage.y / 72
    p2 = PDFPage.x / 72
This gave me the x and y coordinates and I divided it by 72 to convert it to inches.
Ac_Fi

Is that some sort of PDF plugin you have? Been a few months since I looked in to this but I didn't think VBA could reference PDF directly.