Skip to main content
Inspiring
February 24, 2015
Question

How may way for convert table to text?

  • February 24, 2015
  • 2 replies
  • 1148 views

Hi experts

I got this script for convert table to text

  app.selection[0].tables.everyItem().convertToText("\t", "\r");

I was wondering is that another way to convert table to text?

and

how may way for convert table to text?

thanks

Regard

John

This topic has been closed for replies.

2 replies

Participating Frequently
December 21, 2018
Jongware
Community Expert
Community Expert
February 24, 2015

The Javascript Reference suggests this is the only way: Adobe InDesign CS6 (8.0) Object Model JS: Table, convertToText.

Why should there be more than one way? There is only one in the user interface as well.

JohnwhiteAuthor
Inspiring
February 24, 2015

Thank you Jongware

thank so much!

John