PdfToTextConverter Class

NReco.PdfRenderer Class Library Documentation
PDF to text converter (wrapper for pdftotext.exe poppler command line tool)
Inheritance Hierarchy

SystemObject
  NReco.PdfRendererPdfToTextConverter

Namespace:  NReco.PdfRenderer
Assembly:  NReco.PdfRenderer (in NReco.PdfRenderer.dll) Version: 1.5.1
Syntax

public class PdfToTextConverter

The PdfToTextConverter type exposes the following members.

Constructors

  NameDescription
Public methodPdfToTextConverter
Create new instance of HtmlToPdfConverter
Top
Properties

  NameDescription
Public propertyCustomArgs
Gets or sets any additional command line arguments for pdftotext.
Public propertyExecutionTimeout
Get or set maximum execution time for running poppler process (null is by default = no timeout)
Public propertyToolExeName
Gets or sets poppler tool file name ('pdftotext.exe' by default)
Public propertyToolPath
Gets or sets path where poppler tool binaries are located
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGenerateText(Stream)
Extracts text content from specified input stream with PDF content.
Public methodGenerateText(String)
Extracts text content from specified PDF file.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference