Tabular format
Hi.
My document contains running notes (paragraphs) and tables which are replicated from an original PDF. After converting from PDF to word some tables are not translated in table format even though it is in tabular format in original PDF and this information was converting as a paragraph and this information need to be search and keep it in a tabular format.
This information is searched page-by-page in a document, which takes more time due to the large number of pages (250+).
Would it be possible to automate this task as a paragraph with numbers (123,234,98) or a line with numbers should be tagged as ## at the table enter mark (¶) beginning or ending or at the beginning of the lines or at the beginning of the paragraph with values.
Since I am a beginner, please forgive me if it seems impossible.
It would be appreciated greatly if you could help me with this. I am always grateful for your assistance.
Ex: Input file(Before running a macro)
Within six months 2,745,109 13,727 0.5% 2,329,021 11,636 0.5%
Six months to one year 41,208 2,060 5% 34,142 1,707 5%
One to two years 5,092 1,527 30% 10,725 3,217 30%
Two to three years 3,571 1,785 50% 2,323 1,161 50%
Three to four years 302 302 100% 434 434 100%
Four to five years - - - 413 413 100%
EX: Output file (After running a macro)
##Within six months 2,745,109 13,727 0.5% 2,329,021 11,636 0.5%
##Six months to one year 41,208 2,060 5% 34,142 1,707 5%
##One to two years 5,092 1,527 30% 10,725 3,217 30%
##Two to three years 3,571 1,785 50% 2,323 1,161 50%
##Three to four years 302 302 100% 434 434 100%
##Four to five years - - - 413 413 100%
|