Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 4,224 for

stream provider

(0.41 sec)
  1. ImageSavingArgs | Aspose.Words for Java

    Provides data for the IImageSavingCallback.imageSavingcom.aspose.words.ImageSavingArgs event in Java....public class ImageSavingArgs Provides data for the IImageSavingCallback...images into files by providing your own stream objects. To apply...

    reference.aspose.com/words/java/com.aspose.word...
  2. Support query - Free Support Forum - aspose.com

    Hello I have support query and wondering if this is the right way to post it. I have simplified our process to explain the problem: We store PDF documents in our Document Management System (iShare). These PDFs are prog…...from the byte array • Load the stream into an Aspose.Pdf.Document...Workarounds Set Position = 0 on stream — did not help. Using using...

    forum.aspose.com/t/support-query/320194
  3. 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...
  4. "This license file is corrupt"-error irregularl...

    Hi, When used in an API, I sometimes get the error: Error occured: System.IO.IOException: This license file is corrupted The license file is loaded with this code: Aspose.Cells.License license = new Aspose.Cells.Lice…...EmbeddedResourceQuer(); var stream = embeddedQuery.Read<Excel....lic"); license.SetLicense(stream); However, we tried this approach...

    forum.aspose.com/t/this-license-file-is-corrupt...
  5. Licensing|Aspose.Slides Documentation

    Apply, manage, and troubleshoot licenses in Aspose.Slides for .NET. Ensure uninterrupted access to full features with our step-by-step licensing guide.... The evaluation version provides the same functionalities as...(without a license specified) provides full product functionality...

    docs.aspose.com/slides/net/licensing/
  6. Pixel Data Manipulation using Aspose.PSD for Py...

    Example of how to directly and rapidly fast update raw pixel data using PSD Python API... Overview The provided code demonstrates how to create...File as a Stream: We open the input file as a stream using the...

    docs.aspose.com/psd/python-net/pixel-data-manip...
  7. Create New PST, Add Sub-folders and Messages|Do...

    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....Email provides the means to create a PST...PersonalStorage create ( OutputStream stream , int blockSize , /*FileFormatVersion*/...

    docs.aspose.com/email/java/create-new-pst-add-s...
  8. 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...
  9. 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....(without a license specified) provides full product functionality...License ; ….. try { //Create a stream object containing the license...

    docs.aspose.com/slides/jasperreports/licensing/
  10. When converting an MSG file to PDF, Sent Date a...

    We are using the Aspose c# library. When we try to convert MSG files to PDF, for some MSG files, Sent Date appears twice in the PDF files. Below is the code that we use: // Load the MSG file MapiMessage msg = MapiMess…...as an MHTML file in a memory stream using (MemoryStream mhtmlStream...Position = 0; // Load the MHTML stream into Aspose.Words Document...

    forum.aspose.com/t/when-converting-an-msg-file-...