Go Back   CodingForums.com > :: Server side development > ASP.NET

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-15-2012, 03:31 PM   PM User | #1
iT3d.
New Coder

 
Join Date: May 2012
Posts: 45
Thanks: 7
Thanked 1 Time in 1 Post
iT3d. is an unknown quantity at this point
Is this possible?

Could I upload a pdf form as a template to my webhost, then create a web interface in ASP.NET that will consist of a web-form that once they fill this is, a duplicate copy of the template (only filled in with their information) will be generated.

From here, I need to make this second form only accessible to the client. From here, they must be able to e-sign their document (I know there's some source code for the e-signing out there that I could use as inspiration if I could find it)

I have a semi-functional client-only area on the site that I could potentially integrate, but it's just a script from Code Canyon that we haven't really worked with and developed upon yet.

Thanks
iT3d. is offline   Reply With Quote
Old 06-22-2012, 09:11 PM   PM User | #2
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,249
Thanks: 59
Thanked 3,999 Times in 3,968 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
The short answer is "Yes." Persits software makes a component that will do all of this quite easily. http://www.asppdf.net/ is the site.

I am doing exactly what you are doing, though using the older version for Classic ASP, and it works great, including the e-signing. (We actually save the PDF as a file and then attach the file to an email we send to the client. And if they have a fax number we fax it as well.)

You *can* build this yourself in ASP.NET code, of course, but it would take you many many more hours than the cost of the product. Just creating PDF is not trivial and modifying existing PDF (i.e., for filling in the form) is even harder.

The product costs $299 US for a single server, which is probably all you need for the typical internet situation.

I have ZERO financial interest in this. I just think it's a good product that is well worth the price.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote
Old 06-26-2012, 03:16 PM   PM User | #3
iT3d.
New Coder

 
Join Date: May 2012
Posts: 45
Thanks: 7
Thanked 1 Time in 1 Post
iT3d. is an unknown quantity at this point
That is a good product.

We actually just convinced the boss to get Acrobat and Live Cycle Designer. Design the PDF form in Acrobat, and then modify the form in LCD to enable functionality for Adobe Reader - so anyone with this basic level Adobe program can complete the form. So we can e-mail the form to a client, they fill it out, digitally sign it (Verified by Adobe) and e-mail the completed version back to us - which is then automatically imported into a response.pdf database.

This DB organization has made sorting a lot easier, not to mention being able to simply sort everything for searching.
iT3d. is offline   Reply With Quote
Old 07-01-2012, 04:25 PM   PM User | #4
livetecshosting
New Coder

 
Join Date: Jul 2012
Location: Bug Tracking, Isssue Tracking
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
livetecshosting is an unknown quantity at this point
We are using one 3rd party control to dynamically fill PDF fields. You can use any PDF 3rd party control to edit PDF
http://www.activepdf.com/
livetecshosting is offline   Reply With Quote
Old 07-03-2012, 05:31 AM   PM User | #5
Coding Start
New Coder

 
Join Date: Jul 2012
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
Coding Start can only hope to improve
You can use PDF converter with multiple platform. But you must be check it first, what the PDF format that you will convert. Some of PDF apps currently offer some features inside, especially for web design facilities.
Coding Start is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:52 AM.


Advertisement
Log in to turn off these ads.