Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 3,879 for

stream provider

(0.12 sec)
  1. Convert FLATOPC to PPS via C++ or with free Onl...

    Export FLATOPC to PPS in your C++ applications without using Microsoft Word of PowerPoint or online. Test free FLATOPC to PPS online converter quickly before integrating the code....Total for C++ also provides a range of other features...// load the HTML file using stream reader SharedPtr < System ::...

    products.aspose.com/total/cpp/conversion/flatop...
  2. How to Insert Image in Excel using Python

    This quick tutorial directs you on how to insert image in Excel using Python. It shares the IDE configuration, a list of programming steps, and a runnable sample code to add picture to Excel using Python....Python This brief tutorial provides guidance on how to insert...PictureCollection class by providing a cell reference and the image...

    kb.aspose.com/cells/python/how-to-insert-image-...
  3. How to Create a PST File in C#

    This quick tutorial guides on how to create a PST file in C#. You will learn to create a new PST file in C# with the help of a couple of lines of code along with the option to add different types of folders into it....create a PST file in C# by providing references for establishing...be saved on the disk or to a stream as per the application requirements...

    kb.aspose.com/email/net/how-to-create-a-pst-fil...
  4. Advanced Text Extraction from Presentations in ...

    Quickly extract text from PowerPoint and OpenDocument presentations using Aspose.Slides for Java. Follow our simple, step-by-step guide to save time....Slides for Java provides the SlideUtil class. This...getPresentationText ( InputStream stream , int mode ); public IPresentationText...

    docs.aspose.com/slides/java/extract-text-from-p...
  5. Working with Watermark in C#|Aspose.Words for .NET

    Document watermark manipulation using C#....Words provides the watermark class to add...in documents. Aspose.Words provides the WatermarkType enumeration...

    docs.aspose.com/words/net/working-with-watermark/
  6. How to Unprotect Word File in Java

    This quick tutorial guides on how to unprotect Word file in Java. It provides all the necessary details to write a program to unprotect DOCX in Java with the help of a few API calls only....in Java This short tutorial provides details on how to unprotect...unprotected file on the disk or to a stream These steps share a systematic...

    kb.aspose.com/words/java/how-to-unprotect-word-...
  7. Convert DOTX to PPTM via C++ or with free Onlin...

    Export DOTX to PPTM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTX to PPTM online converter quickly before integrating the code....Total for C++ provides a number of other features...// load the HTML file using stream reader SharedPtr < System ::...

    products.aspose.com/total/cpp/conversion/dotx-t...
  8. Convert ODT to PPSM via C++ or with free Online...

    Export ODT to PPSM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free ODT to PPSM online converter quickly before integrating the code....Total for C++ also provides a range of other features...// load the HTML file using stream reader SharedPtr < System ::...

    products.aspose.com/total/cpp/conversion/odt-to...
  9. How to Convert FBX to STL in Java

    This article guides on how to convert FBX to STL in Java. It has the IDE settings, a list of steps, and a runnable sample code to convert FBX file to STL in Java....different properties and methods provided in the StlSaveOptions class...conversion by providing output STL file name, output stream, cancellation...

    kb.aspose.com/3d/java/how-to-convert-fbx-to-stl...
  10. Characters in italic missing in HTML output (Li...

    Hi, we noticed some characters are missing in HTML output which are in italic style. Scenario happens in Linux / Docker. Reproducable with the following setup: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <…...Bitmap; using (var stream = new FileStream(@"./data/out...FileMode.Create)) { doc.Save(stream, htmlOptions); } Console.WriteLine("FINISH");...

    forum.aspose.com/t/characters-in-italic-missing...