[iText-questions] Silently printing a PDF to a network printer

2006-08-15 Thread Sreenaresh Gopu
Hi all, I am having a problem with "Silently printing a PDF to a network printer". Is there any way to print to a Network printer that is in active directory? Thanks - Using Tomcat but need to do more? Need to support web s

RE: AW: [iText-questions] Silent Printing of PDF

2006-05-08 Thread Sreenaresh Gopu
t but could not get anything.   There is one example called java.com.lowagie.examples.general.webapp.SilentPrintServlet but that doesnt seem to work. Are you talking about the same one??Sreenaresh Gopu <[EMAIL PROTECTED]> wrote:

RE: [iText-questions] Silent Printing of PDF

2006-05-05 Thread Sreenaresh Gopu
ons] Silent Printing of PDF Thanks, pls can you send me the exact link or the source code. I had searched for it but could not get anything.   There is one example called java.com.lowagie.examples.general.webapp.SilentPrintServlet but that doesnt seem to work. Are you talking about t

RE: [iText-questions] Silent Printing of PDF

2006-05-05 Thread Sreenaresh Gopu
You can silent print PDF from Java code.  I implemented it recently and it works great.  go an take a look at the example on itext web site there is an example how to implement silent print.  basically you will be writing _javascript_ for PDF when creating the PDF using ITEXT.  -Orig

RE: [iText-questions] how do I add title when using PdfCopyFields

2006-04-30 Thread Sreenaresh Gopu
eader, new FileOutputStream("Pdf_With_Title.pdf")); HashMap moreInfo = new HashMap(); moreInfo.put("Title", "Merged Pdf Docs"); stamp.setMoreInfo(moreInfo); stamp.close() Thanks Sreenaresh Gopu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

[iText-questions] how do I add title when using PdfCopyFields

2006-04-29 Thread Sreenaresh Gopu
Hi, How do I add title to final PDF document during merge process of the PDF documents using PdfCopyFields. Thanks Sreenaresh --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integr