hi how to set more than Output format
currently i can set only one output format, can i set more than one output format? if possible please help me to set more than one output format
ProcessingSettings settings = buildSettings(language, outFormat);
hi how to set more than Output format
currently i can set only one output format, can i set more than one output format? if possible please help me to set more than one output format
ProcessingSettings settings = buildSettings(language, outFormat);
0 out of 0 found this helpful
Comments
1 comment
Hi,
You should pass up to 3 comma-separated export formats as arguments to the processImage or the processDocument method.
E.g.:
Upon task completion, server xml response will contain resultUrl attribute for first export format, resultUrl2 attribute for the second, and resultUrl3 for the third.
Please sign in to leave a comment.