Przeglądarka plików OTP dla .NET
Przeglądaj pliki prezentacji, takie jak OTP bez Microsoft PowerPoint lub Office Automation
Jak wyświetlić plik OTP za pomocą C#
Aby wyświetlić plik OTP, użyjemy
API, który jest bogatym w funkcje, wydajnym i łatwym w użyciu interfejsem API dla platformy C#, którego można używać z dowolną przeglądarką. otwarty
menedżer pakietów, szukaj Aspose.Slajdy i zainstaluj. Możesz również użyć następującego polecenia z konsoli Menedżera pakietów.
Polecenie konsoli menedżera pakietów
PM> Install-Package Aspose.Slides.NET
Kroki, aby wyświetlić OTP za pomocą C#
Aspose.Slides ułatwia programistom przeglądanie pliku OTP za pomocą zaledwie kilku linijek kodu.
Utwórz wystąpienie obiektu prezentacji i załaduj plik OTP
Utwórz instancję ResponsiveHtmlController do formatowania
Utwórz instancję HtmlOptions i ustaw właściwość HtmlFormatter
Zapisz prezentację OTP w formacie HTML
Wywołaj Process.Start ze ścieżką do wynikowego HTML, aby załadować zawartość OTP w domyślnej przeglądarce
wymagania systemowe
Aspose.Slides for .NET jest obsługiwany we wszystkich głównych systemach operacyjnych. Tylko upewnij się, że masz następujące wymagania wstępne.
- Microsoft Windows lub kompatybilny system operacyjny z platformami .NET Framework, .NET Core, Windows Azure, Mono lub Xamarin
- Środowisko programistyczne, takie jak Microsoft Visual Studio
- Aspose.Slides dla platformy .NET, do której odwołuje się Twój projekt
Przykładowy kod C# do przeglądania pliku 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);
Informacje o Aspose.Slides dla .NET API
Aspose.Slides API może być używany do czytania, pisania, manipulowania i konwertowania dokumentów Microsoft PowerPoint do PDF, XPS, HTML, TIFF, ODP i różnych innych formatów. Można tworzyć nowe pliki od podstaw i zapisywać je w odpowiednich obsługiwanych formatach. Aspose.Slides to samodzielny interfejs API do tworzenia, analizowania lub manipulowania prezentacjami, slajdami i elementami i nie zależy od żadnego oprogramowania, takiego jak Microsoft lub OpenOffice.Free App to View OTP
Check our live demos to View OTP with following benefits.
OTP Co to jest OTP Format pliku
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.
Czytaj więcejInne obsługiwane formaty przeglądarki
Używając C#, można również przeglądać wiele innych formatów plików, w tym.