نمایشگر فایل PPT برای دات نت
مشاهده فایل های ارائه مانند PPT بدون Microsoft PowerPoint یا Office Automation
نحوه مشاهده فایل PPT با استفاده از سی شارپ
برای مشاهده فایل PPT از
API که یک API غنی از ویژگی، قدرتمند و آسان برای پلتفرم C# است که با هر Viewer قابل استفاده است. باز کن
مدیر بسته، جستجو کنید Aspose.Slides و نصب کنید. همچنین می توانید از دستور زیر در کنسول Package Manager استفاده کنید.
فرمان کنسول Package Manager
PM> Install-Package Aspose.Slides.NET
مراحل مشاهده PPT از طریق سی شارپ
Aspose.Slides مشاهده فایل PPT را تنها با چند خط کد برای توسعه دهندگان آسان می کند.
یک شی Presentation را نمونه سازی کنید و فایل PPT را بارگیری کنید
یک نمونه از ResponsiveHtmlController برای قالب بندی ایجاد کنید
یک نمونه از HtmlOptions ایجاد کنید و ویژگی HtmlFormatter را تنظیم کنید
ارائه PPT را در قالب HTML ذخیره کنید
فراخوانی Process.Start با مسیر به HTML حاصل برای بارگیری محتوای PPT در مرورگر پیش فرض
سیستم مورد نیاز
Aspose.Slides for .NET در تمام سیستم عامل های اصلی پشتیبانی می شود. فقط مطمئن شوید که پیش نیازهای زیر را دارید.
- مایکروسافت ویندوز یا یک سیستم عامل سازگار با .NET Framework، .NET Core، Windows Azure، Mono یا Xamarin Platforms
- محیط توسعه مانند Microsoft Visual Studio
- Aspose.Slides برای دات نت که در پروژه شما ارجاع داده شده است
کد مثال سی شارپ برای مشاهده فایل PPT
string output = System.IO.Path.GetTempPath() + Guid.NewGuid().ToString() + ".html";
// instantiate a Presentation object & load the PPT file
using (var presentation = new Aspose.Slides.Presentation("templateppt"))
{
// 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 یک API مستقل برای ایجاد، تجزیه یا دستکاری ارائه ها، اسلایدها و عناصر است و به هیچ نرم افزاری مانند Microsoft یا OpenOffice وابسته نیست.Free App to View PPT
Check our live demos to View PPT with following benefits.
PPT چیست PPT فرمت فایل
A file with PPT extension represents PowerPoint file that consists of a collection of slides for displaying as SlideShow. It specifies the Binary File Format used by Microsoft PowerPoint 97-2003. A PPT file can contain several different types of information such as text, bulleted points, images, multimedia and other embedded OLE objects. Microsoft came up with newer file format for PowerPoint, known as PPTX, from 2007 onwards that is based on Office OpenXML and is different from this binary file format. Several other application programs such as OpenOffice Impress and Apple Keynote can also create PPT files.
ادامه مطلبسایر فرمت های نمایشگر پشتیبانی شده
با استفاده از سی شارپ، می توان بسیاری از فرمت های فایل دیگر از جمله را مشاهده کرد.