Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 4,347 for

stream provider

(2.68 sec)
  1. Open Different Microsoft Excel Version Files wi...

    This article explains how to open different Excel version files using Aspose.Cells for Node.js via C++....the Excel file into a stream const stream = fs . readFileSync (...and open the file from the stream const wbExcel95 = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/opening-differ...
  2. DocumentBuilder Class | Aspose.Words for .NET

    Discover the Aspose.Words.DocumentBuilder class—your solution for effortlessly inserting text, images, and formatting elements in documents....Hide ] DocumentBuilder class Provides methods to insert text, images...InsertImage ( Stream ) Inserts an image from a stream into the document...

    reference.aspose.com/words/net/aspose.words/doc...
  3. How to Implement Resource Prefix for Nested Res...

    Learn how to add resource prefixes in nested resources using Aspose.Tasks for Java....Tasks for Java provides ResourceSavingArgs.NestedUri...GetSaveOptions(1); 9 FileOutputStream stream = new FileOutputStream(dataDir...

    docs.aspose.com/tasks/java/how-to-implement-res...
  4. 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...
  5. Using own fonts for Html to Pdf converter in Do...

    How to use certain fonts for Html to Pdf converter in docker in .NET... Please provide the above details if the steps...SetFontsLookupFolder(fontPath, true); var stream = new MemoryStream(); using...

    forum.aspose.com/t/using-own-fonts-for-html-to-...
  6. Export Math Equations from Presentations in С++...

    Unlock seamless export of math equations from PowerPoint to MathML using Aspose.Slides for С++ — preserve formatting and boost compatibility....u "2" ))); SharedPtr < Stream > stream = System :: MakeObject...mathParagraph -> WriteAsMathMl ( stream ); FAQ What exactly is exported...

    docs.aspose.com/slides/cpp/exporting-math-equat...
  7. 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/
  8. OleFormat class | Aspose.Words for Python

    aspose.words.drawing.OleFormat class. Provides access to the data of an OLE object or ActiveX control...OleFormat class OleFormat class Provides access to the data of an OLE...displayed as content. ole_package Provide access to OlePackage if OLE...

    reference.aspose.com/words/python-net/aspose.wo...
  9. An exception is thrown when trying to save a sc...

    Hi! Software (incl. versions) where issue can be reproduced: We’re using NUGET package “Aspose.PDF.Diagram” version 25.9.0 on a NET 8 project for copying a scanned PDF to a MemoryStream asynchronously using Document.Sa…...following code: public static Stream GetSavedDocumentStre(Document...ent document) { Stream ms = new MemoryStream(); document.Optimize();...

    forum.aspose.com/t/an-exception-is-thrown-when-...
  10. Converting a CGM file to PNG using Python | Asp...

    Sample code on Python for CGM to PNG conversion. Use example code for batch CGM to PNG conversion with Python and .NET... Open an in-memory file stream using FileIO to write the generated...to the output stream. Close the output stream to free up system...

    products.aspose.com/pdf/python-net/conversion/c...