Thanks!
it was some kind of margin-problem...

The document looks like this:
doc = new Document (PageSize.A4, 21, 21, 28, 28);

when I say: 
System.out.print(document.topMargin());
on linux(english system) it says: 28
but on win2k(german system) it says: 82 !!!!!

any explanation for that??
(or is it one of the usual microsoft-bugs...)

Regards
Michael

-----Urspr�ngliche Nachricht-----
Von: Paulo Soares [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 19. September 2002 16:52
An: 'Reiser, Michael, TRA'; '[EMAIL PROTECTED]'
Betreff: RE: [iText-questions] image not showing


The image may not show because of different margins.

Best Regards,
Paulo Soares

> -----Original Message-----
> From: Reiser, Michael, TRA [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, September 19, 2002 11:15
> To:   '[EMAIL PROTECTED]'
> Subject:      [iText-questions] image not showing
> 
> Hi all!
> 
> I have a strange problem with images in pdf-files...
> 
> I use 2 .png - files in 2 different .java - files.
> looks like this:
>                       Image   barcode;
>                       barcode= Image.getInstance(image_url +
> "barcode.png");
> 
>                       Image   logo;
>                       logo= Image.getInstance(image_url + "logo.png");
> 
> they are both in the same directory and the image_url is read from a
> property-file
> 
> when I'm opening the pdf on my local machine (win2k with resin) everything
> is fine, both images are displayed, one on top of the other...
> 
> when I'm opening the pdf on the testserver (linux with resin) one image is
> displayed - the other is not!!!
> all sections of the pdf slide into each other, and no exception occurs.
> 
> the path is correct, because if I change the path or rename the image-file
> I
> get an exception.
> 
> has anyone got an idea why this could happen?
> has it got something to do with scaling or alignment or whatever?
> 
> Thanks for your help!
> 
> Regards
> Michael
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> iText-questions mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to