Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 3,903 for

stream provider

(0.58 sec)
  1. Setting the whole XMP block - Free Support Foru...

    Hi, I need to set the whole XMP block in a PDF. I don't want to set individual fields because that is already handled. There is a method to get the XMP in Aspose.Pdf.Facades.PdfXmpMetadata but I cannot se any way to set…...3:50am 4 Hi Anders, Thanks for providing additional information. We...Pdf.Document.SetXmpMetadata(stream). But it seems, it does not...

    forum.aspose.com/t/setting-the-whole-xmp-block/...
  2. Reading Project Files | Aspose.Tasks Documentation

    This guide explains how to read and process Microsoft Project files using Aspose.Tasks for C++....GitHub Reading Project File from Stream Copy 1 // The path to the documents...file stream 5 { 6 System::SharedPtr < System::IO::Stream > filesStream...

    docs.aspose.com/tasks/cpp/reading-project/
  3. 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...
  4. Convert BMP to EPS using Java API Solution

    BMP to EPS conversion functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here....has four modifications to provide a user with the most comfortable...hosted with ❤ by GitHub Using streams for saving BMP to EPS in Java...

    docs.aspose.com/page/java/convert/bmp-to-eps/
  5. StreamFontSource | Aspose.Words for Java

    Base class for user-defined Stream font source in Java....Base class for user-defined stream font source. To learn more...Remarks: In order to use the stream font source you should create...

    reference.aspose.com/words/java/com.aspose.word...
  6. Loading TeX from ZIP | .NET API Solution

    .NET API Solution to work with TeX. Learn on the example how to load a TeX file from ZIP with a few lines of C# code....a ZIP archive C#: Create a stream object to read the ZIP archive...working directory. Create a stream object to write the ZIP archive...

    products.aspose.com/tex/net/load-tex-from-zip/
  7. PageSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.PageSavingArgs class, essential for optimizing document processing with detailed PageSaving event data. Enhance your workflow!...Hide ] PageSavingArgs class Provides data for the PageSaving event...Aspose.Words should keep the stream open or close it after saving...

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

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

    products.aspose.com/pdf/net/merger/pdf-to-jpeg/
  9. Aspose.PSD for .NET 19.8 - Release Notes|Docume...

    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....image files to PsdImage from stream Feature PSDNET-134 Implement...Saving PSD into PDF does not provide selectable text Feature PSDNET-158...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-8...
  10. DocumentPartSavingArgs | Aspose.Words for Java

    Provides data for the IDocumentPartSavingCallback.documentPartSavingcom.aspose.words.DocumentPartSavingArgs callback in Java....class DocumentPartSavingAr Provides data for the IDocumentPartSavingC...parts into files by providing your own stream objects. To save document...

    reference.aspose.com/words/java/com.aspose.word...