Nutrient Web SDK

v0.0.0-dev

Enumeration ProcessorEngine

optional, Standalone only

Document processing can be a time-consuming task, especially when working with large documents. In order to improve the user experience it is possible to choose between two different processor engines with different optimizations applied: either one with a smaller bundle size, but slower overall performance, or one with a larger bundle size, but faster processing time (the default).

Either case it's recommended to enable asset compression on your Server to improve loading time.

Processor Engine Comparison:

Preference Bundle Size Document Processing Recommended Use
smallerSize Smaller Slower Prioritize compact app size
fasterProcessing (default) Larger Faster Quick document processing
EnumerationStandalone

Enumeration Members

string

A faster processor engine will be used for processing (default).

string

A smaller processor engine will be used for processing.