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

2010-12-09 Thread Leonard Rosenthol
in pdf with interactive form 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

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
Subject: [iText-questions] BAR Code in pdf with interactive form 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 pdf

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 pd

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

2010-12-09 Thread Adrian Constantin POPESCU
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 pdf (something like onchange in javascript) Thank you