Re: [iText-questions] silent print setpagesize problems

2008-04-12 Thread Leonard Rosenthol
t well for my users who only have the extra hassle of installing Ghostscript one time. Rick From: [EMAIL PROTECTED] [mailto:itext- [EMAIL PROTECTED] On Behalf Of Jonathan Richard Sent: Friday, April 11, 2008 10:19 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions

Re: [iText-questions] silent print setpagesize problems

2008-04-11 Thread Rick Roen
Yes, I am using Win forms with Ghostscript. Rick From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Richard Sent: Friday, April 11, 2008 3:02 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] silent print setpagesize problems Hi Rick

Re: [iText-questions] silent print setpagesize problems

2008-04-11 Thread Jonathan Richard
Hi Rick Indeed, it would not be wise to use a deprecated / removed feature to achieve what I want to do and will definitely fall into installed version problems in the future. I looked at Adobe 8.1.2 and they did remove the silent print functionality. Now, the this.print() method prompts the user

Re: [iText-questions] silent print setpagesize problems

2008-04-11 Thread Rick Roen
, 2008 10:19 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] silent print setpagesize problems Hi Leonard Thank you for your reply. I am currently using Adobe Acrobat Reader 7.0.9; So I guess it should work fine right? Which method are you talking about exactly? this

Re: [iText-questions] silent print setpagesize problems

2008-04-11 Thread Jonathan Richard
Hi Leonard Thank you for your reply. I am currently using Adobe Acrobat Reader 7.0.9; So I guess it should work fine right? Which method are you talking about exactly? this.print()? I created the javascript code based the javascript API from adobe version 8.1. April 2007; And everything I used

Re: [iText-questions] silent print setpagesize problems

2008-04-10 Thread Leonard Rosenthol
This method of silent printing has been disallowed by Acrobat/Reader 8.1.1 and later. You will need to present the print dialog. Leonard On Apr 10, 2008, at 9:07 PM, Jonathan Richard wrote: > Hi > > I am using iText in a servlet to generate pdf and the silently > print this pdf in my web ap

[iText-questions] silent print setpagesize problems

2008-04-10 Thread Jonathan Richard
Hi I am using iText in a servlet to generate pdf and the silently print this pdf in my web application. I call the servlet in a 1x1px iframe when clicking on the print button. The javascript in the pdf is then executed and the it is printed directly to the user's default printer without displayin