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人中0人がこの記事が役に立ったと言っています
コメント
1件のコメント
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.
サインインしてコメントを残してください。