 |
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: 24.1
SyntaxPublic Function GetHtml As String
Return Value
Type:
StringThe text extracted from the PDF document, wrapped with HTML tags.
RemarksThe 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