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.
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