Dolan

Results 153 comments of Dolan

Never heard of it, but I'll take a look

So I don't think fontkit creates ODTTF, which is the format Word documents need: https://github.com/foliojs/fontkit/issues?utf8=%E2%9C%93&q=ODTTF

On a side note, I found this though: https://gist.github.com/dungsaga/ab8d2379bb566c9925b27df3bc82ca8b But it's in reverse, it converts ODTTF to TTF Would welcome a PR which creates the reverse of that gist above

I am stuck on the conversion of TTF to ODTTF, need to figure out how to do this. Word only accepts the ODTTF file format for fonts

Are there any free TTF to ODTTF converters online?

If you can figure it out and make a PR, that would be much appreciated!

There is `columnSpan`, check out the following example: https://github.com/dolanmiu/docx/blob/master/demo/32-merge-and-shade-table-cells.ts#L1

Ah column width is a hugely requested feature, will get round to it at some point, at the moment, not supported im afraid

This piece of work wasn't done by me and there were no tests for it, so it was very hard to deal with I am thinking of re-factoring it all...