RE: [iText-questions] Calling iText services within a c++ application

2002-11-29 Thread Amit Bhatnagar
> At 4:34 PM -0800 11/28/02, Amit Bhatnagar wrote: > >Does anyone know, or could suggest a way, that I could use > >iText's services (specifically the Encrypt class) within my > >c++ application. > > So is your application doing PDF generation then, and you > just don't have encryption supp

RE: [iText-questions] Calling iText services within a c++ application

2002-11-29 Thread Paulo Soares
t: Friday, November 29, 2002 0:35 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Calling iText services within a c++ > application > > Does anyone know, or could suggest a way, that I could use > iText's services (specifically the Encrypt class) within my > c

[iText-questions] Calling iText services within a c++ application

2002-11-28 Thread Amit Bhatnagar
Does anyone know, or could suggest a way, that I could use iText's services (specifically the Encrypt class) within my c++ application. Is this a good idea? If not, the only alternative I can think of is to make a system call to run java on iText's Ecnrypt.class thru the command line. Is there a