Click or drag to resize
PdfSearchTextExtractor Class
Provides content extraction from PDF files.
Inheritance Hierarchy
SystemObject
  CMS.Search.TextExtractorsPdfSearchTextExtractor

Namespace: CMS.Search.TextExtractors
Assembly: CMS.Search.TextExtractors (in CMS.Search.TextExtractors.dll) Version: 12.0.0
Syntax
C#
public class PdfSearchTextExtractor : ISearchTextExtractor

The PdfSearchTextExtractor type exposes the following members.

Constructors
  NameDescription
Public methodPdfSearchTextExtractor
Top
Methods
  NameDescription
Public methodExtractContent
Extracts content from given data.
Protected methodStripInvalidContentCharacters
Strips invalid characters from the content before being returned as the extracted PDF content.
Top
See Also