 |
PdfToTextSaveHtml(String) 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
)
Public Sub SaveHtml (
fileName As String
)
Parameters
- fileName String
- File name.
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