Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,
I need to make a pdf file where there will be 3 dropdowns, Country,State and distric respectively. When a user select a country the second dropdown must list the states of that particular country and in the third dropdown based on the state selected, How can i make this possible in a pdf. Please note that i cant use data from a database, it have to be from an array.I have heard about adobe livecycle,but dont know in deep.

Please help me, thanks in advance
Posted
Comments
Sergey Alexandrovich Kryukov 9-Aug-13 1:39am    
Why JavaScript for such a problem? Do you have access to any server-side technology which would make this task much easier?
—SA

1 solution

This is a well-known library available via Google Code: http://code.google.com/p/jspdf/[^].

—SA
 
Share this answer
 
Comments
H.Brydon 9-Aug-13 11:02am    
Yet another +5. I think I've given you about 500 points this week. :-)
Sergey Alexandrovich Kryukov 9-Aug-13 11:06am    
Thank you, Harvey. I hope the answers worth it... :-)
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900