Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i want to convert ppt and pptx files(may from any version of ms office) to pdf. i dont know how to do it. i downloaded itextsharp but does not know how to use it. can some tell me how to convert ppt and pptx files to pdf with and without itextsharp.

In WCF.

please elaborate step by step.

What I have tried:

i have downloaded itextsharp but dont know how to do it.
Posted
Updated 12-Apr-18 22:19pm

1 solution

Do you have any idea how long it would take to "elaborate step by step" such a question? You first need to learn the Microsoft.Office.Interop.PowerPoint Namespace ()[^] to extract the Powerpoint information. Then how to create PDFs with iTextSharp, or the raw Adobe interface. That is not something you can learn in a QuickAnswers forum.
 
Share this answer
 
Comments
Rohit Korpal 13-Apr-18 13:46pm    
actually i mean i want to know which library is added to .net references, and which functions are called with which parameters to create pdf from ppt and pptx.
and i want this app to work on every platform where ms office is installed or not, or different version of ms office is intalled.
Richard MacCutchan 14-Apr-18 3:27am    
Then follow the links I gave you and study the documentation; that is where the information can be found.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900