Cao Trong Tin
Cao Trong Tin
I have same issue
@anti-the-social Can you help me, bro? 😄 Thanks
Thanks a lot @anti-the-social 👍
Hi @anti-the-social , it doesn't seem to work on LibreOffice ``` const firstSection = { children: [ new Paragraph({ text: 'Hello', heading: HeadingLevel.HEADING_1 }), new Paragraph( 'Himenaeos duis luctus nullam...
Thanks for your help @anti-the-social
Hi @anti-the-social , there are some pages with 24 lines, others with 25 lines even though they are formatted the same. Why? Please help me! I saw problem. Here is...
Hi @anti-the-social , I have code example about my case ``` const fs = require("fs") const { Document, Packer, Paragraph, TextRun, Header, LineNumberRestartFormat } = require("docx") const transcriptLines = [...
I have just tried with another transcript lines ``` const transcriptLines = [ 'Line 1', 'Line 2', 'Line 3', 'Line 4', 'Line 5', 'Line 6', 'Line 7', 'Line 8', 'Line...
> Cool! I try it now. Thank you so much!
Can we set haging indent for each transcript line? If i want align center some transcript line, how to implement it @anti-the-social ? Thanks