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