First use case - in our web application user scans or uploads (to server) pdf. Then we let him to black some sensitive data.
Right now I wrote some code that extract tiff from pdf and show it to user, who drow black rectangles in places he wants to black. Then he saves it back to server and I create new pdf from it, but I am not happy with how it works...
I am searching for a component (free of commercial) which do this for me (ideally without image extraction).
Best solution should:
- show pdf/image in web application (could be IE only)
- allow user to modify an image (in pdf) (adding black rectangles to the image)
- allow user to mark some text in pdf and change any letter in marked text for one sign (rectangle, dot, etc.)
- save pdf/image back to the server.
Information about components even with partial functionality would be appreciated. Component may be IE only and both free and commercial.