Search found 4 matches

by a.delbrocco@swen.it
Thu Jun 25, 2020 3:14 pm
Forum: Stimulsoft Reports.JS
Topic: Uncaught TypeErrors
Replies: 6
Views: 2523

Re: Uncaught TypeErrors

I have the same problem, we use nodejs and typescript i'll try to remove some other component but then i have other problems loading fonts. TypeError: Cannot read property 'filesPath' of undefined at Function.Z.addOpentypeFont (\node_modules\stimulsoft-reports-js\Scripts\stimulsoft.reports.js:44:255...
by a.delbrocco@swen.it
Wed May 06, 2020 11:42 am
Forum: Stimulsoft Reports.JS
Topic: Render report with bookmark and links
Replies: 7
Views: 1706

Render report with bookmark and links

Hi, I've created a Report with Stimulsoft Editor using bookmarks and Hyperlink. In the preview all goes right. I can see bookmarks and navigate internal Hyperlink (link to bookmark). When I deploy to nodejs and export the PDF using Stimulsoft.Reports.JS, all bookmarks and hyperlink disappear. To exp...
by a.delbrocco@swen.it
Thu May 23, 2019 4:00 pm
Forum: Stimulsoft Reports.JS
Topic: Error Loading image in header
Replies: 3
Views: 1947

Re: Error Loading image in header

Ok i'll try, but in my service i need to wait for report completion in sync to accomplish other tasks.
For example i have to return report content in rest return data
by a.delbrocco@swen.it
Sat May 18, 2019 5:53 am
Forum: Stimulsoft Reports.JS
Topic: Error Loading image in header
Replies: 3
Views: 1947

Error Loading image in header

Hi i need to load an external image in header. I use js from node. I have tried different way to do it. with image variable, and with json datasource. In designer preview mode is ok, when i export to pdf no image is inside. const Stimulsoft = require("stimulsoft-reports-js"); const report ...