Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 3,442 for

stream provider

(0.05 sec)
  1. FileFormatUtil class | Aspose.Words for Python

    aspose.words.FileFormatUtil class. Provides utility methods for working with file formats, such as detecting file format or converting file extensions to/from file format enums...class FileFormatUtil class Provides utility methods for working...disk file. detect_file_format(stream) Detects and returns the information...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Licensing|Aspose.Slides for Node.js via .NET Do...

    Aspose.Slides for Node.js via Java 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-java/licensing/
  3. Licensing|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... The evaluation version provides the same functionalities as...(without a license specified) provides full product functionality...

    docs.aspose.com/slides/java/licensing/
  4. Inconsistent Sheet Name Behavior When Reading C...

    We’ve observed inconsistent behavior when reading CSV files using Aspose.Cells: When creating a Workbook object using a file path, the resulting worksheet name matches the CSV file name. However, when creating a Wo…... Can you provide a fix and consistent behavior...InputStream using (FileStream stream = new FileStream("path/to/your/file...

    forum.aspose.com/t/inconsistent-sheet-name-beha...
  5. ImageSavingArgs class | Aspose.Words for Node.js

    Aspose.Words.Saving.ImageSavingArgs class. Provides data for the [IImageSavingCallback.imageSaving()](../iimagesavingcallback/imageSaving/#imagesavingargs) event...class ImageSavingArgs class Provides data for the IImageSavingCallback...images into files by providing your own stream objects. To apply...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FontSavingArgs Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.FontSavingArgs class—enhance document processing with detailed FontSaving event data for superior customization and control....Hide ] FontSavingArgs class Provides data for the FontSaving event...set; } Allows to specify the stream where the font will be saved...

    reference.aspose.com/words/net/aspose.words.sav...
  7. PDF to PNG Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one PNG single file programmatically with C# sample code using Aspose.PDF for .NET... Pages ) { using var stream = new MemoryStream (); pngDevice...pngDevice . Process ( page , stream ); stream . Position = 0 ; var outputFile...

    products.aspose.com/pdf/net/merger/pdf-to-png/
  8. OfficeMathRenderer Class | Aspose.Words for .NET

    Discover the Aspose.Words.Rendering.OfficeMathRenderer class to effortlessly convert OfficeMath into stunning raster or vector images for your projects....] OfficeMathRenderer class Provides methods to render an individual...to a specified size. Save ( Stream, ImageSaveOptions ) Renders...

    reference.aspose.com/words/net/aspose.words.ren...
  9. Failed to Open PPTX with a Slide Having an Empt...

    Hi, I have a PPTX which I try to read using Aspose: PptImgExporter.cs: line 109: Presentation m_presentation = new Presentation(szPptxPath); This line gives error: Aspose is not able to read this PPT. The error on t…...(Presentation , Stream, InterruptionToken ) at Aspose...Aspose.Slides.Presentation(Stream , Boolean) at Aspose.Slides.Presentation...

    forum.aspose.com/t/failed-to-open-pptx-with-a-s...
  10. Image added using Place in cell option removed ...

    Steps: Open a blank excel file Click the Insert tab Click on Pictures Click Place In Cell Browse an image from your PC and add it into any cell In another part of the excel, just copy paste an image When this excel (T…...using (var doc = new Workbook(Stream)) { var converted = new MemoryStream();...Begin); return new FileContent { Stream = converted, FileName = Path...

    forum.aspose.com/t/image-added-using-place-in-c...