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 Jonathan Richard
can be found in that API. Jonathan >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

[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