Forum Discussion

KlaCat's avatar
KlaCat
Copper Contributor
Oct 23, 2022
Solved

How to import the text from another docx but change the formatting

Good day.   I have five documents. All five should have exactly the same content (text and footnotes) but different formatting and layout (paper size, font size, line spacing, columns, etc.).   I...
  • Charles_Kenyon's avatar
    Nov 02, 2022

    KlaCat 

    Styles are the key to this.

    1. Create your base document. This should not have any columns set (i.e. be a single column).
    2. Create new documents with the layouts you want and use an IncludeText field to bring in the text from the original document.
    3. Change styles for font size and line spacing. Your new documents have any differences in column formatting.
    4. Make any changes in your base document when needed.
    5. To transfer those to the derivative documents, open them, select all, and press the F9 key to refresh the IncludeText Field.

     

Resources