3
Answers

Extract handwritten part from the Document

Rahul Kaushik

Rahul Kaushik

7y
223
1
how do I separate the handwritten part from the pdf in which it has handwritten text as well as printed text. I just want to extract out the handwritten part and save it as another pdf or image.
 
Suppose there is a pdf/image. Need to extract the Handwritten part from that and save it as another pdf/image. 
Answers (3)
0
Administrator

Administrator

Admin 2.3k 1.3m 21y
Thank You!! This was what I needed to find :)
0
Administrator

Administrator

Admin 2.3k 1.3m 21y
to use any custom or such library in VS.NET you need to add the reference first. right click on References in the Solution Explorer then select Add Reference you'll be able to search the ".NET", "COM" and also Browse for the component. Forget the projects unless you are writing a component. Good Luck