Link Search Menu Expand Document

ISearchablePDFMakerMakePDFSearchable Method

OverloadĀ List
NameDescription
Public methodMakePDFSearchable(Stream)
Processes the document with OCR (Optical Character Recognition), adds the recognized characters as invisible text over the images and saves the result to specified Stream.
Public methodMakePDFSearchable(String)
Processes the document with OCR (Optical Character Recognition), adds the recognized characters as invisible text over the images and saves the result as new PDF file.
Public methodMakePDFSearchable(Stream, Int32)
Processes the document with OCR (Optical Character Recognition), adds the recognized characters as invisible text over the images and saves the result to specified Stream.
Public methodMakePDFSearchable(String, Int32)
Processes the document with OCR (Optical Character Recognition), adds the recognized characters as invisible text over the images and saves the result as new PDF file.
Public methodMakePDFSearchable(Stream, Int32, Int32)
Processes the document with OCR (Optical Character Recognition), adds the recognized characters as invisible text over the images and saves the result to specified Stream.
Public methodMakePDFSearchable(String, Int32, Int32)
Processes the document with OCR (Optical Character Recognition), adds the recognized characters as invisible text over the images and saves the result as new PDF file.
Top
See Also

Reference