Re: [iText-questions] PDFCopyFields unsigned signatures don't appear in signature panel

2013-10-29 Thread cowgirlclass
This should be possible with 2.1.7? I tried and it also seemed to fail. I was trying with version 2.0.4 and after you post tried with 2.1.7 but no luck. I am unable to post the documents due to business constraints. I tried with a test driver like this. Any thoughts? Thanks for the help with

Re: [iText-questions] PdfCopyFields for copying signatures into a new pdf

2010-08-19 Thread Kathir
yes that is a fact. As i was getting those invalid/corrupt signature problem, i was thinking of suppressing those problems. Anyways i wil try to remove those signatures if possible. Great. Thanks for your reply. -- View this message in context: http://itext-general.2136553.n4.nabble.com/PdfCopy

Re: [iText-questions] PdfCopyFields for copying signatures into a new pdf

2010-07-24 Thread 1T3XT BVBA
On 07/23/2010 10:24 PM, Kathir wrote: I am copying a pdf with signature to a new pdf. Using PdfCopyFields, the form fields are copied and everything looks to be fine. But when I tried to open the signature in Acro Reader, it says invalid or corrupt signature. The code is like this, PdfCopyFiel

Re: [iText-questions] PdfCopyFields breaking Signature Panel?

2010-03-10 Thread Paulo Soares
Looks strange. I'll have a look. Paulo From: TvT [tvtre...@nepatec.de] Sent: Wednesday, March 10, 2010 2:48 PM To: Post all your questions about iText here Subject: Re: [iText-questions] PdfCopyFields breaking Signature Panel? Sorry for hijacking this old

Re: [iText-questions] PdfCopyFields breaking Signature Panel?

2010-03-10 Thread TvT
s with PdfReader/PdfStamper. Not elegant but it will work. > > Paulo > > -- > *From:* jkne...@perficient.com [jkne...@perficient.com] > *Sent:* Monday, September 22, 2008 2:53 PM > > *To:* Post all your questions about iText here > *Cc:* Post all your questions about iText here > *

Re: [iText-questions] PdfCopyFields looses Javascript

2009-09-05 Thread Bigdaddy_mg
Hi paulo, Thanks for replying. The thing is that I had added javascript to fire when document opens but now how do I do it. I am taking output streams and adding them as doc. I read the script from a file and tried adding through addJavascript method but it giving some errors. So should I add

Re: [iText-questions] PdfCopyFields looses Javascript

2009-09-04 Thread Paulo Soares
The removal of all javascript is intended. When joining several PDFs it's impossible to make sure that the javascript will still work. You can use PdfCopyFields.AddJavaScript() to add the javasript that you want to include. Paulo > -Original Message- > From: Goel, Manoj [mailto:manoj.g

Re: [iText-questions] PdfCopyFields breaking Signature Panel?

