Powerpoint

I have two links on a page. One goes to an excel spreadsheet and the other goes to a powerpoint. If you click on the excel it prompts you to down load it or open it. IF you click on the powerpoint.....it opens it in the browser.....why does that happen?

View Replies


ADVERTISEMENT

Export To PowerPoint

I'd like to export a page to a powerpoint file,

<%
Response.Buffer = true
Response.ContentType = "application/vnd.ms-powerpoint"
Response.AddHeader "content-disposition", "inline; filename=nombre.pps"
Response.Write "graph 1"
Response.write "<TABLE><TR><TD> Grafico <br><IMG SRC='imagen.gif'> </TD> </TR></TABLE>"
Response.Write "graph 2"
Response.write "<TABLE><TR><TD> Grafico <br><IMG SRC='imagen.gif'> </TD> </TR></TABLE>"
Response.Flush
Response.End
%>

how can i create a new page to put the second bitmap in ?

View Replies View Related

Dynamic Powerpoint

how do u actually create pdf or powerpoint on the fly which should have necessary statis info along with that i need to attach the proposal with financial information like pricing. If differs from one proposal to another depending upon client's selection of products.

The above said process should be a ppt or a pdf. Server scripting can be even asp.net or asp. I tried many solutions by the way like htmldoc, datapoint etc. Most of the things giving me either funcationality error or alignment issue.

Am very desperate in finding the right solution if you people hve involved in such projects. Alternatively i need some solution which can help me converting html file to pdf or html using asp or asp.net coz i can easily generate html files on the fly and then i can convert it.

View Replies View Related

Can't Open Powerpoint Files Via Web

some users on our network are having difficulty opening Powerpoint
files via the Web. I've read the article "In-Place Activation Using Internet
Explorer 5 Does Not Work for PowerPoint Slides" at this location:
http://support.microsoft.com/defaul...B;EN-US;q290180. However,
following the guidelines of the article has not resolved the issue. Our
users have Windows 2K, XP Pro, Internet Explorer 5.5 and 6.0.

View Replies View Related

PowerPoint Permissions Issue

To provide a small team assistance in a rather massive data conversion effort, I've built an ASP script that scans/scrapes a pile of PowerPoint presentations that are in an agreed-upon format and pulls in textual data from these files to be uploaded into a database

Believe it or not, the thing is (a) working, and (b) not too strange

However, it only works for me (a member of the web server's administrators group). When one of the "normal" users tries to hit the page, they receive the following error

"The call to Server.CreateObject failed while checking permissions. Access is denied to this object. Code:

View Replies View Related

Editing A Powerpoint Presentation Dynamically

I want to know is it possible to edit a powepoint presentation programmatically, i need to supply the values dynamically on web page.

For example if a user chooses state "Texas" and press the button "continue", the program should edit the the powerpoint presentation that is adding information related to Texas. If he/she chooses a different state, it should show the information of that state.

If this is possible, How can i achieve it?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved