Re: [iText-questions] getFont error

2010-12-20 Thread webpointz
Thanks Mark But I was under the impression that the new iText 5.05 and it's refactored path would be able to be used along with the coldfusion version independently? -- View this message in context: http://itext-general.2136553.n4.nabble.com/getFont-error-tp3095747p3095988.html Sent from the iT

[iText-questions] getFont error

2010-12-20 Thread webpointz
Hello, We were using the iText 2.1.7 to fire off the following code which works great (in CFMX 7 using the JavaLoader to load iText 2.1.7), however using iText 5.05 on CF9 we are getting "The getFont method was not found". We are trying to set different Font Objects for further processing. I hav

[iText-questions] Package Names for iText 5.0.0

2009-12-17 Thread webpointz
Congrats on the new iText, especially with changing the package name from "com.lowagie" to "com.itextpdf"...this makes it so much easier to use with Adobe ColdFusion versions. Thanks! -- View this message in context: http://old.nabble.com/Package-Names-for-iText-5.0.0-tp26829619p26829619.html S

[iText-questions] Check PDF file for settings

2009-12-09 Thread webpointz
Hello, is there any way to check a PDF to see if it has been "Enabled for Reader"? I just need to check to ensure that someone has applied "Extend Features for Reader" so that I can push the file to users to digitally sign. If anyone could point me in the right direction that would be great :) -

Re: [iText-questions] How can I change contents of a text field at signing?

2009-12-08 Thread webpointz
Many thanks...that is exactly the constructive comments I was looking for...very helpful, thank you. 1T3XT info wrote: > > webpointz wrote: >> My only concern now is how to add an EXTRA event to the same acrofield. > > I don't understand. > > With form fields, yo

Re: [iText-questions] FW: How can I change contents of a text field at signing?

2009-12-07 Thread webpointz
om: John Renfrew > To: iText-questions@lists.sourceforge.net > Sent: Mon, December 7, 2009 1:16:52 PM > Subject: [iText-questions] FW: How can I change contents of a text field > at signing? > > Webpointz, > > ... >>> It is MUCH easier NOT to shout than to be supp

Re: [iText-questions] How can I change contents of a text field at signing?

2009-12-07 Thread webpointz
Thanks for the examples Bruno...your work is very much appreciated. Bruno Lowagie-3 wrote: > > webpointz wrote: >> I guess I will keep trying given that nobody seems to want to provide >> assistance other than clues. > > Clues??? > > You ask for an example, and

Re: [iText-questions] How can I change contents of a text field at signing?

2009-12-07 Thread webpointz
lue". Its terribly frustrating at times and as i mentioned, we aren't piggybacking on "free" documentation..we purchased the book itself. I guess I will keep trying given that nobody seems to want to provide assistance other than clues. Thanks again Bruno Lowagie-3 wrote:

Re: [iText-questions] How can I change contents of a text field at signing?

2009-12-07 Thread webpointz
Thank you BUT you keep saying to add as an "OnFocus" event. The problem is that there is nowhere that shows an example of this being added in the documentation or anywhere else. Would you have an example of the code I would need to add it to the signature field? webpointz wrote: &

Re: [iText-questions] How can I change contents of a text field at signing?

2009-12-02 Thread webpointz
gt; > Leonard > > -Original Message- > From: webpointz [mailto:mbeveri...@webpointz.com] > Sent: Wednesday, December 02, 2009 12:04 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] How can I change contents of a text field > at signing? > &

Re: [iText-questions] How can I change contents of a text field at signing?

2009-12-02 Thread webpointz
ument is no longer the same as the > signed version. > > This is why you'd need to change the text and then sign the document for > it > to work. > > Regards, > Brian > > -Original Message- > From: webpointz [mailto:mbeveri...@webpointz.com] > Sent

Re: [iText-questions] How can I change contents of a text field at signing?

2009-12-02 Thread webpointz
Leonard Rosenthol-3 wrote: > > Change value then sign. > > -Original Message- > From: webpointz [mailto:mbeveri...@webpointz.com] > Sent: Wednesday, December 02, 2009 10:25 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] How can I change c

[iText-questions] How can I change contents of a text field at signing?

2009-12-02 Thread webpointz
I have a PDF that has say a text field called "message" and a digital signature field called "sign". When a user opens the PDF, the "message" field says "welcome" BUT I want the text to change to "thank you" once the document is signed. My problem is that if I try to dynamically change the text

Re: [iText-questions] iText and Bouncy Castle using JVM 1.4.2!

2009-11-09 Thread webpointz
JRE\LIB\EXT folder. Once I restarted the CFMX7 server everything worked like a charm. Thanks for your assistance. webpointz wrote: > > But I added the provider to the JAVA.SECURITY file in the JRE's > LIB\SECURITY folder: > >

Re: [iText-questions] iText and Bouncy Castle using JVM 1.4.2!

2009-11-09 Thread webpointz
But I added the provider to the JAVA.SECURITY file in the JRE's LIB\SECURITY folder: "security.provider.6=org.bouncycastle.jce.provider.BouncyCastleProvider" When I do a listing of providers I don't see it anywhere. Is there some other way to access it or register it?

[iText-questions] iText and Bouncy Castle using JVM 1.4.2!

2009-11-09 Thread webpointz
I am using ColdFusion (CFMX 7.02). In order not to break the bundled iText version, I am using Mark Mandels JavaLoader utility to directly load the latest iText and Bouncy Castle jar files. No matter what I try, when I attempt to do "acrofields.verifySignature" I get the error "java.security.NoS

[iText-questions] How to extract/read digital certificate

2009-10-19 Thread webpointz
Hello If I open a digitally signed PDF and read the contents of the certificate, under the "details" tab of the signed certificate, I can see things like: RFC822 email, validity starts, validity ends etc. How do I use iText code to "see" this information? Currently, my code does the following:

Re: [iText-questions] JavaScript action after a signature field is signed

2009-09-04 Thread webpointz
Using this method to add a signature, how would you go about setting the signature field to READ ONLY so that Adobe Reader v9.1 doesn't show the "Lock document after signing" checkbox? 1T3XT info wrote: > > This is completely wrong: >> PdfAcroForm acroForm = stamp.getWriter().getA

[iText-questions] Digital Signature Fields

2009-08-20 Thread webpointz
Hello, I have a document where the digital signature field BOX appears. It is large and empty and I just wanted to know if there was a way to either add text to the signature field or some sort of watermark over the center that says "SIGN HERE" so that new users know where to click. -- View thi