PdfToHtmlConverterConvertPdfPagesToHtml(String) Method
Converts all the pages of a PDF file to HTML documents
Namespace: EvoPdfClientAssembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 12.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