Questions tagged as 'docx'

3
answers

Transform document docx to html

I have a document docx already saved in bytes[] and I need to pass it to html to be able to display it on a page. I'm using Visual Studio with .NET to develop it in C #. Currently I already work from pdf that is easy to trans...
asked by 30.06.2016 / 16:57
3
answers

Edit document doc (x) with node.js / javascript

I am trying to get the data collected from the user sent to a doc (x) text document stored on a server, so that the data completes a template. So far I have only found an Office API for JavaScript, but I'm worried about compatibility issues or p...
asked by 15.07.2017 / 13:40
1
answer

Style for word table Python-docx

I am trying to generate a word document with Python, for this I use the python-docx module. I want to establish a very specific style for a table in the word document: 'Grid Table 5 Dark Accent 1'. But this particular style is not found in the l...
asked by 17.07.2018 / 11:03
0
answers

I have this error, I am trying to integrate JSZipUtils

I have already installed it with: npm i jszip-utils , but this error appears, it is already integrated into the index, the route is correct    ERROR !!!: Refused to execute script from   ' link '   because its MIME type ('text / html')...
asked by 12.09.2018 / 20:08
0
answers

I need to do line breaks in my word template, the paragraph comes in html

if(JSON.stringify(note) != '{}') { var zelda = JSON.parse(JSON.stringify(note)); var a = zelda.html_string.replace(/<(?:.|\n)*?>/gm, " "); var b = a.replace(/[\x00-\x1F-\x9F]/g, ''); var string = b; var string_split = st...
asked by 11.09.2018 / 22:47
0
answers

Solve: Content not readable in WORD, when making a Report with PHPWORD

Hi, I have a problem, I'm working with PHPWORD, more specifically with TemplateProcessor, all right in the code apparently, but when I download my report it does not open and I get the following message that I attached in image: Here is the...
asked by 08.05.2018 / 14:20