 |
PdfToTextSaveHtml(String, Encoding) Method |
Gets the text from a PDF document wrapped in HTML tags and saves it into a file.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic void SaveHtml(
string fileName,
Encoding encoding
)
Public Sub SaveHtml (
fileName As String,
encoding As Encoding
)
Parameters
- fileName String
- File name.
- encoding Encoding
- Text encoding.
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