[iText-questions] How to don't allow to remove any signatures from the signed PDF

2006-08-15 Thread AnhTuan Nguyen
Hi All, After signing the PDF, my signatures can be removed from PDF file (a signed field is selected, and the delete key was pressed). If you can, please help me know the way that any user can't remove the signature fields from the PDF file.   Thanks,  Tuan     Yahoo! Messenger with Voic

[iText-questions] How to keep a section title on one page

2006-08-15 Thread Shawn Qi
Hello, Could you please tell me how to keep a section title on one page? Paragraph.setKeepTogether() does not keep a section title on one page. I attached a short java program and its pdf output to show the failure. Thanks. Sean

[iText-questions] Upgraded from 1.2.3 to 1.4 and having issues with Document.close()

2006-08-15 Thread Jeff Randolph
Hi all. Again thanks for the great support and effort you put in here. I recently upgraded to 1.4 and am having issues when I run a job. Here's a smidge of my error log: (08/15 14:20:36.548) DestinationDevice: file : java.lang.NullPointerException at com.lowagie.text.pdf.PRStream.(Unkno

Re: [iText-questions] ConcatPDF on Iseries System

2006-08-15 Thread Paulo Soares
One of the images must be too big for your memory. Increase the JVM memory and it will work. You must have memory for the biggest image, the number of pages doesn't matter much. Paulo - Original Message - From: "Steve McCall - YYZ Concord" <[EMAIL PROTECTED]> To: Sent: Tuesday, August

Re: [iText-questions] iText error

2006-08-15 Thread Mark Storer
I'd guess you have more than one iText.jar file in your class path, and the one being used lacks the AFM resources.   --Mark Storer   Senior Software Engineer   Cardiff Software #include typedef std::Disclaimer DisCard; -Original Message-From: [EMAIL PROTECTED] [mailto:[EM

Re: [iText-questions] Exctracting postscript data

2006-08-15 Thread Bill Ensley
What you are describing is simple a templated pdf creation system only using a JSP page to be the template. I'm not exactly sure what your question is. A JSP Page is compiled and run on the server, so you are already "creating the pdf on the server". Why don't you just save it? -Bill Ensley Be

Re: [iText-questions] Exctracting postscript data

2006-08-15 Thread TFrench
OK I tried asking this before and received a rather curt answer, so I will try again rephrasing my question History. I currently use JSP and Scriptx to generate my print. The dilemma is; Scriptx does not work 100% of the time so I want to use my JSP pages that are in reality a print page

[iText-questions] ConcatPDF on Iseries System

2006-08-15 Thread Steve McCall - YYZ Concord
Title: Message Hello,   I have been using your ConcatPDF tool on an ISeries/As400 system with terrific success, however I have recently ran into an issue when I try and concatenate several TIFF files into one large PDF. The problems seems to occur when I try and concatenate 26 tiff immages i

[iText-questions] Re-2: Signature on last page of pdf

