Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
ArtIn_Act@adobeforums.com #1
Field Rect, Page and Image
Several questions related to "rect" property of a Field in Javascript API:
1. I did not find any reference in the documentation to what is a coordinate system for top, left, bottom, right values of "rect" property
2. Why these values are "doubles" and not "integers"
3. What are these values expressed in? Pixels?
4. If I have a Page saved as Image - should the coordinates of a field in Image be the same as in Page?
I will appreciate any help in these matters. Thank you
ArtIn_Act@adobeforums.com Guest
-
"Page" and "Rect" props of the Field prop in Javascript API
Page property of the Field property in Javascript Acrobat API returns an array of pages that this field exists in. On the other hand, "rect" property... -
How can I display a Microsoft SQL database image field in a ColdFusion web page?
How can I display a Microsoft SQL database image field in a ColdFusion web page? Thanks and Happy New Year! -
rect problem
Hi cann anyone tell me why Director keeps giveing an error when I run this script? tnx on exitFrame me f = new(#field) f.text = "yes"... -
setting field rect
another thread inspired this post. I had asked previously without response how to resize a field rect during runtime. But with further... -
Show image from SQL Image Field ?
Hello: I've tried showing an image field from an MS SQL Server 2000 image field on an ASP page but All I get is this... -
Leonard_Rosenthol@adobeforums.com #2
Re: Field Rect, Page and Image
You can get teh details of the PDF coordinate system from the PDF Reference or ISO 32000-1.
In short, it's described in floating point (double) "user units" origined at the lower left.
Leonard_Rosenthol@adobeforums.com Guest



Reply With Quote

