Andrey Savin

Results 30 comments of Andrey Savin

Seems to be a bug. Love the way you reported. Only thing that could be worth to add - little code that it can be run to reproduce the bug

Hi there! I think the understanding of tabs should be so that `\t` affects only one textRun, so this works for me: ``` const fs = require('fs'); const { Document,...

And just in case, if you try to produce page number on the right via tabs then the footer text length has to be smaller, than page size otherwise it...

I think this issue should be sort of risen to the google docs, not to this particular library. And for you, I'd suggest using iframe for page numbering https://docx.js.org/#/usage/text-frames?id=intro Be...

Hi guys! In short: there seems to be no solution for this I'll explain what happens: In Word's world **The TOC is literally pairs of internal links and fields** that...

@kalda341 I did try to create TOC via word and then modify dirty="true" to it, it does ask it also on opening. So I have doubts on ability to turn...

Normally I'm using ``, but in order to test your problem I've disassembled .docx and changed "pct" to "auto" and it doesn't seem to be your problem since it opened...

Interesting stuff, lets see what Dolan says, but this attribute is made exactly according to the standard http://officeopenxml.com/WPtableWidth.php

Bonjour :) Very known issue. Best explanation is in here, I think: https://github.com/dolanmiu/docx/issues/349

Hi @dvjuncal Please provide the code so we can reproduce & fix or point out mistakes