نمایشگر فایل OTP برای دات نت
مشاهده فایل های ارائه مانند OTP بدون Microsoft PowerPoint یا Office Automation
نحوه مشاهده فایل OTP با استفاده از سی شارپ
برای مشاهده فایل OTP، از
API که یک API غنی از ویژگی، قدرتمند و آسان برای پلتفرم C# است که با هر Viewer قابل استفاده است. باز کن
مدیر بسته، جستجو کنید Aspose.Slides و نصب کنید. همچنین می توانید از دستور زیر در کنسول Package Manager استفاده کنید.
فرمان کنسول Package Manager
PM> Install-Package Aspose.Slides.NET
مراحل مشاهده OTP از طریق C#
Aspose.Slides مشاهده فایل OTP را تنها با چند خط کد برای توسعه دهندگان آسان می کند.
یک شی Presentation را نمونهسازی کنید و فایل OTP را بارگیری کنید
یک نمونه از ResponsiveHtmlController برای قالب بندی ایجاد کنید
یک نمونه از HtmlOptions ایجاد کنید و ویژگی HtmlFormatter را تنظیم کنید
ارائه OTP را در قالب HTML ذخیره کنید
فراخوانی Process.Start با مسیر به HTML حاصل برای بارگیری محتوای OTP در مرورگر پیش فرض
سیستم مورد نیاز
Aspose.Slides for .NET در تمام سیستم عامل های اصلی پشتیبانی می شود. فقط مطمئن شوید که پیش نیازهای زیر را دارید.
- مایکروسافت ویندوز یا یک سیستم عامل سازگار با .NET Framework، .NET Core، Windows Azure، Mono یا Xamarin Platforms
- محیط توسعه مانند Microsoft Visual Studio
- Aspose.Slides برای دات نت که در پروژه شما ارجاع داده شده است
کد مثال سی شارپ برای مشاهده فایل OTP
string output = System.IO.Path.GetTempPath() + Guid.NewGuid().ToString() + ".html";
// instantiate a Presentation object & load the OTP file
using (var presentation = new Aspose.Slides.Presentation("templateotp"))
{
// 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 OTP
Check our live demos to View OTP with following benefits.
OTP چیست OTP فرمت فایل
Files with .OTP extension represent presentation template files created by applications in OASIS OpenDocument standard format. The contents of such a file include presentation information in the form of slides with text, images, shapes, multimedia content, transition effects and other slide elements. These template files are used for creating new presentations quickly based on the styling information stored in the template itself. OTP files can be created and saved with several different applications such as Impress that comes with OpenOffice suite and Microsoft PowerPoint. The OTP file format is similar to Microsoft PowerPoint template files .POT and .POTX.
ادامه مطلبسایر فرمت های نمایشگر پشتیبانی شده
با استفاده از سی شارپ، می توان بسیاری از فرمت های فایل دیگر از جمله را مشاهده کرد.