Vinicius Fernandes
Vinicius Fernandes
I'm executing this code: ``` const convertAsync = util.promisify(libre.convert); export async function convertHTMLToWord(file: string) { try { const extension = '.docx'; const inputPath = `${__dirname}/example.html`; const outputPath = `${__dirname}/example${extension}`; await...
How to get the return of state of SelectMenu? I try with onChange but don't work, can you help change the doc and add this an example, please?
[Item grande com tabela.docx](https://github.com/user-attachments/files/18511563/Item.grande.com.tabela.docx) **Describe the bug** I received a complaint from my client saying that his table disappeared. This problem only happens when it is a document with a...