Re: [iText-questions] PdfSmartCopy not reusing fonts

2011-12-23 Thread Paulo Soares
PdfSmartCopy only shares the streams. Although there are still many fonts they all share the same font data. Paulo - Original Message - From: Jason Berk To: itext-questions@lists.sourceforge.net Sent: Friday, December 23, 2011 3:41 PM Subject: [iText-questions] PdfSmartCopy n

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-12-23 Thread Siddhartha Rathi
Thanks 1T3XT BVBA, Can you help me in how to write the file in memory and send it to user directly? As I am not very comfortable with Java coding. Siddhartha -- View this message in context: http://itext-general.2136553.n4.nabble.com/Saving-the-PDF-created-on-SUSE-Linux-Server-updated-tp4075377

Re: [iText-questions] serializable classes

2011-12-23 Thread mkl
jv r wrote > I would like to know if you are planning to implement to > java.io.serializable interface the PdfSignatureAppereance class. What do you expect from that? If you serialized that class, you would also have to serialize the associated stamper and its state which might include (after the

Re: [iText-questions] Some Hidden Text in PDF file

2011-12-23 Thread Vajahat Ali
Hi, Thanks for the response. Actually we are converting pdf file to swf using SWFTools(Open Source Library). The problem is that the hidden text shown up in the swf. We just need to remove these text which are hidden from pdf file. Or in short we want to get rid of these hidden text from pdf using

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-12-23 Thread iText Info
Op 23/12/2011 13:02, Siddhartha Rathi schreef: > Once the Button > is clicked the file gets generated on server and gets saved in folder > "/local/notesdata/appln/Reports/" and then a new window is opened in which > path is given as "http://serverName/appln/Reports/"; and file name but the > page s

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-12-23 Thread Siddhartha Rathi
Hey All, Thanks for all the help. I have been able to create the file and save it on Linux Server. But now I am facing very weird problem. The whole coding is done Lotus Domino in Java based agent. The PDF file is created and saved on server when user clicks on Print button on a web based form. On