i have changes noofWorkers confiig root name as chrome still time is taking
"chrome": {
"numberOfWorkers": 13
},
i have changes noofWorkers confiig root name as chrome still time is taking
"chrome": {
"numberOfWorkers": 13
},
yes i have used promise.all now it renders 9 sec .where i have to put workers,
{
"chrome": {
"numberOfWorkers": 3
}
}
in jsreport configuration or report request object??
here no of workers is 13 but still it takes time why?
Hi sir,
I have created script file as asset and also i have created global script . iwant to import global script in the asset script how to do that?
playground url - https://playground.jsreport.net/w/reshmajacob93/CbvTd4be
Or we can create font folder in the root level and import what ever font we need as asset and refer this folder path for
all templates right?
Thank you so much sir for clearing all my doubts patiently this means a lot for me .
Thanks.
we have two folders one is global where we store all templates and another is client folder where we store a copy of global template against each tenant.
Above is our template structure in multi tenant application.
We were not using permission.What permission you are talking about just for my understanding?
is there any api for permission in jsreport against folder?
thank you so much sir for your reply. So you are saying that instead of install font from docker file i have to import font as asset for each template and change font weight using fontface right?
But our application is multi tenant so each tenant have their own template so by importing font like this for every template (in order to work font weight bold ) is the store size in our case mongo db size exceed right?
is this is the better solution?Im dont have much knowledge in css