Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I want to scan documents and I want to save these documents into PDF.

Please help me
Posted
Comments
Dave Kreskowiak 1-Jul-15 12:37pm    
and what part of this process are you having a problem with?

1 solution

It depends on the type of scanner API your scanner and its software support. Please see:
https://en.wikipedia.org/wiki/Image_scanner#Applications_Programming_Interface[^].

Depending on what is that, you can find appropriate implementation. In general case, it could be something like http://bfy.tw/brl[^].

To work with PDF, you can use iText, or its .NET port, iTextSharp:
http://en.wikipedia.org/wiki/IText[^],
http://itextpdf.com/[^],
http://sourceforge.net/projects/itextsharp/[^].

In included the reference to Java iText site as well, because most documentation is there. If you understand C#, it would not be difficult to understand Java-bases API documentation.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900