Copy link to clipboard
Copied
Hi everyone, I often import Word documents into InDesign, but I end up spending a lot of time cleaning up messy styles and formatting. Is there a faster or more efficient way to handle this? Maybe a workflow, script, or best practice that helps streamline the process? Any advice would be appreciated!
Hi @wonder_9515:
My workflow is similar to Eugene's but I'll add a few points:
Here are my couple of cents: my Protect local styling script
Copy link to clipboard
Copied
Typically I bring in the Word doc
Then delete all the paragraph styles it brings in (the little icon shows for them)
Same with character styles
Convert all Bullets and Numbering to text
Then I run the PREP TEXT script https://github.com/firedevelop/id0000013-Adobe-InDesign-Scripts-Examples/blob/master/id0000088-Find-...
After this I apply the Body Text style and clear all overrides
Once this is done, I do find and replace for headings
something like Grep find
^.+?$
Find style
Bold
Apply style
Heading
Then the same for other styles
Then it's just eyeballing vs the Word doc.
Copy link to clipboard
Copied
Hi @wonder_9515:
My workflow is similar to Eugene's but I'll add a few points:
_______________
* I rely very heavily on Find/Change queries. So it's definitely worth noting that we can 1.) Save and reuse our queries; 2.) run multiple consecutive find/change queries by either using the Find/Change By List Script that comes with InDesign or the Multi-Find Change extension: https://www.automatication.com/product/mfc/
~Barb
Copy link to clipboard
Copied
Thanks mate, issue has been resolved.
Copy link to clipboard
Copied
Here are my couple of cents: my Protect local styling script
Find more inspiration, events, and resources on the new Adobe Community
Explore Now