Makes sense. I was expecting the margin to be set automatically for me. If the content of the header is 100px then I would expect the page to be offset by that value.
Maybe a feature for the future.
I found Jan that <span> with style or class for text-align doesn't work but if I change to <div align="center"> or table td align="center" then it aligns.
In short, text-align bad, align good.
Yes nothing to do with jsreport.
It is well known IIS behavior that it after some idle time recycles application pool and put it to sleep.
Search for azure web app "always on" option.
It turned out this is already possible with current version. You just need to create custom jsreport script and in the afterRender hook encode the result into desired encoding. For example for windows-1252 you can do.
It turned out this is already possible with current version. You just need to create custom jsreport script and in the afterRender hook encode the result into desired encoding. For example for windows-1252 you can do.
Hi Jan, Sorry it's my client's report I don't think he will appreciate me doing that. I have TeamViewer maybe I can show you sometime?
I am still getting problems. I wonder if it has anything to do with importing templates that are from 1.8.2 and was using phantom?
I have just received a red screen of death. How can I upload an image?
You may need to run some sql schema alter afterwards. Maybe it will be easier to export templates in the current version into zip, using jsreport export feature and import it to the new empty database in the new version.
also please let us know can we use our existing Licence Key for this.
Yes. You have active subscription, so you can use any version you wish.
Hm. Could you create for us a repository which replicates this? Please try to make it minimal just with the code rendering report and crashing.
Unfortunately I was not able to replicate this and perhaps there is some difference.