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

Question

Question

Save process for repeating by other document classes

asked on January 6, 2014

 Say I put a pattern matching process into a document's page processing routine, and I want this same step for a good number of my other document classes (but not all of them).

 

Right now, I'm copying and pasting the process to each class I want it to be in, but if I need to change it for whatever reason, I need to go to each individual process and update it. Is there a way to save a process and have classes reference it, or some other way to bulk update identical processes?

0 0

Answer

SELECTED ANSWER
replied on January 6, 2014

No, there is no way to do that currently. Depending on what you're referencing in your pattern, you could add it to Pre-Classification Processing instead, but it will run on all pages in that case (which is not that much of a performance hit since Pattern Matching is relatively fast).

1 0

Replies

replied on January 6, 2014

You may want to consider these document classes being combined. Using conditional statements you can easily handle different documents within the same class as well as handle the file locations by the use of tokens in the document class filepath location definition.

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

Sign in to reply to this post.