Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

I need to create PDF document with Dropdown box, check box, text box. Also i need to set the visbility of the controls based on the user input.

I want to know how i can achive this. Which free software i need to use.

Please suggest because i am very new to pdf creation


Thanks
Mohan
Posted
Comments
[no name] 18-Feb-15 12:24pm    
Are you trying to export HTML to PDF?
Sergey Alexandrovich Kryukov 18-Feb-15 13:27pm    
Your platform? Do you know programming, some languages?
—SA

1 solution

This is called "fillable PDF". In principle, iText or its .NET port iTextSharp allows you to do some of such things. Please see:
http://en.wikipedia.org/wiki/IText[^],
http://itextpdf.com/[^],
http://sourceforge.net/projects/itextsharp/[^].

Apparently, the problem is solved with Adobe software, but free…

You can try to find something yourself: http://bit.ly/1CIX65m[^].

—SA
 
Share this answer
 

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