Currently I am working on Puma.NET and converted scanned multi-paged tif into searchable pdf file. However, is there any open source library that provide functionality to produce image over this text pdf? This way original tif file is preserved in pdf format and the ocr text is hidden but available for selection or searching.
Thanks Andrew for quick response. If my existing library won't work to achieve the result I will surely give QuickPDF a shot. :-)
Btw, I just got a better idea. I think I can do it using iTextSharp. However, I have 2 questions as I an newbie for iTextSharp.
1) How to add pages with different size in pdf? 2) How to add image layer on specific page using SetAbsolutePosition or any other function?
If any one can provide me iTextSharp code for above questions, it would be great!