2008-09-23 Thread Paulo Soares
about iText here Cc: Post all your questions about iText here Subject: Re: [iText-questions] PdfCopyFields breaking Signature Panel? Thanks Paulo. Is there something I need to do in my code to make that happen? Or is this something that should be updated in the iText library (I am willing to

Re: [iText-questions] PdfCopyFields breaking Signature Panel?

2008-09-23 Thread JKnecht
ROTECTED]> To: "Post all your questions about iText here" Date: 09/21/2008 10:55 AM Subject: Re: [iText-questions] PdfCopyFields breaking Signature Panel? Looks like the sig flags are not put in the acro fields dictionary. Paulo - Original Message - From: <[EMAIL P

Re: [iText-questions] PdfCopyFields breaking Signature Panel?

2008-09-21 Thread Paulo Soares
sday, September 18, 2008 5:36 PM Subject: Re: [iText-questions] PdfCopyFields breaking Signature Panel? The signature field should be visible in the panel. It is visible in the non-merged version of the document. Also, if I use the PdfCopy (with the copyAcroForm() method), the signature fi

Re: [iText-questions] PdfCopyFields breaking Signature Panel?

2008-09-18 Thread JKnecht
stions about iText here Date: 09/18/2008 11:28 AM Subject: Re: [iText-questions] PdfCopyFields breaking Signature Panel? I don't understand your problem. I can see the signature field in the merged doc with Reader 8 and 9. I can sign it and see the signature. The signature doesn't s

Re: [iText-questions] PdfCopyFields breaking Signature Panel?

2008-09-18 Thread Paulo Soares
I don't understand your problem. I can see the signature field in the merged doc with Reader 8 and 9. I can sign it and see the signature. The signature doesn't show in the panel because it's the Reader and the form is not enabled. All is as expected. Paulo > -Original Message- > From:

Re: [iText-questions] PDFCopyFields and Accessibility Tags

2007-09-17 Thread Leonard Rosenthol
The only programs that I know of that will concatenate tagged forms are Adobe Acrobat and Adobe LiveCycle PDF Assembler. Leonard On Sep 17, 2007, at 3:28 PM, burnd wrote: > > I am trying to concatenate tagged forms together using the > PDFCopyFields > class, but I am loosing the accessibilit

Re: [iText-questions] PdfCopyFields and field-kids problem

2006-07-14 Thread Paulo Soares
There's no effort made to keep the javascript in the right places as the only way to do that would be to interpret the javascript. Nevertheless, I'll have a look into it. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Peter Soelter > Sent

Re: [iText-questions] pdfcopyfields

2006-03-22 Thread bruno
Jesus Mercado wrote: Hello, My situation is as follows. I have one pdf file name ScheduleA.pdf and it contains an Acroform with various fields. Thru a program I need to load that page a certain number of times set the values for the acrofields and then concatonate all the SchedulesA.pdf fil

RE: [iText-questions] pdfcopyfields

2006-03-21 Thread Paulo Soares
I doesn't work that way. The sequence is: - read the original pdf - use the stamper to fill the fields - close the stamper (you are advised to flatten the fields) - read the pdf created by the stamper - add it to PdfCopyFields > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMA

RE: [iText-questions] PDFCopyFields

2005-11-17 Thread Paulo Soares
Title: [iText-questions] PDFCopyFields Fill each template and flatten it. Store the resulting pdf in memory, read it to a PdfReader and use PdfCopy to append it. Do the same for all templates and when finished return the result of PdfCopy to the user. From: [EMAIL PROTECTED] on behalf o

Re: [iText-questions] PDFCopyFields with jdk1.3.1

2005-01-24 Thread postmaster
Paulo Soares wrote: <> That usually happens when you have more than one iText version in the classpath. I just had a similar problem with castor (castor.org). I only had 1 version of castor (1 downloaded castor.jar) in my classpath. My app couldn't 'see' some methods allthough the methods were ther

RE: [iText-questions] PDFCopyFields with jdk1.3.1

2005-01-24 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sivasubramanian Gurunathan > Sent: Monday, January 24, 2005 10:35 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PDFCopyFields with jdk1.3.1 > > Note: I have tried wi

RE: [iText-questions] PdfCopyFields problem? Solution

2004-09-16 Thread Paulo Soares
ECTED]Subject: RE: [iText-questions] PdfCopyFields problem? Solution Paulo- this is my solution to the problem:   -It will only expand the field if the multiline property is set - I calculate the length of the value in points -I could not figure out how to determine the font

RE: [iText-questions] PdfCopyFields problem? Solution

2004-09-16 Thread Malloy, James
PROTECTED]Sent: Wednesday, September 15, 2004 12:19 PMTo: Malloy, James; [EMAIL PROTECTED]Subject: RE: [iText-questions] PdfCopyFields problem?   From: Malloy, James [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 1:24 PMTo: Paulo Soares; [E

RE: [iText-questions] PdfCopyFields problem?

2004-09-15 Thread Paulo Soares
Title: PdfCopyFields problem?   From: Malloy, James [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 1:24 PMTo: Paulo Soares; [EMAIL PROTECTED]Subject: RE: [iText-questions] PdfCopyFields problem? It seems to expand the field itself.    That'

RE: [iText-questions] PdfCopyFields problem?

2004-09-15 Thread Malloy, James
. -Original Message-From: Paulo Soares [mailto:[EMAIL PROTECTED]Sent: Tuesday, September 14, 2004 6:27 PMTo: Malloy, James; [EMAIL PROTECTED]Subject: RE: [iText-questions] PdfCopyFields problem? Is the field enlarged or the font size is smaller? Either way is easy to do,just change the

RE: [iText-questions] PdfCopyFields problem?

2004-09-14 Thread Paulo Soares
]Sent: Tue 14-Sep-04 20:38To: Paulo Soares; [EMAIL PROTECTED]Subject: RE: [iText-questions] PdfCopyFields problem? Paulo,     I now do not believe the problem is IText. We were comparing the output of IText to that of FdfMerge and noticed that FdfMerge handles multiline fields differently than

RE: [iText-questions] PdfCopyFields problem?

2004-09-14 Thread Malloy, James
PROTECTED]Subject: RE: [iText-questions] PdfCopyFields problem? Send me the pdf and a simple program that I can run here with the problem.   Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Malloy, JamesSent

RE: [iText-questions] PdfCopyFields problem?

2004-09-14 Thread Paulo Soares
Title: PdfCopyFields problem? Send me the pdf and a simple program that I can run here with the problem.   Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Malloy, JamesSent: Tuesday, September 14, 2004 1:33 PMTo: [EMAIL PROTECTED]Su

RE: [iText-questions] PdfCopyFields

2004-04-13 Thread Paulo Soares
It's a bug. Replace in PdfCopyFieldsImp.java line 311: PdfFormField.mergeResources(resources, (PdfDictionary)PdfReader.getPdfObject(dr)); Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Malloy, James Se