PdfToHtmlConverterConvertPdfPagesToHtml(Stream) Method
Converts all the pages of PDF document in a stream to HTML documents
Namespace: WinnovativeClientAssembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 20.0.0
public PdfPageHtml[] ConvertPdfPagesToHtml(
Stream pdfStream
)
- pdfStream Stream
- The stream containing the PDF document to be converted
PdfPageHtmlThe HTML rendering of the PDF pages