> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of R K
> Sent: Thursday, May 12, 2005 9:43 PM
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] Re: How to add an image to 
> acrofield location? - still waiting
> 
> Thanks for the reply.
> But I want to know how to corelate the llx, lly, urx, ury values to
> x,y cordinates so that I can use it in addImage method.
> Suppose I am getting llx, lly, urx, ury values are 13.6,34.56,65.8,133
> What will be the corresponding x,y cordinates?
>

13.6, 34.56
 
> When I used the same value in addImage method, the image is appearing
> at the bottom portion of the document. But the actual acrofield
> position is at the top of the page. It will be helpful, if you can
> give me an clue about this.
> 

If the page is rotated you'll have to rotate the coordinates. See the
today threads for a similar problem and solution.

> Thanks
> RK
> 
> 
> On 5/12/05, Paulo Soares <[EMAIL PROTECTED]> wrote:
> > getFieldPositions
> > public float[] getFieldPositions(java.lang.String name)Gets 
> the field box
> > positions in the document. The return is an array of float 
> multiple of 5.
> > For each of this groups the values are: [page, llx, lly, urx, ury].
> > 
> >    Parameters:
> >    name - the field name
> >    Returns:
> >    the positions or null if field does not exist
> > ----- Original Message -----
> > From: "R K" <[EMAIL PROTECTED]>
> > To: <itext-questions@lists.sourceforge.net>
> > Sent: Thursday, May 12, 2005 7:50 PM
> > Subject: [iText-questions] Re: How to add an image to 
> acrofield location? -
> > still waiting
> > 
> > Still waiting for the answer to my question.
> > Or rather how to convert the getFieldPositions() cordinates 
> to the x,y
> > cordinates.
> > So that I can use the stamper.getOverContent(1).addImage method.
> > 
> > Thanks
> > RK
> > 
> > On 5/11/05, R K <[EMAIL PROTECTED]> wrote:
> > > Requirement:
> > > I have a acrofield (logo) in a pdf, I want to add an image exactly
> > > over that field while doing pdfstamping. How to do the same?
> > > Thanks
> > > RK
> > >
> > 
> > -------------------------------------------------------
> > This SF.Net email is sponsored by Oracle Space Sweepstakes
> > Want to be the first software developer in space?
> > Enter now for the Oracle Space Sweepstakes!
> > http://ads.osdn.com/?ad_ids93&alloc_id281&op=ick
> > _______________________________________________
> > iText-questions mailing list
> > iText-questions@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/itext-questions
> > 
> >
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by Oracle Space Sweepstakes
> Want to be the first software developer in space?
> Enter now for the Oracle Space Sweepstakes!
> http://ads.osdn.com/?ad_ids93&alloc_id281&op=ick
> _______________________________________________
> iText-questions mailing list
> iText-questions@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/itext-questions
> 


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_ids93&alloc_id281&op=click
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to