.NET . के लिए PPTM फ़ाइल व्यूअर
Microsoft PowerPoint या Office Automation के बिना PPTM जैसी प्रस्तुति फ़ाइलें देखें
C# का उपयोग करके PPTM फ़ाइल कैसे देखें
PPTM फ़ाइल देखने के लिए, हम उपयोग करेंगे
एपीआई जो किसी भी व्यूअर के साथ उपयोग किए जाने के लिए सी # प्लेटफॉर्म के लिए एक सुविधा संपन्न, शक्तिशाली और उपयोग में आसान एपीआई है। खुला
पैकेज मैनेजर, खोजें अनुमान करें।स्लाइड्स और स्थापित करें। आप पैकेज मैनेजर कंसोल से निम्न कमांड का भी उपयोग कर सकते हैं।
पैकेज मैनेजर कंसोल कमांड
PM> Install-Package Aspose.Slides.NET
PPTM को C# के माध्यम से देखने के चरण
Aspose.Slides डेवलपर्स के लिए PPTM फ़ाइल को कोड की कुछ पंक्तियों के साथ देखना आसान बनाता है।
प्रेजेंटेशन ऑब्जेक्ट को इंस्टेंट करें और PPTM फ़ाइल लोड करें
स्वरूपण के लिए ResponsiveHtmlController का एक उदाहरण बनाएं
HtmlOptions का एक उदाहरण बनाएँ और HtmlFormatter गुण सेट करें
PPTM प्रेजेंटेशन को HTML फॉर्मेट में सेव करें
कॉल प्रक्रिया। डिफ़ॉल्ट ब्राउज़र में पीपीटीएम सामग्री लोड करने के लिए परिणामी HTML के पथ से प्रारंभ करें
सिस्टम आवश्यकताएं
Aspose.Slides for .NET सभी प्रमुख ऑपरेटिंग सिस्टम पर समर्थित है। बस सुनिश्चित करें कि आपके पास निम्नलिखित पूर्वापेक्षाएँ हैं।
- Microsoft Windows या .NET Framework, .NET Core, Windows Azure, Mono या Xamarin Platforms के साथ संगत OS
- माइक्रोसॉफ्ट विजुअल स्टूडियो जैसे विकास का माहौल
- Aspose.Slides for .NET आपके प्रोजेक्ट में संदर्भित है
पीपीटीएम फ़ाइल देखने के लिए सी # उदाहरण कोड
string output = System.IO.Path.GetTempPath() + Guid.NewGuid().ToString() + ".html";
// instantiate a Presentation object & load the PPTM file
using (var presentation = new Aspose.Slides.Presentation("templatepptm"))
{
// create HTML export controller
var controller = new Aspose.Slides.Export.ResponsiveHtmlController();
// create an instance of HtmlOptions and set HtmlFormatter property
var htmlOptions = new Aspose.Slides.Export.HtmlOptions
{
HtmlFormatter = Aspose.Slides.Export.HtmlFormatter.CreateCustomFormatter(controller)
};
// save the presentation in HTML
presentation.Save(output, Aspose.Slides.Export.SaveFormat.Html, htmlOptions);
}
// load HTML to view the presentation content
System.Diagnostics.Process.Start(output);
Aspose.Slides for .NET API के बारे में
Aspose.Slides API का उपयोग Microsoft PowerPoint दस्तावेज़ों को PDF, XPS, HTML, TIFF, ODP और अन्य विभिन्न स्वरूपों में पढ़ने, लिखने, हेरफेर करने और परिवर्तित करने के लिए किया जा सकता है। कोई नए सिरे से नई फाइलें बना सकता है और उन्हें संबंधित समर्थित प्रारूपों में सहेज सकता है। Aspose.Slides प्रस्तुतियों, स्लाइडों और तत्वों को बनाने, पार्स करने या हेरफेर करने के लिए एक स्टैंडअलोन एपीआई है और यह माइक्रोसॉफ्ट या ओपनऑफिस जैसे किसी भी सॉफ्टवेयर पर निर्भर नहीं करता है।Free App to View PPTM
Check our live demos to View PPTM with following benefits.
PPTM क्या है PPTM फ़ाइल प्रारूप
Files with PPTM extension are Macro-enabled Presentation files that are created with Microsoft PowerPoint 2007 or higher versions. They are similar to PPTX files with the difference that the lateral can't execute macros though they can contain macros. PPTM files can be edited by opening them in Microsoft PowerPoint and updating the contents. Another similar format is PPSM but it is read-only by default and starts the slideshow when opened. PPTM, like PPTX, contains slides for different presentation elements like text, images, videos, graphs and other related material.
पढ़ने अधिकअन्य समर्थित दर्शक प्रारूप
C# का उपयोग करके, कोई भी कई अन्य फ़ाइल स्वरूपों को भी देख सकता है, जिनमें शामिल हैं।