0

I have a PDF file that I want to convert to PowerPoint using .NET. What is the best tool for the job? The most important part of the conversion is that it looks as similar to the source as possible. Well, that and it can be done programmaticly.

5
  • A PDF, or many different PDFs? PDF is just a container, for text, images, vector graphics, etc. Commented Dec 1, 2009 at 14:30
  • Either or. I use websupergoo and I can use that to strip PDFs into many sections or merge multiple sections into one. Commented Dec 1, 2009 at 14:41
  • Oh, I see what you are asking. The PDF is generated dynamically by the server based on the user's request. It's not a single static file. Commented Dec 1, 2009 at 14:42
  • Could you maybe just make the server generate PPT files directly instead of PDF files? That is if you have control over that process of course. Commented Dec 7, 2009 at 9:16
  • The convertapi.com provides PDF to PowerPoint Api. Commented Jan 27, 2012 at 15:58

2 Answers 2

3
+100

You have a few options:

Sign up to request clarification or add additional context in comments.

4 Comments

+1, and for the last point you might want to add another reference to Aspose for their PowerPoint API (aspose.com/categories/.net-components/aspose.slides-for-.net/…)
Thank you so much. I'm researching these options now. I'm starting with WebSuperGoo. The EMF is vectorized but some text is rotated 90 degrees. This doesn't happen with png/jpg/etc, so I'm e-mailing them about it.
There's only 18 hours left. Marking as answer to make sure you get credit where credit is due.
@diadem, tyvm! just hitted cap today =)
-1

That's a pretty rough question. My suggestion would be to render the PDF pages as images, and stick the images in slides inside of powerpoint.

This is definitely do-able programatically.

3 Comments

That's actually what i do right now, but the users are not happy with it. People want to use PowerPoint files as presentations. That means it will be up in big projectors with wall sized screens and all that jazz. Since this method uses images instead of truetype fonts and the like, people can't zoom in without pixelization. That's why I'm looking for a true conversion.
I don't know of anything that will do this. If you were to code this from scratch, it would take a long time to do. I don't know what the market is like for PDF->PPT conversion tools, but you might be able to sell it when your done :)
Sell it? It'd be more like this xkcd.com/664 . What about HTML to PPT generators?

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.