| Name | Description |
---|
  | ToXml |
Saves all pages of the PDF document into XML document and returns it as string
|
 | ToXml(Stream) |
Save all pages of the PDF document to XML document into specified Stream.
|
  | ToXml(String) |
Saves all pages of the PDF document to XML file
|
 | ToXml(Int32, Int32) |
Saves a specific PDF page or diapason of pages to XML document and returns it as string
|
 | ToXml(Stream, Int32, Int32) |
Save specific pages of the PDF document to XML document into specified Stream.
|
 | ToXml(String, Int32, Int32) |
Saves a specific PDF page or diapason of pages to XML file
|