473,387 Members | 1,641 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

ASP.NET and Powerpoint

Hi,

Not sure if this is the correct forum, so apologies in advance, if it's not.

I have a requirement to dynamically generate a powerpoint slide via a
webpage. My first thought was some knid of automation object that
would be created server side and then a link provided for the user to
download.

However, the user wants to be able to see the chart being built up on
screen, so they can see progress. So I think I'm going to have to deal with
some form of
ActiveX control.

Could anyone point me in the direction or supply some tutorials or code
snippets to example how this could be acheived in a ASP.NET webpage.

TIA

MattC
Jan 6 '06 #1
9 7976
Sounds like a weird request. Would a normal progress bar do it?
Aspose have a power point component that seems to be pretty good.
Otherwise you can build the powerpoint in the background and just build
some graphs with one of the libs like ChartFX.

Remy Blaettler

Jan 6 '06 #2
I now, weird. What I thought I might be able to do is load a powerpoint
object in a page then have code behind write out the raw data for the chat,
then have a javascript onload event actually load the data into the Active X
component.

I did this once with a treeview control but this is slightly
more....uhh...complicated.

I'm having trouble finding if this is even possible??

MattC
"Remy" <rb********@hotmail.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
Sounds like a weird request. Would a normal progress bar do it?
Aspose have a power point component that seems to be pretty good.
Otherwise you can build the powerpoint in the background and just build
some graphs with one of the libs like ChartFX.

Remy Blaettler

Jan 6 '06 #3
What you actually could do is to use VBA in the Powerpoint to build up
the slides.
You can connect to a server via TCP/IP or XML/HTTP to get the data.
It's not easy, but it works. If done something like that for Excel.

Good luck :-)

Remy Blaettler
http://www.collaboral.com

Jan 6 '06 #4
This is the only decent way I've seen to generate PowerPoint from ASP.NET:

http://SteveOrr.net/reviews/AsposePowerPoint.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"MattC" <m@m.com> wrote in message
news:ui**************@TK2MSFTNGP11.phx.gbl...
Hi,

Not sure if this is the correct forum, so apologies in advance, if it's
not.

I have a requirement to dynamically generate a powerpoint slide via a
webpage. My first thought was some knid of automation object that
would be created server side and then a link provided for the user to
download.

However, the user wants to be able to see the chart being built up on
screen, so they can see progress. So I think I'm going to have to deal
with some form of
ActiveX control.

Could anyone point me in the direction or supply some tutorials or code
snippets to example how this could be acheived in a ASP.NET webpage.

TIA

MattC

Jan 6 '06 #5
"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:up**************@TK2MSFTNGP09.phx.gbl...
This is the only decent way I've seen to generate PowerPoint from ASP.NET:

http://SteveOrr.net/reviews/AsposePowerPoint.aspx


I couldn't agree more - Aspose really is the only usable tool for
integrating Office products into web solutions without going for
SharePoint...
Jan 6 '06 #6
Steve,

This looks promising. After looking into it they are rally only interested
in the charting side of things that powerpoint provides. Now
I think what they are really after is embedding an MSGraph object into the
page. But they want to see the chart build up infront of them as the data
is loaded.

Would Aspose.powerpoint handle this or would I be better trying to find an
ActiveX component that will let me dynamically use MSGraph? Also I'll be
working in C#.

Found it really hard to find any example of how to access these components
in C# and use in a webpage.

TIA

MattC
"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:up**************@TK2MSFTNGP09.phx.gbl...
This is the only decent way I've seen to generate PowerPoint from ASP.NET:

http://SteveOrr.net/reviews/AsposePowerPoint.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"MattC" <m@m.com> wrote in message
news:ui**************@TK2MSFTNGP11.phx.gbl...
Hi,

Not sure if this is the correct forum, so apologies in advance, if it's
not.

I have a requirement to dynamically generate a powerpoint slide via a
webpage. My first thought was some knid of automation object that
would be created server side and then a link provided for the user to
download.

However, the user wants to be able to see the chart being built up on
screen, so they can see progress. So I think I'm going to have to deal
with some form of
ActiveX control.

