Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 3,406 for

stream provider

(0.17 sec)
  1. Licensing | Aspose.PUB for C++

    Native C++ APIs to manipulate Publisher files. Learn the how to get a license installed to start working with Aspose.PUB for C++....(without a license specified) provides full product functionality...Apply License using File or Stream Object The license can be loaded...

    docs.aspose.com/pub/cpp/licensing/
  2. OleFormat.OlePackage | Aspose.Words for .NET

    Access OlePackage properties for OLE objects effortlessly. Get seamless integration with OLE Packages and enhance your data handling capabilities....OlePackage property Provide access to OlePackage if OLE...zip" ); using ( MemoryStream stream = new MemoryStream ( zipFileBytes...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Aspose.PDF 25.8.0 SaveAsync errors; Save works ...

    Using Aspose.PDF version 25.8.0, the following code errors with some PDFs, but not others. I have reviewed this Aspose Support entry, but it does not provide enough information to solve my issue. I cannot post the offe…...Support entry , but it does not provide enough information to solve...pdf.Pages.Count); using var stream = new MemoryStream(); await...

    forum.aspose.com/t/aspose-pdf-25-8-0-saveasync-...
  4. Loading TeX from ZIP | .NET API Solution

    .NET API Solution to work with TeX. Learn on the example how to load a TeX file from ZIP with a few lines of C# code....a ZIP archive C#: Create a stream object to read the ZIP archive...working directory. Create a stream object to write the ZIP archive...

    products.aspose.com/tex/net/load-tex-from-zip/
  5. PDF to JPEG Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one JPEG single file programmatically with C# sample code using Aspose.PDF for .NET... Pages ) { using var stream = new MemoryStream (); jpegDevice...jpegDevice . Process ( page , stream ); stream . Position = 0 ; var outputFile...

    products.aspose.com/pdf/net/merger/pdf-to-jpeg/
  6. Licensing|CAD 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.... We provide free and unlimited technical...Apply License using File or Stream Object Use the License.SetLicense...

    docs.aspose.com/cad/net/licensing/
  7. ResourceSavingArgs class | Aspose.Words for Nod...

    Aspose.Words.Saving.ResourceSavingArgs class. Provides data for the Aspose.Words.Saving.IResourceSavingCallback.ResourceSaving(Aspose.Words.Saving.ResourceSavingArgs) event...class ResourceSavingArgs class Provides data for the Aspose.Words...resources into files by providing your own stream objects. To apply...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Licensing|Aspose.Finance for .NET

    Python Finance Library API invites its customers to get a Classic license and Metered License. As well as use a limited license to better explore the product....Finance provides different plans for purchase...Limitations The evaluation version provides all the features except the...

    docs.aspose.com/finance/python-net/licensing/
  9. Save Presentation|Aspose.Slides for Node.js via...

    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....it can be saved as a file or stream . This article explains how...(); } } Save Presentation to Stream It is possible to save a presentation...

    docs.aspose.com/slides/nodejs-java/save-present...
  10. How to load fonts? | API Solution for C++

    Here is described how to load fonts with C++. You will learn the objects, parameters, methods required for this, and get examples of loading....with such a thing as a byte stream. So, independently from where...objects will provide an access to the byte stream, related to...

    docs.aspose.com/font/cpp/how-to-load-fonts/