Extensions
Leave feedback
On this page
Provides extensions methods for the data export functionality.
public static class Extensions
| Name | Description |
|---|---|
| static ExportAsJson(this DocumentData, Stream) | Exports document data to the stream in JSON format. |
| static ExportAsJson(this DocumentData, string) | Exports document data to the file in JSON format. |
| static ExportAsJson(this IDocumentInfo, Stream) | Exports the document information to the stream in JSON format. |
| static ExportAsJson(this IDocumentInfo, string) | Exports the document information to the file in JSON format. |
| static ExportAsJson(this IEnumerable<MetadataItem>, Stream) | Exports the collection of metadata to the stream in JSON format. |
| static ExportAsJson(this IEnumerable<MetadataItem>, string) | Exports the collection of metadata to the file in JSON format. |
| static ExportAsJson(this IEnumerable<PageBarcodeArea>, Stream) | Exports the collection of barcodes to the stream in JSON format. |
| static ExportAsJson(this IEnumerable<PageBarcodeArea>, string) | Exports the collection of barcodes to the file in JSON format. |
| static ExportAsJson(this IEnumerable<PageTableArea>, Stream) | Exports the collection of tables to the stream in JSON format. |
| static ExportAsJson(this IEnumerable<PageTableArea>, string) | Exports the collection of tables to the file in JSON format. |
| static ExportAsJson(this IEnumerable<PageTextArea>, Stream) | Exports the collection of text areas to the stream in JSON format. |
| static ExportAsJson(this IEnumerable<PageTextArea>, string) | Exports the collectiob of text areas to the file in JSON format. |
| static ExportAsXml(this DocumentData, Stream) | Exports document data to the stream in XML format. |
| static ExportAsXml(this DocumentData, string) | Exports document data to the file in XML format. |
| static ExportAsXml(this IDocumentInfo, Stream) | Exports the document information to the stream in XML format. |
| static ExportAsXml(this IDocumentInfo, string) | Exports the document information to the file in XML format. |
| static ExportAsXml(this IEnumerable<MetadataItem>, Stream) | Exports the collection of metadata to the stream in XML format. |
| static ExportAsXml(this IEnumerable<MetadataItem>, string) | Exports the collection of metadata to the file in XML format. |
| static ExportAsXml(this IEnumerable<PageBarcodeArea>, Stream) | Exports the collection of barcodes to the stream in XML format. |
| static ExportAsXml(this IEnumerable<PageBarcodeArea>, string) | Exports the collection of barcodes to the file in XML format. |
| static ExportAsXml(this IEnumerable<PageTableArea>, Stream) | Exports the collection of tables to the stream in XML format. |
| static ExportAsXml(this IEnumerable<PageTableArea>, string) | Exports the collection of tables to the file in XML format. |
| static ExportAsXml(this IEnumerable<PageTextArea>, Stream) | Exports the collection of text areas to the stream in XML format. |
| static ExportAsXml(this IEnumerable<PageTextArea>, string) | Exports the collectiob of text areas to the file in XML format. |
- namespace GroupDocs.Parser.Export
- assembly GroupDocs.Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.