Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 4,348 for

stream provider

(0.18 sec)
  1. Shapes in Charts with Node.js via C++|Documenta...

    Learn how to use Aspose.Cells for Node.js via C++ to add controls and customize charts in Microsoft Excel. This guide demonstrates how to manipulate chart elements, adjust formatting, and enhance the overall appearance and usability of your charts....Control to the Chart Labels provide a means for giving information...The ShapeCollection class provides a method named addLabelInChart(number...

    docs.aspose.com/cells/nodejs-cpp/controls-in-ch...
  2. Working with Document in Python|Aspose.Words fo...

    The `Document` class provides various document properties and methods using Python. You use the `Document` class as the starting point for whatever you want to perform with Aspose.Words for Python. The `Document` object can be saved to a file or Stream and also sent to a browser....explains how the Document object provides access to sections, mail‑merge...represents a document and provides various document properties...

    docs.aspose.com/words/python-net/working-with-d...
  3. View IMAGE File Online and Load or Read IMAGE F...

    Free online IMAGE file viewer app. Python API code to read and load IMAGE file for viewer application....of reading and loading from stream Use open method with appropriate...Then use Image.load with the stream object as parameter Python...

    products.aspose.com/total/python-net/viewer/image/
  4. Open Presentations in C++|Aspose.Slides Documen...

    Open PowerPoint (.pptx, .ppt) and OpenDocument (.odp) presentations effortlessly with Aspose.Slides for C++—fast, reliable, fully featured....Slides provides options—particularly the ...working with streams, Aspose.Slides may copy a stream’s contents...

    docs.aspose.com/slides/cpp/open-presentation/
  5. How to Convert PDF to PPTX using Python

    This short tutorial guides on how to convert PDF to PPTX using Python. It contains step-wise process and a runnable sample code for converting PDF to PowerPoint using Python....save() method by providing the output PPTX file name...from a stream, set an optional flag to close the inner stream before...

    kb.aspose.com/pdf/python/how-to-convert-pdf-to-...
  6. Step-by-Step Guide to Read QR Code from Image i...

    Learn how to read QR codes from image files in Python using Aspose.BarCode for Python via .NET. Follow this step‑by‑step guide with code and setup tips....NET provides a robust SDK that simplifies...without additional conversion. Stream‑based processing : Decode directly...

    blog.aspose.com/barcode/step-by-step-guide-to-r...
  7. Aspose.Cells - Errors after upgrading to .NET8,...

    Hi, I have a method where I am trying to save the workbook with custom properties. I am using the workbook.Save() to achieve it. After updating to .NET 8, I am getting the following error for workbook Save methods. Th…...file to the stream, then do operation to the stream as required...namespace to achieve it. Can you provide an example on this scenario...

    forum.aspose.com/t/aspose-cells-errors-after-up...
  8. Different Ways to Save Files with C++|Documenta...

    Aspose.Cells for C++ can save files to different formats. Save files to PDF, HTML, DOCX, PPTX, JSON, and MHTML....Cells provides the Workbook which represents...a Microsoft Excel file and provides the properties and methods...

    docs.aspose.com/cells/cpp/different-ways-to-sav...
  9. Python and .NET Version Differences|Aspose.Imag...

    Aspose.Imaging for Python via .NET is a wrapper of Aspose.Imaging for .NET, this page describes the differences in features and API of these two products....NET provides special methods that allow...with memory and files as with streams. **Package: ** aspose.imaging...

    docs.aspose.com/imaging/python-net/python-notes/
  10. Gigantic file size when saving Aspose.Cells.Wor...

    Dear support, when converting Excel files (*.xlsx) into PDF files using the Aspose.Cells component, in some cases the file size (and processing time) grows enormously. I’ll attach a sample project containing 3 xlsx fil…...inFile); using (MemoryStream stream = new MemoryStream(content))...= new Aspose.Cells.Workbook(stream); using (MemoryStream streamToSave...

    forum.aspose.com/t/gigantic-file-size-when-savi...