@bjrmatos Hi, I tried the solution <img src={{imageURL}} /> but the output is: <img src= />.
here is what I am doing:
-> I have created a word document template, and uploaded to jsreport
-> I use the (handlebar) engine and (docx) recipe
@bjrmatos Hi, I tried the solution <img src={{imageURL}} /> but the output is: <img src= />.
here is what I am doing:
-> I have created a word document template, and uploaded to jsreport
-> I use the (handlebar) engine and (docx) recipe
Since I am new to node and javascript, and I am sorry if my question is not related to jsreport, but is there any way to convert this xml to end user readable word file?
Thanks
@bjrmatos , I am doing pretty much the same, but in my example (attached) there is a cover page which should not have any header and footer.
I am using the (Chaining response stream) from nodejs-client, when I don't enable preview, a zip file containing some xml gets downloaded.
What am I doing wrong?
@jan_blaha Thanks, but I don't use the jsreport studio, I am using jsreport client from an expressjs app, there I have enabled the:
options: {
preview: true,
}
it successfully previews to the browser but when I press the download button it does not work.
I have a local jsreport installation and a docx report, when I try to download it, it redirects to jsreport.net:
How to change this behavior to my local server?
Thank you.
I need to add a Footer and Header in each page of docx file, I tried in the word footer template:
but it only works in the first page.
Can anyone help me please.
Thanks.!
@bjrmatos thank you very much for your very useful information.
Hi,
In my work, I need to insert multiple images in the reports, and these images are dynamically added with the expressjs app (meaning there might be a report with only image and some reports might have multiple images).
Is there any way to accomplish this? it is a very important part of my reports.
P.S. I checked the Assets I am a bit confused since in docs it says: You can create an asset using jsreport studio ... but I don't want to use jsreport studio for each report that I am generating.
Thanks.