PdfToHtmlConverterConvertPdfPagesToHtml(String) Method
Converts all the pages of a PDF file to HTML documents
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public PdfPageHtml[] ConvertPdfPagesToHtml(
string pdfFile
)
Public Function ConvertPdfPagesToHtml (
pdfFile As String
) As PdfPageHtml()
- pdfFile String
- The full path of the PDF file to be converted
PdfPageHtmlThe HTML rendering of the PDF pages