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
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:
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
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
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
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