2006-08-15 Thread Oliver Lange
(-; mostly you can't see the forest cause of too much trees ;-) thx a lot Oliver Original Message Subject: Re: [iText-questions] Signature on last page of pdf (21-Jun-2006 13:41) From:Paulo Soares <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] > > > > -Original Mes

Re: [iText-questions] Disabling print button after one print.

2006-08-15 Thread Vikrama Sanjeeva
Yes, I have already sent them email defining the problem. Let's see what happens and then will update here. Thanks Leonard for your valuable help!!Leonard Rosenthol <[EMAIL PROTECTED]> wrote: At 09:16 AM 8/15/2006, Vikrama Sanjeeva wrote:> Well, I have dig the evaulation version of "FileOpe

Re: [iText-questions] Disabling print button after one print.

2006-08-15 Thread Leonard Rosenthol
At 09:16 AM 8/15/2006, Vikrama Sanjeeva wrote: > Well, I have dig the evaulation version of "FileOpen > WebPublisher", but I have not find anything called - API. I have > installed the plug-in (FileOpen.api) with my Acrobat Reader 7.0 > and it is listed in Help--> Third Party Plug-ins list.

Re: [iText-questions] Disabling print button after one print.

2006-08-15 Thread Vikrama Sanjeeva
 Well, I have dig the evaulation version of "FileOpen WebPublisher", but I have not find anything called - API. I have installed the plug-in  (FileOpen.api) with my Acrobat Reader 7.0 and it is listed in Help--> Third Party Plug-ins list.     No installation files of FileOpen WebPublisher.

Re: [iText-questions] Disabling print button after one print.

2006-08-15 Thread Leonard Rosenthol
At 03:29 AM 8/15/2006, Vikrama Sanjeeva wrote: > I have requested the evaluation version of "FileOpen > WebPublisher" which I have got successfully. There is also another > product of FileOpen which is "FileOpen Publisher". My question here > is: which product of FileOpen (WebPublisher OR Publ

[iText-questions] iText error

2006-08-15 Thread Heetesh Bhikhabhai
I have checked in the iText.jar file, and the afm are there, anybody have a clue what might be causing this. I just change my iText version  from version 1.3.1 to 1.4.3     Helvetica not found as resource. (The *.afm files must exist as resources in the package com.lowagie.text.pdf.fonts)  

Re: [iText-questions] Exception while getting the revision

2006-08-15 Thread Paulo Soares
I'm on vacation until the end of the month but you can send me the PDF and the code needed to reproduce the problem. I find it weird but stranger things have happened. Paulo - Original Message - From: "Wahaj Khan" <[EMAIL PROTECTED]> To: Sent: Tuesday, August 15, 2006 9:43 AM Subject:

Re: [iText-questions] PDF signature example

2006-08-15 Thread Bruno Lowagie
Johan Vromans wrote: >Bruno Lowagie <[EMAIL PROTECTED]> writes: > > > >>http://itext.ugent.be/articles/eid-pdf/index.php >> >> > >Good stuff. > >This keeps bugging me: "You can only create a PDF with such usage >rights if you have the full Acrobat.". > >What are the technical limitations? >

Re: [iText-questions] PDF signature example

2006-08-15 Thread Johan Vromans
Bruno Lowagie <[EMAIL PROTECTED]> writes: > http://itext.ugent.be/articles/eid-pdf/index.php Good stuff. This keeps bugging me: "You can only create a PDF with such usage rights if you have the full Acrobat.". What are the technical limitations? -- Johan

Re: [iText-questions] Itext and ASP.NET (VB)

2006-08-15 Thread Bruno Lowagie
> > >>Have they been updated? I was told at some point that they were old >>and not supported at all (being contribs that's logical). I tried a >>couple of things and they just didn't work... >> >> I think the examples are little by little being updated by Steve Lee. Part of his site is in Chin

Re: [iText-questions] PDF signature example

2006-08-15 Thread Bruno Lowagie
Roger Misteli wrote: >You need a valid certificate and can use this code: > > Thank you for the example, Roger. I am currently writing an article for GovCamp Brussels on signing a PDF with the Belgian eID (our identity card in the form of a smartcard). You can find some examples here: http://it

Re: [iText-questions] Exception while getting the revision

2006-08-15 Thread Wahaj Khan
Hi Paulo, The issue is still there even after using iText 1.4.3 on JDK 1.5.0_8-b03. Regards, Wahaj "Wahaj Khan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I am trying to get a revision from a signature. When I use JDK 1.3 or 1.4 it > works fine but when I use JDK 1

Re: [iText-questions] (no subject)

2006-08-15 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: >OK >I tried asking this before and received a rather curt answer > > Your question made me believe you haven't tried the examples that are available in the tutorial. I can be wrong, but that's the impression I had. >I currently use JSP and Scriptx to generate my print.

Re: [iText-questions] PDF signature example

2006-08-15 Thread Roger Misteli
You need a valid certificate and can use this code: public static final boolean signPdf(String keystoreType, // Keystore type. Can be KeyStore.getDefaultType() File keystore, // The keystore file char

Re: [iText-questions] Exception while getting the revision

2006-08-15 Thread Wahaj Khan
Hi Paulo, The issue is still there even after using iText 1.4.3 on JDK 1.5.0_8-b03. Regards, Wahaj "Wahaj Khan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I am trying to get a revision from a signature. When I use JDK 1.3 or 1.4 it > works fine but when I use JDK 1

[iText-questions] PDF signature example

2006-08-15 Thread Eric Chow
Hello, Is there any simple PDF digital signature for reference? Sign(Multi-sign) a PDF and verify a PDF using iText? Is it possible to add a signature stamp in a PDF ? Best regards, Eric - Using Tomcat but need to do more?

[iText-questions] (no subject)

2006-08-15 Thread TFrench
OK I tried asking this before and received a rather curt answer, so I will try again rephrasing my question History. I currently use JSP and Scriptx to generate my print. The dilemma is; Scriptx does not work 100% of the time so I want to use my JSP pages that are in reality a print page d

Re: [iText-questions] Itext and ASP.NET (VB)

2006-08-15 Thread Iain
Hi Thanks, for some reason I was not thinking in ItextSharp only Java. Needless to say I went through all the examples and managed to get it working in VB using a VB example I think it was chap1201.vb where I found it. Thanks > On 14/08/06, Paulo Soares <[EMAIL PROTECTED]> wrote: >> You have ex

Re: [iText-questions] Disabling print button after one print.

2006-08-15 Thread Vikrama Sanjeeva
Hello Leonard,  I have requested the evaluation version of "FileOpen WebPublisher" which I have got successfully. There is also another product of FileOpen which is "FileOpen Publisher". My question here is: which product of FileOpen (WebPublisher OR Publisher) is suitable for my requiremen

[iText-questions] Silently printing a PDF to a network printer

2006-08-15 Thread Sreenaresh Gopu
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