height width and resolution of pdf file

Hi All,

Is there a way to find the height ,width and resolution of already
existing pdf file.

Thanks
Thomas

Hi All,

Alternatively is there a way to obtain x y co-ordinates of a cursor
point in pdf. If it cant be archived in wxpython what is way to
proceed with that.

I wanna user to select the area to OCR and show them the results. I
wanna to pass the co-ordinates of the selection to server from my
wxpython client application.

Thanks
Thomas

···

On Jun 22, 4:57 pm, thomas <tctho...@gmail.com> wrote:

Hi All,

Is there a way to find the height ,width and resolution of already
existing pdf file.

Thanks
Thomas

Hi,

···

On Jun 21, 11:57 pm, thomas <tctho...@gmail.com> wrote:

Hi All,

Is there a way to find the height ,width and resolution of already
existing pdf file.

Thanks
Thomas

This isn't really a wxPython specific question. Try re-posting to
comp.lang.python.

My own two cents: You might be able to do this with COM. The closest
hit I found was Adobe Acrobat and Acrobat 3D Batch extension – win32com.goermezer.de

You might try the PyWin32 group too...

Mike