handbag86
handbag86
30-06-2010
THANKS!
usv_itsupport
usv_itsupport
12-07-2010
We are facing the similar problem. We have Adobe Acrobat 9 Pro installed which come with adobe life cycle. We have created the forms with barcode PDF 417.
usv_itsupport
usv_itsupport
29-07-2010
Can anyone help us in resolving this issue.
sindhuadobe
sindhuadobe
03-08-2010
hi,
first include one masterpage and map it to the first page alone
second master page to rest of the pages
place the code in the form initialize
CustomerApplicationApp.Page0.presence = "hidden";
CustomerApplicationApp.masters.MasterBarcode.presence = "hidden";
were page0 is the first page and the masterbarcode is the respective master page mapped.
place the code in preprint
CustomerApplicationApp.Page0.presence = "visible";
CustomerApplicationApp.masters.MasterBarcode.presence = "visible";
place the code in post print
CustomerApplicationApp.Page0.presence = "hidden";
CustomerApplicationApp.masters.MasterBarcode.presence = "hidden";
Note : rename the nodes according to the code or change the code as per your node.
KAKristensen
KAKristensen
05-08-2010
I'm not sure I understand what you mean.
Can you be a little more specific? Where do I place the barcode, and do I format the barcode as usually.
K
sindhuadobe
sindhuadobe
05-08-2010
hi,
place the barcode in the 1st page of your form.while preview 1st page will
be hidden as per code and it will be visible at the time of printing
i have attached the sample form with this mail please reff if u still have
doubt mail me.
note: save the pdf as dynamic form.
check the compatibility shld be above 8 check in preview tab of
ALCD.
Regards,
sindhuja
Brenda_VT_Labor
Brenda_VT_Labor
15-05-2012
do we need a barcode license for Adobe Reader?