Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 4,350 for

stream provider

(0.15 sec)
  1. Convert DOTM to PPS via C++ or with free Online...

    Export DOTM to PPS in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTM to PPS online converter quickly before integrating the code....// load the HTML file using stream reader SharedPtr < System ::...HTML ); // add text from HTML stream reader in text frame ParaCollection...

    products.aspose.com/total/cpp/conversion/dotm-t...
  2. Convert DOTM to POTM via C++ or with free Onlin...

    Export DOTM to POTM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTM to POTM online converter quickly before integrating the code....// load the HTML file using stream reader SharedPtr < System ::...HTML ); // add text from HTML stream reader in text frame ParaCollection...

    products.aspose.com/total/cpp/conversion/dotm-t...
  3. Convert DOTM to PPTM via C++ or with free Onlin...

    Export DOTM to PPTM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTM to PPTM online converter quickly before integrating the code....// load the HTML file using stream reader SharedPtr < System ::...HTML ); // add text from HTML stream reader in text frame ParaCollection...

    products.aspose.com/total/cpp/conversion/dotm-t...
  4. Convert RTF to PPTX via C++ or with free Online...

    Export RTF to PPTX in your C++ applications without using Microsoft Word of PowerPoint or online. Test free RTF to PPTX online converter quickly before integrating the code....// load the HTML file using stream reader SharedPtr < System ::...HTML ); // add text from HTML stream reader in text frame ParaCollection...

    products.aspose.com/total/cpp/conversion/rtf-to...
  5. Set Barcode Source|Documentation

    This Article Describes How to Set Barcode Source for Recognition...three ways: as an image file, a stream, or a bitmap. Supported image...details for each mode are provided below. Read Barcodes from...

    docs.aspose.com/barcode/javascript-cpp/set-barc...
  6. Convert EPUB to PDF – C# code and Online Converter

    Sample code for EPUB to PDF C# conversion. Easily use Aspose.HTML for .NET within any .NET application. Try online EPUB to PDF Converter for free!...Saving; using FileStream stream = File.OpenRead(DataDir + "input...{{/if_output}} Converter.ConvertEPUB(stream, options, "output.{{output...

    products.aspose.com/html/net/conversion/epub-to...
  7. Load OneNote Document or File | Aspose.Note Doc...

    A guide on how to load a OneNote document or file using Java API methods....The API’s LoadOptions class provides the setDocumentPassword method...exposed by OneSaveOptions class provides the capability to password...

    docs.aspose.com/note/java/load-a-onenote-document/
  8. Manage Presentation Shapes on Android|Aspose.Sl...

    Learn to create, edit and optimize shapes in Aspose.Slides for Android via Java and deliver high-performance PowerPoint presentations....Slides for Android via Java provides a simple API to access layout...pptx" ); try { FileOutputStream stream = new FileOutputStream ( "SingleShape...

    docs.aspose.com/slides/androidjava/shape-manipu...
  9. Clone Document, Convert Clone .ToString(SaveFor...

    I am having some trouble with a requirement. I need to make changes to a clone of a document while it is in HTML string format (or possibly XML or any other format that will allow me to keep the formatting). After the ch…...Document LoadDocumentAsync(byte[] stream, ILogger logger) { try { using...memStream = new MemoryStream(stream)) { return new Document(memStream);...

    forum.aspose.com/t/clone-document-convert-clone...
  10. How to Transform EPS to PNG using Java

    This short tutorial is designed to explain how to transform EPS to PNG using Java. It will have configuration details, detailed steps to write the program and a ready-to-run code to convert EPS to PNG using Java.... It provides the details about the environment...source EPS or load it from a stream instead of a file on the disk...

    kb.aspose.com/pdf/java/how-to-transform-eps-to-...