Click or drag to resize
Pdf Library for .NET

PdfToTextGetHtml Method

Gets the text from a PDF document and wraps it with HTML tags.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public string GetHtml()

Return Value

Type: String
The text extracted from the PDF document, wrapped with HTML tags.
Remarks
The resulted HTML will contain only text. No images are extracted using this method. Pages that participate to this operation are specified by StartPageNumber and EndPageNumber properties.
See Also