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