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)
ParameterTypeDescription
folderPathStringFull path to directory for images and .domr file
domrNameStringname for recognition pattern file, with extension

Exceptions

exceptioncondition
DirectoryNotFoundExceptionWhen folder does not exists
ExceptionIn case of an error in template generation

See Also