Tom Zöhner

Results 26 comments of Tom Zöhner

That is the expected output, as the table styling (including cell borders etc.) is not yet implemented. If you inspect the element you should see that it is a html...

It shouldn't be too much work, it's mostly parsing the right tags (though finding the right ones in the 15 pages of spec dedicated to tables might be more challenging...

I would love a PR for this :)

We collect no data at all. The rtf files are rendered locally in your browser. Nothing is persisted (no localstorage etc.). No webservices are used (other implementations use the google...

If you are talking about the metadata displayed on the test page, that is metadata included in the rtf file which was saved while generating it. From page 38 of...

The rtf example you provide seems sufficient for a minimal table (`cellx` is a required part of the table definition `tbldef` according to the spec). We would certainly appreciate a...

If you are still interested, I have just ported the `table-support` branch to the current master so it is now all typescript and has the test suite, which should make...

As stated above the branch never got to a state where it could actually parse anything but simple examples (and not in the 'some things arent't handled yet' but in...

From the spec: `Possible values include those in the following table`. A quick google search shows that there are rtf documents which use other codepages (for example google `ansicpg10002`). For...

I had a quick look at it and it seems that to fix this issue one needs to implement `\ilvl` from the 'Bullets and Numbering' section of the rtf spec....