Hi everyone,
I am trying to convert multi-column word document to single column word document. After converting I would like to clear all the formatting of the original and apply new format such as styling and such.
I have mapped the flow somehow like this;
- Clean all the existing formatting
- Run through each paragraph to find column break and delete it
- manipulate page setup for each paragraph parent section
This sounds good in theory but when I implemented it the result wasn’t what I expected.
So, if I could get a guidance or idea to move forward it would be much appreciated.
Thank you