Skip to main content
March 8, 2016
Question

preflight process overset text

  • March 8, 2016
  • 1 reply
  • 425 views

hello all

I have a small doubt. I want to access all the overset texts in a document through preflights..

How to do it through script? vb.net or javascript

Any guidance will be of great help.

Thank You

This topic has been closed for replies.

1 reply

Loic.Aigon
Legend
March 9, 2016

http://jongware.mit.edu/idcs6js/pc_PreflightProcess.html

aggregatedResults seems like a good candidate.

March 10, 2016

hi Loic

Thanks for the help. I am able to get the entire list of errors and the message associated with it.

But when i am trying to select the error it is catching exception. I think "app.select(error)" is not the right way to get the result.

Can you suggest me any way?

If i select any of the errors it selects the point where the error is. Ex- Overset text

How to do this programatically?