I need a pdf SDK
-
Can someone suggest a PDF SDK for VB.NET that can write an image to a pdf, read from pdf and read text on image in pdf? Preferably open source. Thanks.
-
Can someone suggest a PDF SDK for VB.NET that can write an image to a pdf, read from pdf and read text on image in pdf? Preferably open source. Thanks.
You'll need a couple of libraries. The first two requirements, just about any library, like PDFNet, can handle. Your third requirement, "read text on image", require the use of some OCR library.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
Can someone suggest a PDF SDK for VB.NET that can write an image to a pdf, read from pdf and read text on image in pdf? Preferably open source. Thanks.
Here you go: http://en.wikipedia.org/wiki/List_of_PDF_software[^]
The need to optimize rises from a bad design. My articles[^]