Responding to myself here because now it works.
I am not sure what I was doing wrong earlier, but when I changed it back to:
coordinates[i] = new Rectangle(
positions.get(0).position.getLeft(),
positions.get(0).position.getBottom(),
positions.get(0).position.getRight(),
positions.get(0).position.getTop());
Then I could actually see the "missing value" that was somehow lost
earlier. I've gone through the example and it seems like that's the
way to go. I am not sure why it was missing earlier when I tried the
left-bottom-right-top order.
Regards,
On Sat, Aug 14, 2010 at 9:25 PM, Torbjorn Kristoffersen
<[email protected]> wrote:
> That would be my pleasure. I have put the sourcecode here:
> http://rasterburn.org/itext/Main.java
>
> And the template here: http://rasterburn.org/itext/template.pdf
>
> Note that the example saves the output file to "/tmp/r.pdf". Not sure
> if that would work on Windows if you are using that.
>
> Sincerely,
> Torbjorn
>
> On Sat, Aug 14, 2010 at 8:07 PM, 1T3XT info <[email protected]> wrote:
>> Torbjorn Kristoffersen wrote:
>>> Please assist...
>>
>> Can you post the PDF and a standalone example?
>> --
>> This answer is provided by 1T3XT BVBA
>> http://www.1t3xt.com/ - http://www.1t3xt.info
>>
>> ------------------------------------------------------------------------------
>> This SF.net email is sponsored by
>>
>> Make an app they can't live without
>> Enter the BlackBerry Developer Challenge
>> http://p.sf.net/sfu/RIM-dev2dev
>> _______________________________________________
>> iText-questions mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/itext-questions
>>
>> Buy the iText book: http://www.itextpdf.com/book/
>> Check the site with examples before you ask questions:
>> http://www.1t3xt.info/examples/
>> You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
>>
>
------------------------------------------------------------------------------
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions:
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/