PdfToHtmlConverterConvertPdfPagesToHtml(Byte) Method
Converts all the pages in a PDF document to HTML documents
Namespace: EvoPdf.PdfToHtmlAssembly: EvoPdfToHtml_NetCore (in EvoPdfToHtml_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