Send me your pdf.
Best Regards,
Paulo Soares
-----Original Message-----
From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of wang yun
Sent: Friday, February 06, 2004 15:57
To: [EMAIL PROTECTED]
Subject: [iText-questions] Problem with PdfStamper for Version 128
Dear Support,
I am moving from Vesion 127 to 128 using VJ6.0.
I have the following code:
// Get a from from a reader
PdfReader reader = new PdfReader( args[0] );
PdfStamper stamp = new PdfStamper(reader, new
FileOutputStream("out.pdf") );
PdfContentByte cb = stamp.getUnderContent(1);
stamp.close();
IT worked on 127. But on 128, the first page can not
be copied. I got a white page on the first page while
the second page is OK.
I don't know why.
Thanks for help,
yun wang
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions
