Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 4,350 for

stream provider

(1.74 sec)
  1. Android API to Convert RTF to XLAM or with free...

    Convert RTF to XLAM in Android Apps without using using Microsoft Word or Microsoft Excel or online. Test free RTF to XLAM online converter quickly before integrating the code.... Save XLAM File to Stream in Android Apps After converting...document to stream. If you need to save files to a Stream then you...

    products.aspose.com/total/android-java/conversi...
  2. Android API to Convert DOCX to DIF or with free...

    Convert DOCX to DIF in Android Apps without using using Microsoft Word or Microsoft Excel or online. Test free DOCX to DIF online converter quickly before integrating the code.... Save DIF File to Stream in Android Apps After converting...document to stream. If you need to save files to a Stream then you...

    products.aspose.com/total/android-java/conversi...
  3. Android API to Convert DOCX to FODS or with fre...

    Convert DOCX to FODS in Android Apps without using using Microsoft Word or Microsoft Excel or online. Test free DOCX to FODS online converter quickly before integrating the code.... Save FODS File to Stream in Android Apps After converting...document to stream. If you need to save files to a Stream then you...

    products.aspose.com/total/android-java/conversi...
  4. Your First Aspose.Diagram Application - Hello W...

    This page describes how to create first application with Aspose.Diagram library....diagram constructor to load a VSD stream FileStream st = new FileStream...constructor to load a VSS stencil * providing load file format */ Diagram...

    docs.aspose.com/diagram/net/your-first-aspose-d...
  5. Convert XLTM to DOCX with .NET or with free Onl...

    Convert XLTM to DOCX on .NET Framework, .NET Core, Mono or Xamarin Platforms or online. Test free XLTM to DOCX online converter quickly before integrating the code....NET API provides a number of classes for working...XslTransform class. This class provides methods and properties for...

    products.aspose.com/total/net/conversion/xltm-t...
  6. Best practice to handle document - Free Support...

    We are hosting our aspose app as a microservice. What is the best approach to send the doc to the service. As a doc file or base 64. Is there a difference in using either approaches in terms of bandwidth usage and handl…...there is no reference in the provided context that compares bandwidth...as path to the file or as a stream that contains document. So...

    forum.aspose.com/t/best-practice-to-handle-docu...
  7. Advanced Text Extraction from Presentations on ...

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

    docs.aspose.com/slides/androidjava/extract-text...
  8. Problems with title and legend when saving as P...

    I am encountering issues while using Aspose.Words to convert a word document into a PDF. Aspose.Words Version : 25.6.0 When i use the code to convert “test.docx” to “test.pdf”: var testDoc = new Document("D:\\test.doc…...for your request and for providing the details. I understand...Render the chart to an image var stream = new MemoryStream(); shape...

    forum.aspose.com/t/problems-with-title-and-lege...
  9. Developer OEM license file which location store...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao Please give a quick reply Storing license files in ASP.NET apps: how to use the path and which directory to add....be done through the path and stream object. Please refer to the...Licensing Aspose.Cells for .NET provides different plans for purchase...

    forum.aspose.com/t/developer-oem-license-file-w...
  10. Create ZIP in C#

    This brief tutorial covers how to create a ZIP file in C#. It contains all the details including the algorithm and the code snippet to develop a ZIP file maker in C#....configuration details and then provide the C# code snippet to work...environment. Create the output file stream, append files to the ZIP archive...

    kb.aspose.com/zip/net/create-zip-in-csharp/