Re: [iText-questions] printing a pdf document

2005-06-01 Thread Bruno Lowagie
David Graf wrote: Is it possible to print a pdf document directly from java using itext? Printing is very platform dependant, see: http://www.lowagie.com/iText/faq.html#printing In iText 1.3.1, there's also a new untested, poorly documented class Executable. I wrote it, based on some user

[iText-questions] printing a pdf document

2005-05-31 Thread David Graf
Is it possible to print a pdf document directly from java using itext? -- Weitersagen: GMX DSL-Flatrates mit Tempo-Garantie! Ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Searc

Re: [iText-questions] Printing a pdf document on server side

2002-03-21 Thread David Gilbert
On Thursday 21 March 2002 08:22, [EMAIL PROTECTED] wrote: > Quoting Venkatraman Shenoy <[EMAIL PROTECTED]>: > > I am having a requirement where I have to print a pdf document located on > > the server. This will be a scheduled process and hence no human > > interaction. I plan to create this docum

Re: [iText-questions] Printing a pdf document on server side

2002-03-21 Thread bruno
Quoting Venkatraman Shenoy <[EMAIL PROTECTED]>: > Hi, > I am having a requirement where I have to print a pdf document located on the > server. This will be a scheduled process and hence no human interaction. I > plan to create this document using IText. You can create the PDF with iText, but to

[iText-questions] Printing a pdf document on server side

2002-03-20 Thread Venkatraman Shenoy
Hi, I am having a requirement where I have to print a pdf document located on the server. This will be a scheduled process and hence no human interaction. I plan to create this document using IText. Can anybody help. Venkat