Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
i have converted a tif file into pdf file. and now i want to create a searchable pdf using itextsharp.dll in c#.
if any one have idea, please suggest me.


Thanks
Posted

1 solution

The current pdf you've got is an image converted to pdf. Hence it cannot be directly made searchable.

your tiff file should be first OCR'ed and then get it converted into PDF file so that it can be
searchable.

for OCR you can use the open source Tesseract OCR engine.

Hope this helps
 
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