Search found 5 matches

by rafael_at
Thu May 07, 2020 11:06 am
Forum: Stimulsoft Reports.JS
Topic: Postgres connection with SSL
Replies: 5
Views: 2006

Re: Postgres connection with SSL

The change in: https://github.com/stimulsoft/Samples-JS/blob/d29f6a1323fd73e542fa3032e3880327a9d67f07/Node.js/04.%20Start%20SQL%20Adapters%20from%20Http%20Server/PostgreSQLAdapter.js#L114 is more or less: var pg = require('pg'); if (command.connectionString.startsWith("postgres://")) comma...
by rafael_at
Wed May 06, 2020 10:54 am
Forum: Stimulsoft Reports.WEB
Topic: HTML tag font-color doesn't work with pdf export
Replies: 1
Views: 968

HTML tag font-color doesn't work with pdf export

Hi, I'm trying to change the color of a text component dynamically: the color comes from the data source (every row has a different color, defined as hex-string). So I tried different approaches, nothing works on .Net Core, but on .Net Framework it works all: - BeginRender event: Stimulsoft.Base.Dra...
by rafael_at
Wed May 06, 2020 10:40 am
Forum: Stimulsoft Reports.WEB
Topic: Add fonts from resource in .NET Core
Replies: 13
Views: 6572

Re: Add fonts from resource in .NET Core

hi, I'm having the same issue with "Open Sans" (seems to apply to all Google Fonts...): Regular and Bold fonts have the same font family name "Open Sans" and Regular and Bold in two separate ttf files. using this, the pdf exporter doesn't recognize the correct regular/bold style....
by rafael_at
Wed May 06, 2020 10:31 am
Forum: Stimulsoft Reports.JS
Topic: Postgres connection with SSL
Replies: 5
Views: 2006

Re: Postgres connection with SSL

Thanks for the info! However, it doesn't really help, as I want to be able to use the macOS Designer.app. Only way I could solve this, was to actually hack your reports.js source code, which is embedded in the app bundle. I would suggest you add the option for SSL into the Posgres data adapter, as i...
by rafael_at
Sun May 03, 2020 9:46 am
Forum: Stimulsoft Reports.JS
Topic: Postgres connection with SSL
Replies: 5
Views: 2006

Postgres connection with SSL

Hi, I’m currently evaluating Stimulsoft Reports.JS and .WEB, as we are considering to make a switch from SSRS and Tableau. First problem I encounter is how to connect to our Postgres database with SSL. In the connection string in the macOS Designer I try “sslmode=require” “=true”, “ssl=true” etc. bu...