I am having the same problem, and I do not understand your reply.
We are creating our forms using a fully-licensed version of Adobe LiveCycle Designer.
Users open the form using free Adobe Reader.
The moment the user starts typing information into a field, the barcode turns grey and cannot be seen, read, or scanned.
"It is only when you fill in and print barcoded forms using the free Adobe Reader that the forms must be properly licensed."
Please explain exactly what you mean when you write "the forms must be properly licensed."
Hi Lee,
Thank you for your quick response. Regarding licensing, do we need a separate license for each installation of LiveCycle Designer (i.e., for each person who creates the barcode forms)? If you would let us know exactly what we need to order/install, that would be greatly appreciated! ![]()
You will need to order "Adobe LiveCycle Barcoded Forms ES". When you license Barcoded Forms there are a number of ways to license the technology but the most popular is by form or what is called "forms in use". So, if you have 10 forms you want to add Dynamic Barcodes to then you will need to license 10 forms. You do not license Barcoded Forms based on your Designer licenses, it's based on the number of forms that you will be deploying for use within the free Adobe Reader that use Dynamic Barcodeds (not static barcodes).
This presentation should help you understand how forms are prepared for the field. A couple of versions old but the concepts are identical with today's version: http://my.adobe.acrobat.com/barcodedformsandreaderextensions/
This blog entry should also help: http://blogs.adobe.com/asktheexperts/2009/06/adobe_livecycle_barcoded_ forms.html
Friends,
How to invisible first page of PDF, but first page should display while printing.
Steps i followed:
I selected 1st page using presenece "visible(print only" but its not displaying the content. Page shows empty details.
I dont want to display the empty page, page details should display while printing only.
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.
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
North America
Europe, Middle East and Africa
Asia Pacific