The PDF to Text converter class

C# | Visual Basic | Visual C++ |
public class PdfToTextConverter
Public Class PdfToTextConverter
public ref class PdfToTextConverter

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | PdfToTextConverter()()() |
PDF to Text converter constructor
|
![]() | AddHtmlMetaTags |
When this property is true the extracted text is included in a HTML document with the meta info taken
from the PDF document description. The default value is false.
|
![]() | ConvertToText(Stream) |
Converts a PDF document stream to a string.
|
![]() | ConvertToText(String) |
Converts a PDF file to a string.
|
![]() | EndPageNumber |
The page number where the text extraction will end. The default value is 0 which means that all the PDF document text
will be extracted starting from the StartPageNumber page.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetPageCount(Stream) |
Gets the number of pages in the specified PDF stream.
|
![]() | GetPageCount(String) |
Gets the number of pages in the specified PDF file.
|
![]() | GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | HtmlCharset |
The charset meta tag added to the generated HTML document. This property has effect only when the AddHtmlMetaTags
property is true. The default value is UTF-8.
|
![]() | Layout |
Gets or sets the layout of the output text. The default value is OriginalLayout.
|
![]() | LicenseKey |
The license key string received after the product purchase or
a demo license key for the demo version of the converter. This propery must be set
before calling the text extraction method. When this property is null, the converter
will run in demo mode.
|
![]() | MarkPageBreaks |
When this property is true a special character defined by the PAGE_BREAK_MARK property is inserted after the text extracted from each page.
The default value is false.
|
![]() | MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() ![]() | PAGE_BREAK_MARK |
Gets the page break mark character used when the MarkPageBreaks property is true.
|
![]() | StartPageNumber |
The page number from where the text extraction will start. The default value is 1 which means the text extraction
will start from the first page.
|
![]() | ToString()()() | (Inherited from Object.) |
![]() | UserPassword |
The ASCII password to be used to open the PDF document for reading. The default value is null which means that
no password will be used to open the PDF document.
|

Object | |
![]() | PdfToTextConverter |