Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Table scripting speed

New Here ,
Jan 03, 2009 Jan 03, 2009
At the moment I'am doing a table scripting project in CS3.
Table generation is very slow in my script.
Does anyone have experience with this?

Are there maybe ways to speed up the process?

Thanks Michel
TOPICS
Scripting
435
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jan 03, 2009 Jan 03, 2009
Scripting tables can indeed be slow. But speeding up "the process" requires rather more knowledge than you've provided of the process you're talking about.

Dave
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jan 03, 2009 Jan 03, 2009
The only way I've been able to reliably speed up table generation is to write the data out in XML (with all formatting and table aids), then import it. You can do very large tables very quickly that way.

Bob
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 06, 2009 Jan 06, 2009
It is indeed difficult to answer this question.
What I've done is placing the tables already in
the masterdocument. The only thing I do is
fill in the cells. That's a lot faster that building
the tables scriptable.

Working with XML is also a good idea.

Michel
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 06, 2009 Jan 06, 2009
LATEST
I would like to see a small script illustrating how you write the data to XML and then reimport it. Thanks.

Rick
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines