These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

adding third-party control to livecycle designer

amin.nas
Registered: Oct 3 2007
Posts: 37

Hi,
 
I developed forms with PDF417 barcodes. I need to replace the barcodes with third-party barcode control (long story)! I can get the barcode source code in C++, java, etc. Is that possible?
 
thanks,
amin

My Product Information:
LiveCycle Designer, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
You can create your own custom controls in LiveCycle Designer by using the existing controls and JavaScript. You can read about this in the LiveCycle documentation. Most likely you can create the PDF417 barcode control this way.

There is no public plug-in interface for LiveCycle designer so controls cannot be added this way. However, this would be inappropiate anyway. The form is run in Acrobat, so that is where the plug-in would need to be, and there isn't much of an interface for LiveCycle in the Acrobat SDK so I don't even think this is a possibility. Anything that was developed for AcroForms is pretty much dead in the water when it comes to LiveCycle.

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script