Scanning a document to PDF

D

DBC User

Hi,

I am doing a school project, where I would like to scan a document
(something like library card) using a scanner and store the document in
PDF file. I would like to do it, through a win form/c#.

Is it possible? If so if there are any links you could point me to?

Thanks in advance
 
D

Derrick Coetzee [MSFT]

DBC said:
I am doing a school project, where I would like to scan a document
(something like library card) using a scanner and store the document
in PDF file. I would like to do it, through a win form/c#.

..NET does not provide native support for writing Adobe Acrobat files, but
there are a number of third-party .NET libraries available that do so.
Unfortunately, most of these are commercial. For your application, you might
try the evaluation version of PDF4NET; the only restriction of this version
is that it prints a message on each page:

http://www.pdfstore.com/details.asp?ProdID=634#evaluation

Other options include:

DynamicPDF:
http://www.dynamicpdf.com/Dot_NET_Dynamic_PDF_Components_Libraries.csp?LF=CSCbnrDPD03
TallPDF.NET: http://www.tallcomponents.com/Default.aspx?id=tallpdf

If all else fails, you can attempt to create a PDF file yourself from
scratch based on the voluminous (1236 pages) file format specification:

http://partners.adobe.com/public/developer/pdf/index_reference.html#5

I hope this helps.
 
R

raican

A company called ED Components does a PDF Component. I can't remember
if there are any restrictions of use though.

Can't remember the link, but i'm sure google will tell you if you
search.

:)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top