Skip to main content
Known Participant
October 6, 2008
Question

[CS3 / VBS] Groups in CS3

  • October 6, 2008
  • 1 reply
  • 279 views
I've converted over a few scripts that used to work fine in both CS and CS2.

One particular scripts extracts text from tables on multiple textframes that include tables. After changing over to CS3 with this script, it does not extract any of the text from textframes/tables that has been grouped with other objects (for example images and other text frames).

My question is there a way I can have the script ungroup items prior to running the rest of the script or is there any easier way than rewriting the whole script to include groups?

Thanks!
This topic has been closed for replies.

1 reply

Kasyan Servetsky
Legend
October 6, 2008
You don't need to ungroup the groups: use AllPageItems property of Group object. See posts 3 and 4 here – http://www.adobeforums.com/webx?128@@.59b6848b

Kasyan