Re: [iText-questions] Silent Print of PDF with iText

2008-11-25 Thread catsFrd13
Use com.lowagie.tools.Executable.printDocumentSilent(fileName); Janus Kjempff wrote: > > I am looking for a solution to print silently with iText - Silently > meaning without user interaction. > > Our customers often order lengthy or nightly reports that should be > printed at times where the

Re: [iText-questions] Silent Print of PDF with iText

2008-09-10 Thread Paulo Soares
<[EMAIL PROTECTED]> To: Sent: Wednesday, September 10, 2008 8:59 AM Subject: Re: [iText-questions] Silent Print of PDF with iText Paulo Soares glintt.com> writes: > > Use ghostscript or xpdf, works for me (in windows). > > Paulo I knew I forgot something important - Need to silent

Re: [iText-questions] Silent Print of PDF with iText

2008-09-10 Thread Janus Kjempff
Paulo Soares glintt.com> writes: > > Use ghostscript or xpdf, works for me (in windows). > > Paulo I knew I forgot something important - Need to silent print from a JAVA client. Ghostcript and xpdf are not java libs, but thanks for the suggestion. /Janus Kjempff ---

Re: [iText-questions] Silent Print of PDF with iText

2008-09-09 Thread Paulo Soares
Use ghostscript or xpdf, works for me (in windows). Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Janus Kjempff > Sent: Tuesday, September 09, 2008 4:04 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Silent Pri

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

Re: [iText-questions] silent print - best practices?

2007-10-17 Thread Leonard Rosenthol
Since Silent Printing involves a user and a browser - how could that be "high load"? Leonard On Oct 17, 2007, at 10:51 AM, Sérgio Oliveira wrote: > We are trying to use LiveCycle products from Adobe (like Livecycle > designer) > with iText. One of the functionalities we need is to silent pr

Re: [iText-questions] Silent print PDF in browser problem

2005-12-16 Thread Vineet Reynolds
It is possible to do what you have specified.You will have to look at the Acrobat _javascript_ Reference.To achieve access to the list of printers available, you will have to do some programming with regard to the doc and printparams objects in Acrobat _javascript_. Please download the Acrobat JS G

Re: [iText-questions] silent print

2003-07-09 Thread SIMON Pascal
I've the same problem with the example 'print_me.java' from paulo soares web site... Selon SIMON Pascal <[EMAIL PROTECTED]>: > Hello, > > I just try to do silent print throw the addJavascript function: >writer.addJavaScript("this.print(false);",false); > > But it just print the first p

RE: [iText-questions] silent print option using SAX, XML and PDF

2002-07-30 Thread Paulo Soares
I don't see how can that happen considering that the method addJavaScript() doesn't touch any PdfContentByte. Please post a complete working example. Best Regards, Paulo Soares > -Original Message- > From: braswell [SMTP:[EMAIL PROTECTED]] > Sent: Monday, July 29, 2002 21:32 > To: [EMA