PdfToHtmlConverterConvertPdfPagesToHtml(Byte) Method
Converts all the pages in a PDF document to HTML documents
Namespace: EvoPdfClientAssembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
public PdfPageHtml[] ConvertPdfPagesToHtml(
byte[] pdfData
)
Public Function ConvertPdfPagesToHtml (
pdfData As Byte()
) As PdfPageHtml()
- pdfData Byte
- The memory buffer containing the PDF document to be converted
PdfPageHtmlThe HTML rendering of the PDF pages