Okay using Acrobat XI SDK.
I am trying to find a path which is a beziers curved line. And truthfully what I really want to know is where the upper left hand corner of this path is. What I found out thus far in looking at the PDF the path is a collection of statements that look like path d="M0 1008C0 1005. ... transform="translate(430,-360)"
I dont really know how to get at this with the PDF library.
Any suggestions?