Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 4,224 for

stream provider

(0.8 sec)
  1. Load, View and Parse Outlook MSG file using C++...

    C++ Email Parser Library API enables you to load, view and parse outlook MSG files from file or from Stream....used to load MSG files, and provides several static loading functions...MSG files from file or from stream. Try it out! Parse email files...

    docs.aspose.com/email/cpp/loading-viewing-and-p...
  2. Aspose::Words::Saving::DocumentPartSavingArgs c...

    Aspose::Words::Saving::DocumentPartSavingArgs class. Provides data for the DocumentPartSaving() callback. To learn more, visit the documentation article in C++....DocumentPartSavingAr class Provides data for the DocumentPartSaving()...const Allows to specify the stream where the document part will...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. CssSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.CssSavingArgs class, designed to enhance your document processing with customizable CssSaving event data for optimal results....Hide ] CssSavingArgs class Provides data for the CssSaving event...set; } Allows to specify the stream where the CSS information will...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Corrupt PDF perhaps? Sometimes OK, Sometimes No...

    I have been working on creating PDFs to upload to Concur Invoices. SOMETIMES the PDF will not upload because of some “unknown” error. Not helpful I know. If we open Acrobat and resave the file then it will upload fine…...static async Task<(MemoryStream Stream, string ContentType)> Down...MediaType ?? "application/octet-stream"; var memoryStream = new MemoryStream();...

    forum.aspose.com/t/corrupt-pdf-perhaps-sometime...
  5. Aspose::Words::Saving::ResourceSavingArgs class...

    Aspose::Words::Saving::ResourceSavingArgs class. Provides data for the ResourceSaving() event. To learn more, visit the documentation article in C++....] ResourceSavingArgs class Provides data for the ResourceSaving()...Aspose.Words should keep the stream open or close it after saving...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Get Barcode Type and Encoded Data|Documentation

    This article describes how to read barcode parameters... Get Barcode Data as Byte Stream It is possible to load barcode...barcode data as a byte stream using a property of class BarCodeResult...

    docs.aspose.com/barcode/python-net/get-barcode-...
  7. Aspose.PSD.Image fails to save the file in BMP ...

    Hi, I am developing a program to convert .psd files to .bmp files, using the latest version of Aspose.PSD (25.4). ProgramAndFiles.zip (1.9 MB) The file 06-01-1.psd is successfully converted to BMP, but an error occurs…... Use Stream for Saving : You can try saving...saving the image using a stream, as shown in the example below...

    forum.aspose.com/t/aspose-psd-image-fails-to-sa...
  8. Error when converting PDF to PDF/A - Free Suppo...

    Hi, We have an issue converting the attached PDF to PDF/A (26.2 .Net): Project Schedule.pdf (252.0 KB) Code used: using (MemoryStream memoryStream = new MemoryStream()) { Boolean Success = aspPdfDocument.Convert(mem…...#=zkvqntQQ=(Stream #=zdpzPPZ0=, LoadOptions #=z7vuU08pIghwq...Aspose.Imaging.Image.Load(Stream stream) at #=za2nmv9pSDGJCqOei...

    forum.aspose.com/t/error-when-converting-pdf-to...
  9. Working with GZip Archives in C# | Aspose.Zip f...

    C# gzip API lets you work with creating and managing GZip archives in your applications without the need of any other 3rd party applications and provides various methods to perform operations on archives....ZIP API provides the class for working with...extract its contents to a file stream: Copy 1 //Extracts the archive...

    docs.aspose.com/zip/net/working-with-gzip-archi...
  10. Save a Document in C++|Aspose.Words for C++

    Save a document in any supported format using C++....Words provides the Save method of the Document...Words GitHub . Save to a Stream Pass a stream object to the Save method...

    docs.aspose.com/words/cpp/save-a-document/