I have RTF files that need to be processed: if there are \sectd sections and \posx parameter of this sections has value 0, section type should be changed from \sectd to \pard.
I was hoping to use Aspose.Words for this purpose since it’s already in my project but I can’t find any way to do so.
Is it even possible to to read position parameters and edit section types of RTF files with using Aspose.Words? Or may be there is any way to create new section of type \pard and copy text with formatting ( size, color, font ) from old one to new one?