Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 3,441 for

stream provider

(0.09 sec)
  1. C++ API to Convert PDF to MD | products.aspose.com

    Convert PDF to MD via C++ API without using Microsoft Excel or Adobe Reader... It provides a wide range of features such...spreadsheet documents in C++. It provides a wide range of features such...

    products.aspose.com/total/cpp/conversion/pdf-to...
  2. Convert PDF to Images formats|Aspose.PDF for C++

    Learn how to convert PDF pages into various image formats such as PNG, JPEG, or TIFF using Aspose.PDF in C++.... This class provides a method named Process which...page and save the image to stream. The following code snippet...

    docs.aspose.com/pdf/cpp/convert-pdf-to-images-f...
  3. Convert HTML to TIFF in Python | products.aspos...

    Convert HTML to TIFF in Python. Use Python library API to convert HTML files to TIFFs... Moreover, it provides flexible ways to convert HTML..."file.html" , "rt" ) as stream: data = stream . read() pres . slides...

    products.aspose.com/slides/python-net/conversio...
  4. Licensing and Subscription – Aspose.HTML for Java

    Learn how to evaluate Aspose.HTML for Java, including a free trial and temporary license, and how to apply a purchased license....HTML for Java provides full product functionality...a license initialization) provides full product functionality...

    docs.aspose.com/html/java/getting-started/licen...
  5. Converting Word to PDF issue - Free Support For...

    Hello, we are about to extend or Word.NET license but our Word document conversion does not work fine. Basically the issues is that checkbox content controls are displayed displayed as dots not checkboxes. I attached…...cancellationToken) { Stream stream = new MemoryStream(); stream.Write(documentContBytes...documentContBytes.Length); stream.Position = 0; Document doc...

    forum.aspose.com/t/converting-word-to-pdf-issue...
  6. Read and Convert Outlook OST File|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Email provides an API for reading Microsoft...load an OST file from disk or stream into an instance of the PersonalStorage...

    docs.aspose.com/email/java/read-and-convert-out...
  7. Save Presentation in .NET|Aspose.Slides Documen...

    Save PowerPoint Presentation as file or Stream in C# or .NET...it can be saved as a file or stream . This article explains how...); Saving Presentation to Streams It is possible to save a presentation...

    docs.aspose.com/slides/net/save-presentation/
  8. License class | Aspose.Words for Python

    aspose.words.License class. Provides methods to license the component...License class License class Provides methods to license the component...the component. set_license(stream) Licenses the component. Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ArgumentOutOfRangeException when loading MPP fi...

    Product: Aspose.Tasks for .NET Version: 25.8.0 Environment: .NET 8.0, Windows MPP files containing Material type resources crash Aspose.Tasks immediately during Project constructor. The issue occurs because Material r…...ctor(Stream stream, LoadOptions options) Reproduction:...resources Code: new Project(stream, new LoadOptions()) Immediate...

    forum.aspose.com/t/argumentoutofrangeexception-...
  10. PDF to PNG Merge using Java | Aspose.PDF

    Combine two or more PDF documents into one PNG single file programmatically with Java sample code using Aspose.PDF for Java...PngDevice (); ByteArrayOutputStrea stream = new ByteArrayOutputStrea...getPages (). get_Item ( i ), stream ); try ( FileOutputStream fileStream...

    products.aspose.com/pdf/java/merger/pdf-to-png/