-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update file(s) "/." from "aspose-omr/Aspose.OMR-API-References"
- Loading branch information
1 parent
b26dc8b
commit a9dbf97
Showing
15 changed files
with
141 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
...spose.omr.batchprocessings/batchgenerationresult/saveasinteractivepdf/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: SaveAsInteractivePdf | ||
second_title: Aspose.OMR for .NET API Reference | ||
description: Save a form to an interactive PDF enabling users to fill out fields directly on their computer or smartphone and submit it electronically. | ||
type: docs | ||
weight: 50 | ||
url: /net/aspose.omr.batchprocessings/batchgenerationresult/saveasinteractivepdf/ | ||
--- | ||
## BatchGenerationResult.SaveAsInteractivePdf method | ||
|
||
Save a form to an interactive PDF, enabling users to fill out fields directly on their computer or smartphone and submit it electronically. | ||
|
||
```csharp | ||
public void SaveAsInteractivePdf(string folderPath, string domrName) | ||
``` | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| folderPath | String | Full path to directory for images and .domr file | | ||
| domrName | String | name for recognition pattern file, with extension | | ||
|
||
### Exceptions | ||
|
||
| exception | condition | | ||
| --- | --- | | ||
| DirectoryNotFoundException | When folder does not exists | | ||
| Exception | In case of an error in template generation | | ||
|
||
### See Also | ||
|
||
* class [BatchGenerationResult](../../batchgenerationresult) | ||
* namespace [Aspose.OMR.BatchProcessings](../../batchgenerationresult) | ||
* assembly [Aspose.OMR](../../../) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.OMR.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
...aspose.omr.batchprocessings/templateexporter/exportforminteractivepdf/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: ExportFormInteractivePdf | ||
second_title: Aspose.OMR for .NET API Reference | ||
description: Save a form to an interactive PDF enabling users to fill out fields directly on their computer or smartphone and submit it electronically. | ||
type: docs | ||
weight: 30 | ||
url: /net/aspose.omr.batchprocessings/templateexporter/exportforminteractivepdf/ | ||
--- | ||
## TemplateExporter.ExportFormInteractivePdf method | ||
|
||
Save a form to an interactive PDF, enabling users to fill out fields directly on their computer or smartphone and submit it electronically. | ||
|
||
```csharp | ||
public void ExportFormInteractivePdf(Stream writeable) | ||
``` | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| writeable | Stream | Writeable stream | | ||
|
||
### Exceptions | ||
|
||
| exception | condition | | ||
| --- | --- | | ||
| InvalidOperationException | If called before advancing a cursor(MoveNext calls) | | ||
|
||
### See Also | ||
|
||
* class [TemplateExporter](../../templateexporter) | ||
* namespace [Aspose.OMR.BatchProcessings](../../templateexporter) | ||
* assembly [Aspose.OMR](../../../) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.OMR.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
...aspose.omr.batchprocessings/templateexporter/exportpageinteractivepdf/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: ExportPageInteractivePdf | ||
second_title: Aspose.OMR for .NET API Reference | ||
description: Save a form page to an interactive PDF enabling users to fill out fields directly on their computer or smartphone and submit it electronically. | ||
type: docs | ||
weight: 50 | ||
url: /net/aspose.omr.batchprocessings/templateexporter/exportpageinteractivepdf/ | ||
--- | ||
## TemplateExporter.ExportPageInteractivePdf method | ||
|
||
Save a form page to an interactive PDF, enabling users to fill out fields directly on their computer or smartphone and submit it electronically. | ||
|
||
```csharp | ||
public void ExportPageInteractivePdf(Stream writeable) | ||
``` | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| writeable | Stream | Writeable stream | | ||
|
||
### Exceptions | ||
|
||
| exception | condition | | ||
| --- | --- | | ||
| InvalidOperationException | If called before advancing a cursor(MoveNext calls) | | ||
|
||
### See Also | ||
|
||
* class [TemplateExporter](../../templateexporter) | ||
* namespace [Aspose.OMR.BatchProcessings](../../templateexporter) | ||
* assembly [Aspose.OMR](../../../) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.OMR.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
...glish/net/aspose.omr.generation/generationresult/saveasinteractivepdf/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: SaveAsInteractivePdf | ||
second_title: Aspose.OMR for .NET API Reference | ||
description: Save a form to an interactive PDF enabling users to fill out fields directly on their computer or smartphone and submit it electronically. | ||
type: docs | ||
weight: 80 | ||
url: /net/aspose.omr.generation/generationresult/saveasinteractivepdf/ | ||
--- | ||
## GenerationResult.SaveAsInteractivePdf method | ||
|
||
Save a form to an interactive PDF, enabling users to fill out fields directly on their computer or smartphone and submit it electronically. | ||
|
||
```csharp | ||
public void SaveAsInteractivePdf(string folder, string name) | ||
``` | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| folder | String | Destination folder | | ||
| name | String | Name of the template | | ||
|
||
### See Also | ||
|
||
* class [GenerationResult](../../generationresult) | ||
* namespace [Aspose.OMR.Generation](../../generationresult) | ||
* assembly [Aspose.OMR](../../../) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.OMR.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters