Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 4,091 for

stream provider

(0.41 sec)
  1. Convert PNG to EPS using API for .NET

    PNG to EPS conversion functionality offered by Aspose.Page API solution for .NET is explained and illustrated with the code snippets here....has four modifications to provide a user with the most comfortable...hosted with ❤ by GitHub Using streams for saving PNG to EPS in C#...

    docs.aspose.com/page/net/convert/png-to-eps/
  2. OleFormat | Aspose.Words for Java

    Provides access to the data of an OLE object or ActiveX control in Java....Object public class OleFormat Provides access to the data of an OLE...system. // 1 - Save it via a stream: OutputStream fs = new Fil...

    reference.aspose.com/words/java/com.aspose.word...
  3. Reading Project Files | Aspose.Tasks Documentation

    This guide explains how to read and process Microsoft Project files using Aspose.Tasks for C++....GitHub Reading Project File from Stream Copy 1 // The path to the documents...file stream 5 { 6 System::SharedPtr < System::IO::Stream > filesStream...

    docs.aspose.com/tasks/cpp/reading-project/
  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. StreamFontSource | Aspose.Words for Java

    Base class for user-defined Stream font source in Java....Base class for user-defined stream font source. To learn more...Remarks: In order to use the stream font source you should create...

    reference.aspose.com/words/java/com.aspose.word...
  6. How to load fonts? | Aspose.Font for Java

    How to download fonts on yout device with the use of Aspose.Font for Java solution? The answer is given in this article explained in the code examples....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/java/how-to-load-fonts/
  7. The error message generated is not sufficient t...

    Error raised when loading a .xer (Primavera) project file. [ArgumentException: An item with the same key has already been added.] System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) +60 System.Collec…...#=z$anhM8rmVArQXhFPHM784=(Stream #=z2AnZ5Ms=, String #=zhaeioVw=...#=zxTK80PVQ2CjJiDp8KU7_pE8=(Stream #=z2AnZ5Ms=, String #=zhaeioVw=...

    forum.aspose.com/t/the-error-message-generated-...
  8. DigitalSignatureUtil | Aspose.Words for Java

    Provides methods for signing document in Java....class DigitalSignatureUtil Provides methods for signing document...from a FileStream: InputStream stream = new FileInputStream(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  9. 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/
  10. Manage Worksheets of Microsoft Excel files with...

    Add, remove, and activate worksheets using Aspose.Cells for Node.js via C++....Cells provides a class, Workbook , that represents...class. The Worksheet class provides a wide range of properties...

    docs.aspose.com/cells/nodejs-cpp/manage-workshe...