Sort Score
Result 10 results
Languages All
Labels All
Results 7,971 - 7,978 of 7,978 for

odp to pptx

(0.35 sec)
  1. Compress and Decompress EPUB Files via .NET

    C# compression and decompression source code To compress EPUB documents inTo a single zip archive or vice versa on .NET Framework, .NET Core....(Apache OpenOffice Draw Format) ODP (OpenDocument Presentation Format)...(Macro-enabled Presentation File) PPTX (Open XML presentation Format)...

    products.aspose.com/zip/net/zip-file/epub/
  2. Compress %TEMP% Files in C# via .NET | Aspose.Zip

    C# compression example To compress %TEMP% documents inTo zip and other archive formats on .NET Framework and .NET Core....(Apache OpenOffice Draw Format) ODP (OpenDocument Presentation Format)...(Macro-enabled Presentation File) PPTX (Open XML presentation Format)...

    products.aspose.com/zip/net/compress/tmp-format/
  3. Java APIs for Popular File Formats | products.a...

    Collection of APIs for Java developers To manipulate files from Word Excel PDF PowerPoint Visio OneNote Email Project Images 3D GIS....PowerPoint: PPT, PPTX, PPTM, POT, PPS, POTX, PPSX, OTP, ODP Adobe PDF:...

    products.aspose.com/total/java/
  4. index.xml

    1.0 utf-8 yes 2.0 http://www.w3.org/2005/ATom http://purl.org/rss/1.0/modules/content/ Aspose Blog | File Format Processing APIs for C# .NET Core, Java, C++, Python https://blog.aspose.com/ Recent ...... Convert PPTX to Markdown in Java using Aspose...https://blog.aspose.com/slides/convert-pptx-to-markdown-in-java/ Tue, 04...

    blog.aspose.com/index.xml
  5. C# .NET Core File Automation APIs | products.as...

    C# ASP.NET VB.NET APIs To create manipulate convert and render any type of documents...PresentationML (OOXML, PPTX), and OpenDocument presentations (ODP). This API...

    products.aspose.com/total/net/
  6. Opening and Saving a Presentation in C# Throws ...

    Hi Team, A simple open and save action of the attached pptm throws the following exception: System.Collections.Generic.KeyNotFoundException: The given key ‘Cambria Math’ was not present in the dictionary. at System.C…...Pptx, SaveFormat.Pptx}, {LoadFormat.Pptm,...SaveFormat.Ppsm}, {LoadFormat.Odp, SaveFormat.Odp}, {LoadFormat.Otp, SaveFormat...

    forum.aspose.com/t/opening-and-saving-a-present...
  7. Can't Check If a PowerPoint Presentation Is of ...

    I want To check for a presentation if it is of type pptm, but SourceFormat has no Pptm type, is there any other method To check it? IPresentation presentation = new Presentation(inputPath); int retval = 0; switch (pres…...Pptx: retval = SaveFormat.Pptx; break; case SourceFormat...SourceFormat.Odp: retval = SaveFormat.Odp; } } Thanks andrey.potapov...

    forum.aspose.com/t/cant-check-if-a-powerpoint-p...
  8. Create a Presentation Viewer in .NET|Aspose.Sli...

    Create a cusTom presentation viewer in .NET using Aspose.Slides. Easily display PowerPoint and OpenDocument files without Microsoft PowerPoint....pptx" )) { ISlide slide = presentation...= new Presentation ( "sample.odp" )) { ISlide slide = presentation...

    docs.aspose.com/slides/net/presentation-viewer/