Search found 5 matches

by divs
Fri Jul 31, 2020 9:18 am
Forum: Stimulsoft Reports.JS
Topic: Icon set condition not working for PDF.
Replies: 4
Views: 1177

Re: Icon set condition not working for PDF.

Lech Kulikowski wrote: Thu Jul 30, 2020 5:52 pm Hello,

We couldn't reproduce the issue. Please try to check the last release build.

Thank you.
Did you check with the same version as 2019.3.7?
by divs
Thu Jul 30, 2020 12:29 pm
Forum: Stimulsoft Reports.JS
Topic: Icon set condition not working for PDF.
Replies: 4
Views: 1177

Icon set condition not working for PDF.

Hi Team,

I am using Stimulsoft Version: 2019.3.7 with vue.js
Report view as attached below in which I have set up icon set conditions that are working fine with preview mode but icons are not shown in report when I save it as PDF.
by divs
Mon Jul 20, 2020 9:57 am
Forum: Stimulsoft Reports.NET
Topic: Digital Signature not being displayed in PDF.
Replies: 3
Views: 1250

Re: Digital Signature not being displayed in PDF.

Lech Kulikowski wrote: Mon Jul 20, 2020 7:38 am Hello,

Unfortunately, Digital Signature in PDF is not available for the NET Core version.

Thank you.
Thanks for the information.
by divs
Mon Jul 20, 2020 6:18 am
Forum: Stimulsoft Ultimate
Topic: Question about function export to pdf
Replies: 7
Views: 4429

Re: Question about function export to pdf

HighAley wrote: Mon Jul 11, 2016 7:42 am Hello.

Yes, you could add the Digital signature to the report.
For more information read the User Manual.

This feature is available in .NET report engine only.
Could you specify which our component you use?

Thank you.
Is this available for (.net core 2.1)
by divs
Thu Jul 16, 2020 1:21 pm
Forum: Stimulsoft Reports.NET
Topic: Digital Signature not being displayed in PDF.
Replies: 3
Views: 1250

Digital Signature not being displayed in PDF.

I am using below code (.net core2.1) on my local machine to test the digital signature (self signed), but not getting digital signature printed on my pdf, event I am not getting any error. FileStream fs = new FileStream(@"D:\certificate\test.pfx", FileMode.Open); byte[] buf = new byte[fs.L...