SearchablePDFMakerMakePDFSearchable Method
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
OverloadĀ List
Name | Description | |
---|---|---|
![]() | MakePDFSearchable(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. |
![]() | MakePDFSearchable(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. |
![]() | MakePDFSearchable(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. |
![]() | MakePDFSearchable(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. |
![]() | MakePDFSearchable(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. |
![]() | MakePDFSearchable(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. |
See Also