Reply To: Pasting copy from a PDF into Idd

Home Page / Forums / General InDesign Topics (CLOSED) / Pasting copy from a PDF into Idd / Reply To: Pasting copy from a PDF into Idd

#53995
Anonymous
Inactive

Are there any text editors that allow GREP find/change? if there are, you could do a search that turned any hard returns into a space:

find r change to s,

then, if there's a tab character, or multiple spaces at the beginning of each paragraph, you could search and change multiple spaces to a hard return:

find s{2}|t change to r

this would work in CS4 with the GREP find/change, i don't know if there's any other programs that would do that, maybe BBedit or something, i don't know what programs have that functionality built into it other than CS4 because i have CS4 and it gets the job done.

This article was last modified on November 26, 2009

Comments (0)

Loading comments...