Hi...
How to apply a stamp to all number of pages in a document through workflow condition ?
I succeed he ...but showing some error messages.
Thanx..
Hi...
How to apply a stamp to all number of pages in a document through workflow condition ?
I succeed he ...but showing some error messages.
Thanx..
The activities are fine, you don't need any additional ones, but your repeat condition is wrong. You're basically creating an infinite loop because whatever the value, the repeat iteration will always be equal to itself. You want to set it to repeat while the iteration is less than or equal to the page count. That way the loop will stop after stamping the page.
You also want to set your repeat iteration to start at 1 instead of 0 so you don't get the warning about page 0.