Skip to main content
Billy190417
Known Participant
December 3, 2017
Question

select all text in a document

  • December 3, 2017
  • 3 replies
  • 7055 views

Hello everyone!

i want to select all text in document. Contains text  in tables,  footnote......

Appreciate for any support.

This topic has been closed for replies.

3 replies

Jongware
Community Expert
Community Expert
December 4, 2017

That is impossible in InDesign. InDesign does not allow non-contiguous text selection.

You can see that for yourself: create a text frame. Type some text in it. Then copy the text frame and paste it somewhere else on the same page. Now you can select text in one frame or in the other, but not both.

Fortunately, there may be a way out. You say that you want to select all text – right? But ... why? Just to see if you can? (Well, then we're finished. You can't.)

Now if you want to do something with a script to all text, you don't need to select it first. Scripts don't (need to) work that way.

Billy190417
Known Participant
December 4, 2017

HI Jongware, I want convert the document to outlines.

Jongware
Community Expert
Community Expert
December 5, 2017

With a script, and on your original document? There is no advantage at all to convert an entire InDesign document to outlines. There are only disadvantages. Lots and lots of them.

If you do this for a print provider, read this:

https://indesignsecrets.com/converting-text-to-outlines-the-right-way.php

Sunil Yadav
Legend
December 4, 2017

Hi,

try this code,

app.select(SelectAll.ALL);

thanks & regards..

Jongware
Community Expert
Community Expert
December 4, 2017

I tried it and what it did was select all items on the current visible spread. Does it really work better for you?

uniqued_tol
Inspiring
December 3, 2017

Hi; Try this code Find:\X+