Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the proper pdf controls to integrate with .net application?

I upload files in pdf format in my system . These files pass through many states and in every state the users write notes and dates and sign on them .


Now i use RadPDF to perform what i need , but it's not customizable enough and i feel it's limited . I want any recommendation to controls ,i can use in my asp.net application . so i can open my pdf file through it then write ,sign and save it .

I want to integrate it wiz my application like this : enter image description here

like image 286
Anyname Donotcare Avatar asked Jan 11 '23 21:01

Anyname Donotcare


2 Answers

You need to evaluate a number of controls to best see what meets your requirements

http://www.componentone.com/SuperProducts/PDF/

Is just one example of a controls developed for developers with solid controls

like image 148
Mike Beeler Avatar answered Jan 25 '23 00:01

Mike Beeler


I can also recommend Component One as a good supplier, although I've not tried their PDF document editor, their other third party controls are in my opinion very good. Here are some of the other options I've looked at in the past:

http://www.bluebeam.com/

http://www.activepdf.com/products/serverproducts/toolkit/

http://www.aspose.com/docs/display/pdfnet/home

http://itextpdf.com/ (Open Source option which has a reasonable tutorial)

Each have their own benefits and pitfalls so the decision ultimately lies with you comparing each (including cost of course) to determine the best option for you at this time.

like image 38
talegna Avatar answered Jan 25 '23 01:01

talegna