28/08/2024
Delete unwanted spaces from a documents.
1. Select all documents.
2. Go to find and replace windows pressing ctrl + F
3. Put the code in the "Find What" Box. The code is below
( ) {2,}
4. Put the code in the "Replace with" Box. The code is:
\1
5. Click "More" and check mark the box "Use Wildcards"
6. Click "Replace All".
7. You've done.
Thanks.