Click or drag to resize

PdfFocusToHtml(Stream) Method

Saves all pages of the PDF document into HTML (Fixed or Flowing) format as a Stream object.

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.3.28
Syntax
public int ToHtml(
	Stream stream
)

Parameters

stream  Stream
Stream object to save a HTML document. Stream must be not null.

Return Value

Int32
0 - Converting successfully.
2 - An issue occurred during the parsing of PDF document. Please email this PDF document at support@sautinsoft.com.
3 - An issue occurred during the rendering into HTML format. Please email this PDF document at support@sautinsoft.com.
See Also