Re: [iText-questions] Testing the support

2011-08-09 Thread 1T3XT BVBA
On 9/08/2011 13:46, Miriam Laier wrote: > Hello, > > I am a student of Business Information Technology at a German bank > and was asked to find a way to generate PDF-documents out of a java > application. > My employer would like to implement the library I consider most suitable. > Consequently I’

Re: [iText-questions] Testing signatures with ItextSharp

2010-02-25 Thread Daniel Oliveras
l your questions about iText here > Betreff: [iText-questions] Testing signatures with ItextSharp > > > Hi, > > I am testing the samples in > http://itextpdf.sourceforge.net/howtosign.html#signextitextsharp2 to see > how it works the signature process in ItextSharp, but I foun

Re: [iText-questions] Testing signatures with ItextSharp

2010-02-25 Thread mkl
ael. Von: Daniel Oliveras [mailto:[email protected]] Gesendet: Donnerstag, 25. Februar 2010 09:24 An: Post all your questions about iText here Betreff: [iText-questions] Testing signatures with ItextSharp Hi, I am testing the samples in http://itextpdf.sourceforge.net/howtosign.h

[iText-questions] Testing signatures with ItextSharp

2010-02-25 Thread Daniel Oliveras
Hi, I am testing the samples in http://itextpdf.sourceforge.net/howtosign.html#signextitextsharp2 to see how it works the signature process in ItextSharp, but I found that those samples does not work, in my case every time I try to sign a PDF hapens the following: Stream s = sap.RangeStream;

Re: [iText-questions] Testing Barcode generation in byte form

2009-05-13 Thread 1T3XT info
Andy Walker wrote: > Hello, > > I am tasked with generating various barcodes. The java class for this > will be called by a webservice to generate for example a barcode39 and a > PDF417 barcode. I had to read your question 5 times to understand what you were asking. I can only assume that you

[iText-questions] Testing Barcode generation in byte form

2009-05-11 Thread Andy Walker
Hello, I am tasked with generating various barcodes. The java class for this will be called by a webservice to generate for example a barcode39 and a PDF417 barcode. My problem is, because it is a webservice I will be fulfilling, I prefer to output a byte array instead of anything iText speci

[iText-questions] Testing

2008-04-06 Thread Bill Ensley
testing, please ignore. -Bill Ensley www.bearprinting.com - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J

[iText-questions] testing

2008-04-06 Thread Bill Ensley
testing, please ignore - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. http://ad.doubleclick.net/clk

[iText-questions] Testing opensignpdf timestamp

2006-09-25 Thread Javier Aparicio Conesa
Title: ACCV I was trying to sign and to add a timestamp to a pdf document with opensignpdf. The signature is generated correctly but I can't get a correct timestamp. Somebody had get it?  When I open the signed document with the acrobat reader, I always get a warning who says that "Signature

[iText-questions] testing, disregard

2004-08-31 Thread Paulo Soares
ABC

Re: RE: [iText-questions] testing for jpeg encoding

2003-06-25 Thread Cinzia
Hall' <[EMAIL PROTECTED]>, Cinzia S ><[EMAIL PROTECTED]>, [EMAIL PROTECTED] > Subject: RE: [iText-questions] testing for jpeg encoding > > It also works for getInstance(byte[]). > > Best Regads, > Paulo Soares > > > -Original M

RE: [iText-questions] testing for jpeg encoding

2003-06-25 Thread Paulo Soares
It also works for getInstance(byte[]). Best Regads, Paulo Soares > -Original Message- > From: Mark Hall [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, June 25, 2003 14:06 > To: Cinzia S; [EMAIL PROTECTED] > Subject: Re: [iText-questions] testing for jpeg encoding >

Re: [iText-questions] testing for jpeg encoding

2003-06-25 Thread Mark Hall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 25 June 2003 13:04, Cinzia S wrote: > I'm sorry Paulo, but I don't get it, in JAI I'm encoding an image so that I > get a jpeg encoded format, RTF accepts jpgs so it should be happy with it. > The only way to add this to an RTF document is

RE: [iText-questions] testing for jpeg encoding

2003-06-25 Thread Paulo Soares
25, 2003 12:04 > To: Paulo Soares; [EMAIL PROTECTED] > Subject: Re: [iText-questions] testing for jpeg encoding > > I'm sorry Paulo, but I don't get it, in JAI I'm encoding an image so that > I > get a jpeg encoded format, RTF accepts jpgs so it should be ha

Re: [iText-questions] testing for jpeg encoding

2003-06-25 Thread Cinzia S
; To: "'Cinzia S'" <[EMAIL PROTECTED]>; "Paulo Soares" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 10:56 AM Subject: RE: [iText-questions] testing for jpeg encoding > > > > -Original Message- > >

RE: [iText-questions] testing for jpeg encoding

2003-06-25 Thread Paulo Soares
> -Original Message- > From: Cinzia S [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, June 25, 2003 11:01 > To: Paulo Soares; [EMAIL PROTECTED] > Subject: Re: [iText-questions] testing for jpeg encoding > > Does this mean that > 1) plain RGB is not a jpeg th

Re: [iText-questions] testing for jpeg encoding

2003-06-25 Thread Cinzia S
TED]> Sent: Wednesday, June 25, 2003 10:46 AM Subject: RE: [iText-questions] testing for jpeg encoding > When the jpeg is loaded by JAI it's converted to plain RGB. You'll have to > save it again to jpeg with JAI. > > Best Regards, > Paulo Soares > > > -Or

RE: [iText-questions] testing for jpeg encoding

2003-06-25 Thread Paulo Soares
> Subject: [iText-questions] testing for jpeg encoding > > Hi, > > I'm trying to add a jpeg image to an rtf document. First I read in a jpg, > scale it and output it to a ByteArrayOutputStream (using JAI). However, > when > I convert this image data to an instance of c

[iText-questions] testing for jpeg encoding

2003-06-25 Thread Cinzia S
Hi, I'm trying to add a jpeg image to an rtf document. First I read in a jpg, scale it and output it to a ByteArrayOutputStream (using JAI). However, when I convert this image data to an instance of com.lowagie.text.Image and test for its type, it doesn't seem to be recongized as a jpeg, but as ra