Hi,
Thanks for u r quick response but I use the original page size to set Y :
final Rectangle psize = reader.getPageSizeWithRotation(1);
...
...
y = (psize.getHeight() - 3)

Is not correct ??
Scuse me but I am really a newbie :-)
Thanks a lot


On Thu, Jun 27, 2013 at 4:28 PM, iText Software <i...@1t3xt.info> wrote:

> **
> On Thu, 27 Jun 2013 16:21:11 +0200, Taha Mohammed El Kahlaoui <
> taha1...@gmail.com> wrote:
>
> Hi,
> I add some text to the attached document on the over content but when I
> open thee produced document I don't see any change to the original.
> The code applied to other pdf work fine.
> Can any one help to understand what is going wrong in the attached PDF ?
>
>
> You are aware of the fact that the mediabox and the cropbox of the page is
> [0.0, 3367.06, 595.4, 4209.06], aren't you?
> This means that everything you're adding with a Y coordinate less then
> 3367.06 us added outside the visible area of the page.
> In other words: the content is added, but it's normal that you don't see
> it: you've made a newbie error.
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> _______________________________________________
> iText-questions mailing list
> iText-questions@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>
> iText(R) is a registered trademark of 1T3XT BVBA.
> Many questions posted to this list can (and will) be answered with a
> reference to the iText book: http://www.itextpdf.com/book/
> Please check the keywords list before you ask for examples:
> http://itextpdf.com/themes/keywords.php
>
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to