Re: [iText-questions] BAR Code in pdf with interactive form

2010-12-09 Thread 1T3XT BVBA
Op 9/12/2010 16:44, Adrian Constantin POPESCU schreef: Hi, I want to make a interactive form in PDF and based on the fields of form I want to put a barcode (pdf417) in the same pdf; For example: I have a form with one field: name ; when I change this field I want to show a barcode in the

Re: [iText-questions] BAR Code in pdf with interactive form

2010-12-09 Thread Leonard Rosenthol
Why not use a field of type Barcode? Barcode fields were introduced in PDF 1.7 and work for both AcroForms as well as XFA-based forms. From: Adrian Constantin POPESCU [mailto:adrian.pope...@otpbank.ro] Sent: Thursday, December 09, 2010 7:45 AM To: Post all your questions about iText here

Re: [iText-questions] BAR Code in pdf with interactive form

2010-12-09 Thread 1T3XT BVBA
Op 9/12/2010 17:50, Leonard Rosenthol schreef: Why not use a field of type Barcode? Barcode fields were introduced in PDF 1.7 and work for both AcroForms as well as XFA-based forms. I always forget the Barcode fields in AcroForms. Weren't they forgotten in the specs?

Re: [iText-questions] BAR Code in pdf with interactive form

2010-12-09 Thread Leonard Rosenthol
Yes, they were accidently overlooked in 32000-1, but they are documented in the Adobe Extensions and are now part of ISO 32000-2. From: 1T3XT BVBA [mailto:i...@1t3xt.info] Sent: Thursday, December 09, 2010 9:44 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] BAR Code

Re: [iText-questions] Bar Code

2010-03-15 Thread Iliadis Yannis
Please don't post twice and the error message you are getting is more than sufficient. Wrong parameter type. 2010/3/15 Saravananmarimuthu saravanan.marimu...@avacorp.biz Hi, I am getting error in createBARCodeEANSUPP. Can you please let me know the solution? The method

RE: [iText-questions] Bar Code toggles text

2004-11-30 Thread Paulo Soares
Title: [iText-questions] Bar Code toggles text Did you try with another scanner? Using the same scanner what do you get with the same text but in barcode39? From: [EMAIL PROTECTED] on behalf of ArifSent: Tue 30-Nov-04 22:02To: [EMAIL PROTECTED]Subject: [iText-questions] Bar Code

RE: [iText-questions] Bar Code Images and PdfStamper

2004-08-03 Thread Ivan Biddles
Although I didnt get a direct answer to this question yet, Mat Gessels response to How to re-use embedded fonts from a template gave me the solution. For anyone else who is interested, this is what works. (myPdfStamper.getOverContent (1)).addImage ( myImage, myImage.plainWidth (),

Re: [iText-questions] Bar Code Images and PdfStamper

2004-08-03 Thread Paulo Soares
See the examples at itextpdf.sf.net. Best Regards, Paulo Soares - Original Message - From: Ivan Biddles [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 02, 2004 22:02 Subject: [iText-questions] Bar Code Images and PdfStamper Hi, I have been able to insert variable data

RE: [iText-questions] Bar code

2003-06-17 Thread Bradley Glonka
Soares Sent: Monday, June 16, 2003 4:53 PM To: Bradley Glonka; [EMAIL PROTECTED] Subject: Re: [iText-questions] Bar code The text cannot be different but can be suppressed by setting the font to null. Best Regards, Paulo Soares - Original Message - From: Bradley Glonka [EMAIL

RE: [iText-questions] Bar code

2003-06-17 Thread Matt Benson
creating bf. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo Soares Sent: Monday, June 16, 2003 4:53 PM To: Bradley Glonka; [EMAIL PROTECTED] Subject: Re: [iText-questions] Bar code The text cannot be different but can

Re: [iText-questions] Bar code

2003-06-16 Thread Matt Benson
To suppress the text, set the font to null. -Matt --- Bradley Glonka [EMAIL PROTECTED] wrote: Hi, Is there a way to set the text below the bar code different than the data that is bar coded? Alternatively is there a way not to print that text. Thanks Brad

Re: [iText-questions] Bar code

2003-06-16 Thread Paulo Soares
The text cannot be different but can be suppressed by setting the font to null. Best Regards, Paulo Soares - Original Message - From: Bradley Glonka [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 16, 2003 21:07 Subject: [iText-questions] Bar code Hi, Is there a way to