Could anyone point me in the direction or supply some tutorials or code
snippets to example how this could be acheived in a ASP.NET webpage.

TIA

MattC


Jan 7 '06 #7
If the only want to see a chart on the Web, why not just get on of
these .net charting components?
There are tons out there.

Jan 9 '06 #8
"Remy" <rb********@hotmail.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
If the only want to see a chart on the Web, why not just get on of
these .net charting components?
There are tons out there.


This is one of the best:
http://www.advsofteng.com/
Jan 9 '06 #9
They definately want it to be PowerPoint. So, given that, does anyone have
any examples of displaying a powerpoint chat in an ASP.NET page where the
chart's data in supplied from a datatale/dataset?

TIA

MattC

"MattC" <m@m.com> wrote in message
news:uC**************@TK2MSFTNGP10.phx.gbl...
Steve,

This looks promising. After looking into it they are rally only
interested in the charting side of things that powerpoint provides. Now
I think what they are really after is embedding an MSGraph object into the
page. But they want to see the chart build up infront of them as the data
is loaded.

Would Aspose.powerpoint handle this or would I be better trying to find an
ActiveX component that will let me dynamically use MSGraph? Also I'll be
working in C#.

Found it really hard to find any example of how to access these components
in C# and use in a webpage.

TIA

MattC
"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:up**************@TK2MSFTNGP09.phx.gbl...
This is the only decent way I've seen to generate PowerPoint from
ASP.NET:

http://SteveOrr.net/reviews/AsposePowerPoint.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"MattC" <m@m.com> wrote in message
news:ui**************@TK2MSFTNGP11.phx.gbl...
Hi,

Not sure if this is the correct forum, so apologies in advance, if it's
not.

I have a requirement to dynamically generate a powerpoint slide via a
webpage. My first thought was some knid of automation object that
would be created server side and then a link provided for the user to
download.

However, the user wants to be able to see the chart being built up on
screen, so they can see progress. So I think I'm going to have to deal
with some form of
ActiveX control.

Could anyone point me in the direction or supply some tutorials or code
snippets to example how this could be acheived in a ASP.NET webpage.

TIA

MattC



Jan 9 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Ata | last post by:
Hello, I am trying to copy the contents of the output of SQL Reporting Services to a PowerPoint slide. For this, I am using SQL Reporting Services to obtain an IMAGE stream, which I paste to the...
6
by: C Williams | last post by:
Hi, I am writing some VB.NET code that compiles to a dll. There is some code within it that manipulates Powerpoint 2003. The dll I am writing is for smart tags, and I am having trouble...
2
by: WillRead | last post by:
I have a VB.Net application and a PowerPoint presentation explaining how each form in the application works, etc.. I would like to select and display the slide appropriate for each form by pressing...
4
by: Joseph | last post by:
I am trying to open a 3 powerpoint presentation simultaneously afte each other without interruption, the operator of the application doe not need to notice anything or interfere in the operation of...
0
by: Marc Eggenberger | last post by:
Hi there. I have an webapp (asp.net) which should use powerpoint to create a presentation and then send that presentation to the user. I'm using VS2003 and Office2003 (project req.). The...
8
by: Rut | last post by:
Does anyone know how to start powerpoint from vb.net without the ppt screen appearing. I want to keep it hidden? Using this code: Try pp = New PowerPoint.Application pp.Visible =...
0
by: bosky101 | last post by:
hi, im using VS 2005 ,and working on a windows applicaiton that opens powerpoint files. I ahve stumbled upon the folowing problems : 1. no pIA 's for office 2000 . what do i do ? 2. i managed...
6
by: BWPanda | last post by:
Hi everyone, I'm wanting to use VB.NET to display a powerpoint presentation, much the same way as the presenter that comes with PowerPoint (when used on multiple monitors). Basically, I want to...
1
by: chrizstone | last post by:
Hi Guys, What i want to do is: I want to create a Slide programmatically where a Table is on it! Here´s my Code: String strTemplate; strTemplate = template; String...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.