Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 4,087 for

stream provider

(0.75 sec)
  1. Aspose::Words::Drawing::OleFormat::get_OlePacka...

    Aspose::Words::Drawing::OleFormat::get_OlePackage method. Provide access to OlePackage if OLE object is an OLE Package. Returns null otherwise in C++....OleFormat::get_OlePackage method Provide access to OlePackage if OLE...+ u "cat001.zip" ); { auto stream = System :: MakeObject < System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Load license TeX | .NET API Solution

    .NET API Solution to work with TeX. Load the license information from a file or Stream with a few lines of C# code....license of TeX from a file or stream C# .NET Aspose.TeX for .NET...explain how to load it from a stream and from a file. To run the...

    products.aspose.com/tex/net/loading-license/
  3. 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/
  4. Create formulas in LaTeX | .NET API Solution

    .NET API Solution to work with TeX. Includes the functionality to create math equations in LaTeX and save the result file as images....cross-referencing equations and provides automatic numbering and labeling...amssymb , and mathtools . They provide additional mathematical symbols...

    products.aspose.com/tex/net/latex-math/
  5. 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-...
  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. 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/
  8. Export Math Equations from Presentations in .NE...

    Unlock seamless export of math equations from PowerPoint to MathML using Aspose.Slides for .NET—preserve formatting and boost compatibility....SetSuperscript ( "2" ))); using ( Stream stream = new FileStream ( "mathml...mathParagraph . WriteAsMathMl ( stream ); } FAQ What exactly is exported...

    docs.aspose.com/slides/net/exporting-math-equat...
  9. 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...
  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 .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/