TemplateExporter
Contents
[
Hide
]TemplateExporter class
A tool for precise retrieval of template generation results Iterate over template forms and pages
public class TemplateExporter
Methods
| Name | Description |
|---|---|
| ExportFormInteractivePdf(Stream) | Save a form to an interactive PDF, enabling users to fill out fields directly on their computer or smartphone and submit it electronically. |
| ExportFormPdf(Stream) | Write all pages of the current template form as PDF file into stream |
| ExportPageInteractivePdf(Stream) | Save a form page to an interactive PDF, enabling users to fill out fields directly on their computer or smartphone and submit it electronically. |
| ExportPagePdf(Stream) | Write current page of the current template as PDF into stream |
| ExportPagePng(Stream) | Write current page of the current template as PNG image into stream |
| ExportRecognitionPattern(Stream) | Write recognition pattern for all template forms into stream. Important! Should be called after all form template are exported. |
| MoveToNextForm() | Advances the template form enumerator to the next element |
| MoveToNextPage() | Advances the page enumerator of the current template form to the next page |
Fields
| Name | Description |
|---|---|
| FormId | Unique identifier of the current template form Taken from Id field |
| Warnings | Collection of warning for current template form |
See Also
- namespace Aspose.OMR.BatchProcessings
- assembly Aspose.OMR