Hi,
I would like to ask if i have the older version of jsreport(2.x) but now i want to upgrade to newest version so what should I do?
Thank you for you advise.
Posts made by B_Brights
-
Update version if already purchase an old version
-
RE: Is license in V2 work with V3
Thank you so much.
And I have one more question if there have a possible way to install the jsreport by not using the internet for eg. use file from other machine.Thank you.
-
RE: Is license in V2 work with V3
Ok, got it thank. And if I want to install the specific version so I need to type like "npm install @jsreport/jsreport-cli@2.10.0" isn't it?
-
Is license in V2 work with V3
Can I use license from V2, use in jsreport V3. I just try to use but it told me that "license key is not valid for this version"
-
What script-manager do?
Hi, I use jsreport in centos at first after install jsreport in server it work perfectly for the response time but after use a couple month response time increse from 5 sec to about 8 sec. After drill down I found the script manager (use nodejs to send data and call to api/report) is take a long time so I wonder what is script manager do and how to improve the perfomance of jsreport.
For image result https://drive.google.com/file/d/1kDZVzyCAxlxSk-Sa4t0sehP3hs7iA3Ww/view?usp=sharing
Thank you -
Improve performance JSReport!
Hi, i wonder how to make JSReport generate pdf faster. I already added numberOfWorkers in config.json file but it seem not any difference(run with PM2).
Thank you
-
Run jsreport in cluster with PM2
Hi all, does anyone have an experince in or run jsrport in cluster mode in pm2 (CentOS).
Thanks -
RE: How to set margin for each page?
I'm already update the data example in playground.
link text -
RE: How to set margin for each page?
Thank you for you kind support , in my case I get content in one array I can not append and concatenate to multiple docs. Do you have any suggest for this case.
Best regards. -
How to set margin for each page?
Hi, Does anyone have problem to set each margin for each page. When I use pdf utils to merge pdf Ex. first page I have longer header so content may lower than other page but now I stuck with all page have the same margin-top
This is example that I use in my project (https://playground.jsreport.net/w/bright.cht/3BSFFY7V) -
How to get pdf page number.
Hi, now I'm stuck in get PDF page number when I use pdf utils to merge and I want to detect what page is it in the MAIN pdf that call the other one. (chrome-pdf, handlebars)
-
RE: Wrong display character.
Now, I move to work on Windows side use the same JSON data but it work probably, in the CentOS use the same data it display a diamond question mark. How to fix that? Thank.
-
RE: Wrong display character.
I already define the encoding in the beginning of the code.
-
Wrong display character.
The output of the pdf file display wrong character sometimes(especially in Thai with install font in the server). For example when first try to print the pdf it correctly but in the second time it display wrong. (https://postimg.cc/FfKLTrBj)