EVO PDF Logo

PdfToTextConverter Properties

EVO PDF Client for .NET Core

The PdfToTextConverter type exposes the following members.

Properties

  NameDescription
Public propertyAddHtmlMetaTags
A flag indicating if the converter should wrap the resulted text in a HTML document. The default value is false
Public propertyClientProxy
You can set this property with an object implementing the IWebProxy interface to be used when accessing the server through a proxy server. This property does not have any effect when using a TCP Service
Public propertyHtmlCharset
The charset of the HTML document wrapping the resulted text
Public propertyImpersonationOptions
The impersonation options used during tool execution
Public propertyLayout
The text layout in the resulted text document
Public propertyLicenseKey
Gets or sets the license key string received from vendor. If this property is null the tool will automatically enter in evaluation mode
Public propertyMarkPageBreaks
A flag indicating if the page breaks should be marked by PAGE_BREAK_MARK special character in the resulted PDF document. The default value is false
Public propertyOwnerPassword
The owner password to be used to open a password protected PDF document
Public propertyStatic memberPAGE_BREAK_MARK
The special character to mark the PDF pages in the resulted PDF document
Public propertyPdfDocumentInfo
Gets the object encapsulating the PDF document properties. This objects is populated after tool execution finished
Public propertyPort
The server port number
Public propertyRunTimeoutSec
The maximum time allowed for this tool to run
Public propertyServer
The server IP or name
Public propertyServicePassword
Gets or sets the HTML to PDF converter service password. You have to set this property if the HTML to PDF service is password protected.
Public propertyUserPassword
The user password to be used to open a password protected PDF document
Public propertyUseWebService
A flag indicating if the client library will call the Web service or the TCP service to perform the operation
Public propertyWebServiceUrl
The web service URL
Top
See Also

Reference