Html output print via stimulsoft report?

Stimulsoft Reports.NET discussion
Post Reply
iomega55
Posts: 29
Joined: Sat Sep 23, 2006 1:37 am

Html output print via stimulsoft report?

Post by iomega55 »

I have a request with something that is not Stimulsoft problem.

I need to print http://www.daypilot.org/demo/ the schedule calendar from the right(mostly when you have a full week information). Do you know if:

1.- Is it possible to print this on some stimulsoft report, i think if with some like this
http://www.devx.com/tips/Tip/27626 you can send the output to stimulsoft report

2.- I'd like to print this via stimulsofy because I need to print it in landscape orientation. I tried this, but it doesnt work for me:
http://home.tampabay.rr.com/bmerkey/exa ... -test.html

3.- Any advice if this cannot be printed via stimulsoft.

Thanks

Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Html output print via stimulsoft report?

Post by Edward »

iomega55 wrote:I have a request with something that is not Stimulsoft problem.

I need to print http://www.daypilot.org/demo/ the schedule calendar from the right(mostly when you have a full week information). Do you know if:

1.- Is it possible to print this on some stimulsoft report, i think if with some like this
http://www.devx.com/tips/Tip/27626 you can send the output to stimulsoft report

2.- I'd like to print this via stimulsofy because I need to print it in landscape orientation. I tried this, but it doesnt work for me:
http://home.tampabay.rr.com/bmerkey/exa ... -test.html

3.- Any advice if this cannot be printed via stimulsoft.

Thanks
Can you describe your task with more details. As we understood you want to print a report with a calendar (grid) at the left side of html page and sheduler (also grid) at the right side in landscape orientation via StimulReport.Net.
It is not a problem with StimulReport.Net.
Thank you.
iomega55
Posts: 29
Joined: Sat Sep 23, 2006 1:37 am

Html output print via stimulsoft report?

Post by iomega55 »

Ok,

all the logic for generate the report's tables( or grid ) it's already inside daypilot. So because it's a very specific logic that may be it's better leave as is, and not to try to replicate it in Stimulsoft, I would like to put report's tables inside a tag and try to send that html code inside tag to stimulsoft, so the report's tables are not modified and the logic remains in daypilot assembly.

The idea is tried to use Stimulsoft for receive an html code( or html page) and print that information but with the richness of your product.

The links I put above, where for a) how to take some specific innertHtml of a page, and b) how to print some page in landscape.

a) works ok and may be it can be used to send the div.innerHTML to stimulsoft,
b) doesnt work, here the print is via a normal window.print, and this is the reason because I'm trying to look for a solution using stimulsoft.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Html output print via stimulsoft report?

Post by Vital »

b) is a trouble. At this moment i don't know how to print html with landscape orientation. Some variants with css work, but not all browsers and with big troubles.

Thank you.
iomega55
Posts: 29
Joined: Sat Sep 23, 2006 1:37 am

Html output print via stimulsoft report?

Post by iomega55 »

After some search, I found abcpdf.net can help for render dynamically an html page to pdf format. If somebody knows another product it'll welcome
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Html output print via stimulsoft report?

Post by Vital »

So you need convert your report to pdf format?
iomega55
Posts: 29
Joined: Sat Sep 23, 2006 1:37 am

Html output print via stimulsoft report?

Post by iomega55 »

Hi:
I need to call a www.somepage.com/some.aspx or www.somepage.com/some.html and the output rendered send it to a pdf format, incluiding the CSS, format, etc.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Html output print via stimulsoft report?

Post by Vital »

In this case StimulReport can't help you. Only if you convert html to rtf. Other way does not exist.
Thank you.
Post Reply