Hi @jan_blaha,
I noticed that jsreport released v4.12.0; congratulations!
Can you please provide guidance on how to use html-to-xlsx with image support?
Thanks in advance.
Hi @jan_blaha,
I noticed that jsreport released v4.12.0; congratulations!
Can you please provide guidance on how to use html-to-xlsx with image support?
Thanks in advance.
Hi @jan_blaha,
I saw the older note that jsreport html-to-xlsx recipe didn’t support images (issue #711) and that it was in the backlog.
Can you please confirm if html-to-xlsx supports images now (for example <img src="data:image/png;base64,..."> or external image URLs)?
If not, is there any recommended workaround besides switching to the xlsx recipe?
Thanks in advance.
This is my code, but it's not working. How can I fix it?
const axios = require('axios');
const preProcess = require('/app/preProcessingData');
async function beforeRender(req, res) {
try {
const payload = req.data;
// You can now call preProcess here if needed
preProcess('someTemplateName');
} catch (error) {
console.error('Error in beforeRender:', error);
}
}
function preProcess (templateName) {
console.log(templateName,'templateName')
}
module.exports = preProcess;

Hello,
I am generating a report and need to add a disclaimer at the bottom of the last page. I created a component for this purpose and used avoid page breaks. However, if the content doesn't fit on a single page and flows to the next page, I cannot set the disclaimer specifically at the bottom of the last page.
I tried using position: absolute; bottom: 0, but this causes the disclaimer to always appear on the first page, overwriting the content.
Thank you for helping me find a solution!

Hello,
how i can stop profiler?
I already stop profiler.
"profiler": {
"defaultMode": "disabled",
}

Previously, I was using jsreport version 3.11.3, and now I've updated to version 4.3.0. While jsreport worked fine on Heroku with version 3, it is not functioning with the new version.


Thank you @admin, its works form me.
There is another issue
When I merged large files using pdf-lib, the jsreport Heroku server used large amounts of RAM.
Are there any configuration changes?

Hey,
I have issue with the larger report generated.
I’m using an aws-s3 file storage.
errors:
While rendering, this error occurs. Can you say why this occurs and a solution for this.!
also increased reportTimeout
When I try to generate a report after deploying the jsreport server on Heroku, I receive an error.

I use AWS Beanstalk, and whenever I send an API request, I receive a 413 response. The same error also occurs when I try to add data to JSReport Studio.
Moreover, I added
"extensions.express.inputRequestLimit: 200mb"
"extensions_express_inputRequestLimit: 200mb"
