문제

I am in the process of making something similar to this:

http://www.artversion.com/pdf/WebsiteDesignQuestionnaires.pdf

I have a questionnaire, I was planning to use a pdf to get the answers and put the data into database. I have looked at itextsharp and pdfSharp, however, the questionnaire are fairly lengthy like the one above. So my question is, how or where should I start with something like this? Or if there is a better way to doing this, without using pdf's?

This will be made using ASP.NET and SQL.

Thanks in advance.

I apologize if my editing is not proper, I'm fairly new to Stackoverflow.

도움이 되었습니까?

해결책

Avoid using PDFs for this purpose all together and stick with a standard ASP.NET page or Silverlight if you're looking for a richer UI. Treat PDFs as an output tool rather than an input tool. Gather the input using standard web techs, then if you're users are looking for a specific print friendly output, PDFs might be just the ticket.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top