Click or drag to resize

PdfFocusToHtml Method

Overload List
 NameDescription
Public methodCode exampleToHtml Saves all pages of the PDF document into HTML document as string object.
Public methodToHtml(Stream) Saves all pages of the PDF document into HTML (Fixed or Flowing) format as a Stream object.
Public methodCode exampleToHtml(String) Saves all pages of the PDF document to HTML file
Public methodCode exampleToHtml(Int32, Int32) Saves a specific PDF page or diapason of pages to HTML document as string object.
Public methodCode exampleToHtml(Int32, Int32, ListSKBitmap) Saves a specific PDF page or diapason of pages to HTML document and returns it as string
Public methodToHtml(Stream, Int32, Int32) Saves a specific PDF page or diapason of pages into a HTML (Fixed or Flowing) format as a Stream object.
Public methodCode exampleToHtml(String, Int32, Int32) Saves a specific PDF page or diapason of pages to HTML file
Top
See Also