A
artur.winiczenko
I'm writing a program that copies document page by page, and then saves each page as a separate file with some processing on the way. I do have problems with keeping autonumerated list number that spread across multiple pages.
Maybe it would be possible to manually open whole file before processing, and replace all number in numbered lists with their text equivalents?
To make myself clearer:
For example I have document that has a numbered header on each page:
------page1-----
1. Header I
Maybe it would be possible to manually open whole file before processing, and replace all number in numbered lists with their text equivalents?
To make myself clearer:
For example I have document that has a numbered header on each page:
------page1-----
1. Header I