| Name | Description |
---|
  | ToWord |
Saves all pages of the PDF document into a Word (Docx or RTF) document and returns it as array of bytes
|
  | ToWord(Stream) |
Saves all pages of the PDF document to Word (Docx or RTF) as a Stream object.
|
  | ToWord(String) |
Saves all pages of the PDF document in Word file.
|
  | ToWord(Int32, Int32) |
Saves a specific PDF page or diapason of pages to a Word (Docx or RTF) document and returns it as array of bytes.
|
  | ToWord(Stream, Int32, Int32) |
Saves a specific PDF page or diapason of pages to a Word (Docx or RTF) document as a Stream object.
|
  | ToWord(String, Int32, Int32) |
Saves the specific PDF page or range of pages in Word file.
|