erdomke / RtfPipe

Library for processing rich-text format (RTF) streams
MIT License
121 stars 44 forks source link

Fixed error when convert for table have html format (thead,tbody) #74

Open ngtienvu opened 2 years ago

ngtienvu commented 2 years ago

Fixed error when run ProcessColumns function with table has special format, such as merged cell on header column, format table (thead,tbody). We have to get all RightBoundaries for all cell instead of header and body style.

The input element for ProcessColumns function:

TableContent