Hi Paulo, We have a huge set of PDFs that we have to automate. Only a couple of them are giving us trouble. Is there any way to tell, dynamically, what is wrong with the PDF and if necessary I can use the AffineTransform class as suggested.
Thanks a lot for your reply. Regards Firoz ----- Original Message ----- From: "Paulo Soares" <[EMAIL PROTECTED]> To: "Firoz" <[EMAIL PROTECTED]>; <[email protected]> Sent: Tuesday, May 24, 2005 4:11 PM Subject: RE: [iText-questions] Error while adding one PDF to another PDF It might be easier to do all those math translation/rotation with the AffineTransform class. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Firoz > Sent: Tuesday, May 24, 2005 7:54 AM > To: [email protected] > Cc: Shahzad Latif > Subject: [iText-questions] Error while adding one PDF to another PDF > Importance: High > > Hi, > > My name is Firoz. I am trying to center a pdf (input pdf) to > another blank pdf using iText. > > First i am creating a blank pdf document, then extracing the > first page of the input pdf and then adds it to the blank > pdf. But the output is still a blank (my input is having some > graphics ). If I specify a rotation of 180 degree, while > adding the input pdf, then the ouput is perfect(having a > rotation of 180 degree). > > I am attaching the code snipplet( its only few lines ) and > input pdf i am using. > > can anybody please tell me what is wrong with my code / input pdf. > > Thanks in advance for your time & help. > > Regards, > > Firoz > ------------------------------------------------------- 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_id=7412&alloc_id=16344&op=click _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
