I am creating a new fillable PDF in Acrobat Pro XI. I added a textbox near the top of the page. When I go into the textbox properties, the position appears like it's measuring from the bottom of the page. so instead of saying the textbox is at 1", it's more like 10". Is this default behavior for PDF's to measure from the bottom, and is there any way to change it?
0
votes
You are pretty free to position the origin of the coordinate system anywhere you like in PDF pages, simply use an appropriate MediaBox or CropBox. Applications processing the PDFs, on the other hand, might have their own ideas how best to indicate the position. Thus, your question should probably be whether that is the default behavior .of Adobe Acrobat, not PDF.
- mkl
it's just silly when your designing a PDF in adobe, the rulers that are displayed originate at the top left, but the positioning for text box is measured from the bottom left, making it interesting to say the least.
- Michael Mashburn
1 Answers
1
votes
In all likelihood Adobe Acrobat is just following PDF convention. While it feels more natural to us - humans (at least on many places) to read from left to right and top to bottom, PDF uses a different coordinate system.
On PDF pages the origin of the page is at the bottom left corner. The x-axis points to the right and the y-axis points up. So a point near the bottom left of the page will be close to (0, 0), a point near the top left of the page will be closer to (0, page height).