I have a few textboxes in a slide. Each of them have different font sizes.
The text in the textbox are multi-line. But their line-breaks are word-wrapped, not manual carriage returned.
I need to convert those word-wrapped text to proper carriage-returned text, so i can export it to a CSV text file.
I have many Powerpoint presentation files, with hundreds of slides in each file. And each slide a few wordwrapped textboxes with different font sizes.
How should i solve this problem?
Hope someone can point me to the right direction. Thanks!