PdfToHtmlConverterConvertPdfPagesToHtml(String, Int32) Method
Converts the pages of a PDF file to HTML documents starting from a given PDF page number to the end of the PDF document
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public PdfPageHtml[] ConvertPdfPagesToHtml(
string pdfFile,
int startPageNumber
)
Public Function ConvertPdfPagesToHtml (
pdfFile As String,
startPageNumber As Integer
) As PdfPageHtml()
- pdfFile String
- The full path of the PDF file to be converted
- startPageNumber Int32
- The start page number
PdfPageHtmlThe HTML rendering of the PDF pages