There is no standart tag to add attribute 'number of recognized pages'. Using javascript on Output settings of WorkFlow did not give result. Are any working examples? Thank you.
Adding number of pages to output filename before sending recognition result by e-mail
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
コメント
2件のコメント
Launcher,
Do you want number of pages in a batch or number of pages in the document? There is a service field for number of pages in a batch.
You can create a field which has the total number of pages within a document by making a rule. In the rule, you can access Context.Document.Pages.
Here's how to get the start page.
And the End Page:
サインインしてコメントを残してください。