@bjrmatos Here is an example in playground mode with similar setup: https://playground.jsreport.net/studio/workspace/SyTqOqt3b/7
erichulburd
@erichulburd
Posts made by erichulburd
-
RE: Cannot Render Font through API (asset not found)
-
RE: Cannot Render Font through API (asset not found)
@bjrmatos No, I am using the cloud server.
The background image is an asset and I include it as such:
body {
background: url("{#image businessCaseLtl.svg}") no-repeat fixed center;
} -
RE: Cannot Render Font through API (asset not found)
{
options: { 'Content-Disposition': 'attachment; filename=my_file.pdf' },
template: { shortid: 'abc123' },
data: {
data1: 1,
data2: 2
}
}I changed our template to use google Fonts, but now I have another problem. I have a background image that works fine in the playground but does not render at all when I download through API.
-
RE: Cannot Remove Edit Permissions
Thanks, on mac I used CMD + click to de-select permissions for a user.
-
Cannot Remove Edit Permissions
Hi,
I am using the cloud version of jsreport. I add a user through the interface and it adds that user to all of my templates with both read and write permissions.
Is it possible to edit these permissions through the UI? Or do I have to use the API? In that case, where is the documentation for connecting with the cloud API?
Eric
-
Cannot Render Font through API (asset not found)
When I render the PDF in the playground with assets, it renders fine. However, if I use the API, I always get a 500 error with the following message:
{"message":"Error during rendering report: Asset Roboto-Medium_7.woff not found"}
Anyone solved this issue besides using cdn for assets?
Thanks,
Eric