Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 3,108 for

stream provider

(0.06 sec)
  1. Working with Document in Java|Aspose.Words for ...

    The `Document` class provides various document properties and methods. You use the `Document` class as the starting point for whatever you want to perform with Aspose.Words for Java. The `Document` object can be saved to a file or Stream and also sent to a browser....represents a document and provides various document properties...saved at any time to a file or stream and also sent to a client browser...

    docs.aspose.com/words/java/working-with-document/
  2. Licensing|Aspose.Slides for Node.js via .NET Do...

    Aspose.Slides for Node.js via .NET provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation using Licensing and Subscription policies....Slides provides different purchase plans and...(without a license specified) provides the full product functionality...

    docs.aspose.com/slides/nodejs-net/licensing/
  3. How to Convert MPP to Excel using Java

    This topic provides details about how to convert MPP to Excel using Java. You can export a MPP file to Excel using Java with the help of a well defined steps and sample code containing few of lines of code....MPP to Excel using Java by providing detailed configuration steps...disk The aforementioned steps provide an easy way to convert MS Project...

    kb.aspose.com/tasks/java/how-to-convert-mpp-to-...
  4. License Class | Aspose.Words for .NET

    Unlock the full potential of Aspose.Words with our License class. Easily manage licensing for seamless document processing and enhanced functionality....Contents [ Hide ] License class Provides methods to license the component...Name Description SetLicense ( Stream ) Licenses the component. SetLicense...

    reference.aspose.com/words/net/aspose.words/lic...
  5. How to Remove Pages from PDF using Java

    This article describes how to remove pages from PDF using Java. It explains the environment settings, a list of operations and a runnable sample code to delete pages from PDF document using Java....Call the delete() method by providing a source PDF file, an array...delete() method is called by providing the necessary arguments. Code...

    kb.aspose.com/pdf/java/how-to-remove-pages-from...
  6. How to Insert Image in Excel using Node.js

    This article guides on how to insert image in Excel using Node.js. It contains the IDE settings, a list of programming steps, and a runnable sample code to insert picture in Excel cell using Node.js....PictureCollection class to add the image Provide the cell reference and the...however you may save it to a stream or HTTP response if required...

    kb.aspose.com/cells/nodejs/how-to-insert-image-...
  7. Working with Z Archives | Aspose.Zip Documentation

    Java z API lets you work with creating and managing Unix Z archives in your applications without needing third-party applications. It provides various methods for operations on archives....ZIP API provides class to work with such archives...archives. This class provides basic methods to perform operations...

    docs.aspose.com/zip/java/working-with-unix-z-ar...
  8. TIFF to PDF Merge using Java | Aspose.PDF

    Combine two or more TIFF documents into one PDF single file programmatically with Java sample code using Aspose.PDF for Java...//create image savesource to a stream //create empty image with width...bitmap //save frame bitmap to stream //add new page to document...

    products.aspose.com/pdf/java/merger/tiff-to-pdf/
  9. Working with Z Archives in C# | Aspose.Zip for ...

    C# z API lets you work with creating and managing unix Z archives in your applications without the need of any other 3rd party applications and provides various methods to perform operations on archives....ZIP API provides class to work with such archives...archives. This class provides basic methods to perform operations...

    docs.aspose.com/zip/net/working-with-unix-z-arc...
  10. 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 C++...jpg" , pageCount ++ ); stream = System :: IO :: File :: Create...imageDevice -> Process ( page , stream ); image = System :: Drawing...

    products.aspose.com/pdf/cpp/merger/pdf-to-jpeg/