You are viewing limited content. For full access, please sign in.

Question

Question

annotate all pages

asked on December 22, 2014

Hello,

 

I am building a process for a new customer and what I would like to do is apply a text box to each page in the document. Currently I am using workflow to apply the custom annotation but I see that it only gives you the option apply it to a specified page. Is there are way to apply to the entire document?

0 0

Replies

replied on December 22, 2014

You should be able to grab the page count out with a find entry process(you have to add it as an additional property). Then, add a repeat loop that runs for the total amount of pages you have for the document. Within the repeat loop, add your annotation process and just mark the current iteration as the page number. Untested, but I don't see why it would not work.

2 0
replied on January 5, 2015

Since you're already scripting to add the annotation, you could iterate through the document's pages and apply the annotations. This will be more efficient than using any of the other built-in activities since you would only open the document once.

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.