RE: [iText-questions] Regarding my Problem... Works now

2002-10-04 Thread prashant kakani
Hi, Cool.. Yup, now its working fine. The only thing i did is, before printing I check the 'CheckBox- Print as Image' in the Acrobat Reader Print Dialog Box. The print-out comes just the way it is on the screen. cheers prashant  Paulo Soares <[EMAIL PROTECTED]>wrote: You can blame it on your printe

RE: [iText-questions] Regarding my Problem... Plz help

2002-10-04 Thread Paulo Soares
You can blame it on your printer or the printer driver. If it looks good on screen the pdf is ok. Best Regards, Paulo Soares > -Original Message- > From: prashant kakani [SMTP:[EMAIL PROTECTED]] > Sent: Friday, October 04, 2002 17:13 > To: [EMAIL PROTECTED] > Subject: [iText-quest

[iText-questions] Regarding my Problem... Plz help

2002-10-04 Thread prashant kakani
Dear iText Developers, I request you people to plz help me out on my problem, I would really appreciate your help. Well, I have developed a web application using IBM websphere and as far as the generation of PDF document(s) is concerned, it's FINE. I do get the PDF documents on the fly, in Acrobat

[iText-questions] file does not begin with %pdf

2002-10-04 Thread Reiser, Michael, TRA
Hi All! We have a strange error.. when generating a pdf the user receives the following message: "file does not begin with %pdf" usually, after trying a second or third time, the pdf is shown, while in some cases the error always appears.. when I try it myself, there is no problem with exactly t

[iText-questions] Display info using RTF is mixed up

2002-10-04 Thread OKlys
Hi there, We are generating the document in RTF format it is created within a servlet that runs on tomcat server. It seems to us that the elements that are passed to the RTFWriter randomly appear in different order almost every time we do a test. I would like to emphasize that sometimes the docum

[iText-questions] pdfDocument resolution problem

2002-10-04 Thread amit . mehra
Hello List, I create a pdfDocument by usig Document document = new Document(PageSize.A1.rotate(), 10, 10, 10, 10); As I have to show 25 columns in pdfDocument. but when I open that pdfdocument it will open in a 40% resolution pls tell me how will I open it in a 100% resolution Regards, Am