C# - Convert Powerpoint Into Images?
Oct 25, 2010I want to convert powerpoint into images when a user uploads it to my server. What is the best way of doing it?
I was using interop, but it seems to be working only on client side.
I want to convert powerpoint into images when a user uploads it to my server. What is the best way of doing it?
I was using interop, but it seems to be working only on client side.
Is there a way I can convert a Powerpoint file to a Flash file using an SDK or any other method?
View 3 RepliesI have an example to convert pdf to images using GhostScript following this link:
[URL]convert pdf to images using GhostScript . So how can I do that better?
I have on web application and I wand to split pdf pages to corresponding images with open source or free dll.
View 1 RepliesI am making an asp.net web application..(Asp.net website)
I wants to give the facility to the user to use powerpoint and excel in my own application..
Means I wants to make powerpoint and excel in my application in asp.net web application..
how it will be possible....
Is it possible to generate powerpoint presentation in asp.net using the database values?
View 2 RepliesI'm working on a project that I'm trying to export data from textboxes in asp.net website project to a powerpoint file. I writing ofcourse in C#.The whole concept is to use the data the a user inserts to the text boxes and they are sent after clicking a OK button directly to a powerpoint file. I'm using OFFICE 2007 so I'm using powerpoint 2007 for this.A similar concept that I'm already using in the website project is doing the same thing but exporting to a WORD format file. I bumped against this following site a software to perform this and it's called: SoftArtisans. There website is http://www.softartisans.com/ .
Now, if somebody has a clue or a tutorial how I can do this, Export to a powerpoint file I'll be very thankful. I am also using Microsoft SQL Server 2008 R2 to save the data in the database, so if maybe someone knows how to export the data from the textboxes from the website TO the database and then TO the powerpoint file
We have an ASP.net site where we need to generate PowerPoint slides of the data. The slides will need to include charts and tables. I have come across Aspose.Slides online which seems a good option. What are your experiences with Aspose.Slides? Are there any other options we can pursue?
View 3 RepliesI need idea of new implementation. I have a client application which will interact with my application. My application needs to count how many slides are available in the powerpoint presentation file and it needs to provide it to the end user. And also user can ask this application to provide only first two slides or 3 and 4th slides to retrieve from the PPT file. How do I approach this. If any one has answer and source code please provide it.
View 4 RepliesIm am generating a ppt-file using this tutorial here Step 4 describes how to swap out the image placeholder.
Is there any way to resize the placeholder so it can keep the dimensions?
Edit:
users can upload images of them selves. The images are stored on the server. I am generating a ppt-file with one user per slide. And for every slide there will be an image, if any. I can of course get the dimensions of every image, but how do I replace the placeholder with an image of another dimension than the placeholder?
I'm generating a PowerPoint file using this as reference. A user can search other users based on many criterias. Information based on the user is saved in the PowerPoint file. But I can't save all PowerPoint files on the server.So, the user needs to right click a link, choose "Save As...", and save the file locally.
Nothing should be saved on the server. I have been Googling, but I'm not sure what to look for.I seems I am a bad googler. I removed "powerpoint" from my search string, and there are a lot of hits.
How can i view a PowerPoint Presentation on ASP.NET Page. If my PPT file is in the "PPTFILES" folder on my website root.
View 1 Repliesis there any way to open a powerpoint file and read the text in it to a string. i've imported the msoft.officeinterop namespace but i only get options for word. any help is greatly appreciated. i'm using vb.net
View 4 RepliesI have used this example when exporting data to PowerPoint:
I have modified the GenerateSlidesFromDB() method:
public void GenerateSlidesFromDB()
{
string slideName = @"C:UsersxDesktopoutput.pptx";
File.Copy(@"C:UsersxDesktopTest.pptx", slideName, true);[code]....
As you can see I overwrite the placeholder with "Test User", and it works like a charm.I need to add an image (as a placeholder) to this pptx-file. When I do that (and run the code again) I get a corrupted pptx-file?
Error message: PowerPoint removed unreadable content in output.pptx. You should review this presentation to determine whether any content was unexpectedly changed or removed.
Edit: If I try the original code (which is slightly modified since I dont have Adventureworks), I get some other kind of error message:
This file may have become corrupt or damaged for the following reasons: Third-party XML editors sometimes create files that are not compatible with Microsoft Office XML specifications.
The file has been purposely corrupted with the intent to harm your computer or your data. Be cautious when opening a file from an unknown source.
PowerPoint can attempt to recover data from the file, but some presentation data, such as shapes, text,and formatting, may be lost.
Do one of the following:If you want to recover data from the file, click Yes.If you do not want to recoverdata from the file, click No.
I want to export Gridview to Microsoft Powerpoint or save the Gridview as Image. Is it possible to do so?
View 5 RepliesI want to include some pie charts present in my power point file. Can any one tell me how to do that? or atleast help in creating pie charts on my web page.
View 1 RepliesHow to send email with pdf and powerpoint slide, gif files using asp .net c#............
View 1 RepliesI have a ASPX Page. where I have a link view, which when I click on it it should open a power point presentation in the different window.which is already save in db
View 1 Replieshow to export ASP.net chartcontrol to Excel and ppt,
For exporting excel i tried different ways...
Below is my codeits not working
protected void Button2_Click(object sender, EventArgs e)
{
Response.Clear();
[Code].....
I am displaying images on grid view control and I want to export these images on power point (.ppt) file how can I do this?
View 1 RepliesHow to upload Power Point Presentation in sql server using asp application and
also how to show the PPT to user
How to open word/Excel/Power Point documents in edit mode in any browser using asp .net.
View 1 RepliesI am very new to asp.net and SQL server. I am helping out my team by researching the possibility for any user to download reports into Word and Excel from the SQL database by simply clicking a button.
View 1 RepliesBelow is the page and file is in local drive.
<asp:GridView runat="server" ID="gvDetails" AutoGenerateColumns="false">
<Columns>
<asp:BoundField DataField="Id" HeaderText="Id" />
[Code].....
I need to develop in ASP.NET or in SilverLight a web-based editor and a web-based player for PowerPoint presentation. Are there any components I can use to do this?
View 2 Replies