Search found 29 matches

by edsonmiranda
Thu Oct 28, 2021 8:08 pm
Forum: Stimulsoft Reports.JS
Topic: Good practice for replacing the RTF Editor
Replies: 17
Views: 8011

Re: Good practice for replacing the RTF Editor

As developers we need some kind of an asp.net multiline TextBox component to use in webforms applications so the user can type any text, and change the style, bold, underline, font style, line heigth etc, but user friendly like editing in MicrosoftWord but within the stimulsoft html tags limitations...
by edsonmiranda
Thu Nov 19, 2020 3:46 pm
Forum: Stimulsoft Reports.JS
Topic: Good practice for replacing the RTF Editor
Replies: 17
Views: 8011

Re: Good practice for replacing the RTF Editor

I think you should have an Editor available standalone so we can use in asp.net forms so the final user of our software can edit without the need to open mrt files.
by edsonmiranda
Tue Jun 04, 2019 3:22 pm
Forum: Stimulsoft Reports.WEB
Topic: Export PDF to separated pages
Replies: 1
Views: 981

Export PDF to separated pages

I need to export a report to a pdf file to a server folder into separated pdf files, each pdf is a page.
For example I have a report with 30 pages named "Contract.mrt".
I need to export to 30 pdf files named Contract1.pdf, Contract2.pdf, Contract3.pdf and so on.
by edsonmiranda
Tue Jun 04, 2019 3:06 pm
Forum: Stimulsoft Reports.JS
Topic: Good practice for replacing the RTF Editor
Replies: 17
Views: 8011

Re: Good practice for replacing the RTF Editor

Where can I find this editor? Can I use this component in asp.net webforms or mvc? Look, I am talking abou an external component like the report viewer <cc1:StiWebViewer> Think about something like <asp:StiTextBox> that we could use in webforms to type html formatted texts so the TEXT component in m...
by edsonmiranda
Tue May 28, 2019 4:06 pm
Forum: Stimulsoft Reports.JS
Topic: Good practice for replacing the RTF Editor
Replies: 17
Views: 8011

Re: Good practice for replacing the RTF Editor

Hi! I think you should consider develop and distribute a TextBox component so we could develop and provide an interface to users to edit their custom reports. There are many html text editor available but none of them are compatible with these html limitations. We don't want users to access mrt file...
by edsonmiranda
Mon Apr 29, 2019 2:25 pm
Forum: Stimulsoft Reports.WEB
Topic: Html tag font face not working Azure
Replies: 6
Views: 2817

Re: Html tag font face not working Azure

This is a huge problem. Do you have intentions to make an upgrade to "html tags" so it can use GDI+ to render fonts and to use standard html so we can use div, span, etc?
by edsonmiranda
Sun Apr 28, 2019 3:27 pm
Forum: Stimulsoft Reports.WEB
Topic: Rendering of Allow Html Tag Style affect some elements.
Replies: 7
Views: 3460

Re: Rendering of Allow Html Tag Style affect some elements.

In my opinion I suggest Stimulsoft to use standard html tags, it´s very difficult to develop user interface with standard html textboxes. We have to make conversion that I think it's not the right way to do. Think about guys!
by edsonmiranda
Fri Apr 26, 2019 1:40 pm
Forum: Stimulsoft Reports.WEB
Topic: Html tag font face not working Azure
Replies: 6
Views: 2817

Re: Html tag font face not working Azure

Hi, do you have news about this issue?
by edsonmiranda
Wed Apr 24, 2019 4:25 pm
Forum: Stimulsoft Reports.WEB
Topic: Html tag font face not working Azure
Replies: 6
Views: 2817

Re: Html tag font face not working Azure

Follow attached file as requested.
This problem only occurs when running on Azure.
See the first field when exported to PDF, we expect to show Arial Narrow.
by edsonmiranda
Thu Apr 11, 2019 6:30 pm
Forum: Stimulsoft Reports.WEB
Topic: Html tag font face not working Azure
Replies: 6
Views: 2817

Html tag font face not working Azure

I am using Azure WebApp as DataCenter for may application. I use Arial Narrow font and create Arial Narrow.fiz and load this font in Global.asax.cs, code follows as below: FontsInfoStore.LoadFontInfoToStore("Arial Narrow", Server.MapPath("~/fonts/") + "Arial Narrow.fiz"...