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