PdfFocusToXml(Stream, Int32, Int32) Method |
Save specific pages of the PDF document to XML document into specified
Stream.
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.9.26
Syntax public int ToXml(
Stream stream,
int fromPage,
int toPage
)
Public Function ToXml (
stream As Stream,
fromPage As Integer,
toPage As Integer
) As Integer
Parameters
- stream Stream
- The Stream in which to save the document. Stream must be not null.
- fromPage Int32
- The starting page for exporting to XML.
- toPage Int32
- The ending page for exporting to XML.
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