Creating interactive pdf using c#
Hi,
I have a requirement to convert some interactive webpages (each page contains html controls like checkbox. DDL, etc) into a pdf document with the interactive part intact. I wanted to know how do achieve this using Adobe SDK. Just to give you an overview as to what my expectations are i've selected them below.
- Get each pages contents from SQL (our back end storage for the data rendered on a page) each page will be called a step going forward
- create a pdf documents equal to the number of steps.
- Create TOC for all the steps
- Create Naviation based on control descision and user selection. as mentioned there can be html controls like dropdownlist/checkbox list/radio button list etc. when a user makes a selection i want to add logic to take the user to step(page) x.
Can someone tell me if the above is something achievable using the adobe sdk in c# .net or javascript? if yes how do i get started? where do i download the c#.net/ javascript libraries from? and also are there any examples for the above mentioned features?
P.S: I'm not sure if this subject belongs in the category, if it is not can someone please move it to the right category? Thank you.
