i want windw app in c#for converting imgs to searchable pdf
Hello ,Plsss tel me how to develop win application tht converting "images to searchabel pdf"
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Aya PatricioPosted Nov 27, 2014, 11:12 AM
http://support.leadtools.com/CS/forums/43549/ShowPost.aspx
You can modify the code so it can save the resulting text as searchable PDF.
Rahul PrasadPosted Nov 11, 2014, 9:27 PM
Here is a sample project on MSDN that converts image to PDF in .NET platform using a free PDF library -
http://code.msdn.microsoft.com/How-to-Convert-Image-to-da2dfd65
Reference the dll to you own project, then you can use the sample code to make the conversion from image to PDF.Hope this is helpful.