Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 14,939 for

content stream

(0.1 sec)
  1. Document.save method | Aspose.Words for Python

    aspose.words.Document.save method...save method Contents [ Hide ] save(file_name) Saves the document...save(stream, save_format) Saves the document to a stream using...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Convert PDF to Base64 in Java

    This article explains how to convert PDF to Base64 in Java. It includes setup guidelines, sequential steps, and an example code to convert PDF to Base 64 in Java....byte array containing the PDF content with the encodeToString method...reading the PDF file from a stream, processing only chosen pages...

    kb.aspose.com/pdf/java/convert-pdf-to-base64-in...
  3. 使用图像|Documentation

    本节介绍如何使用 Aspose.Diagram 从 visio 页面插入或获取图像。...使用图像 Contents [ Hide ] 从 Visio 页面中提取所有图像 在 Microsoft Visio 中...System . IO . MemoryStream stream = new System . IO . MemoryStream...

    docs.aspose.com/diagram/zh/net/working-with-ima...
  4. Extend and Contribute to CRM Quote Generator|As...

    How to defined a custom workflow using Aspose.Words to convert HTML to word and Attach Generated Quotation with Quote in C#....Contribute to CRM Quote Generator Contents [ Hide ] Purpose Summary....Generator" : QuoteName ); Stream stream = GenerateStreamFromSt (...

    docs.aspose.com/words/net/extend-and-contribute...
  5. OleFormat.IsLink | Aspose.Words for .NET

    Discover OleFormat IsLink property. Easily check if your OLE object is linked with SourceFullName for seamless data integration and management....IsLink Contents [ Hide ] OleFormat.IsLink property Returns true...access it using a stream. using ( MemoryStream stream = oleFormat ...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Basic operations with Visio documents|Documenta...

    Basic operations section describes the possibilities of opening and saving Visio documents using the Aspose.Diagram for Java....operations with Visio documents Contents [ Hide ] Visio Diagram Load...to load one from a file or stream. Basic operations section describes...

    docs.aspose.com/diagram/java/basic-operations/
  7. FileFormatUtil.DetectFileFormat | Aspose.Words ...

    Quickly identify document formats with FileFormatUtil's DetectFileFormat method. Get accurate format insights for efficient file management....DetectFileFormat Contents [ Hide ] DetectFileFormat( string )...Aspose.Words DetectFileFormat( Stream ) Detects and returns the information...

    reference.aspose.com/words/net/aspose.words/fil...
  8. Aspose::Words::MailMerging::ImageFieldMergingAr...

    Aspose::Words::MailMerging::ImageFieldMergingArgs class. Provides data for the ImageFieldMerging() event. To learn more, visit the documentation article in C++....mageFieldMergingArg class Contents [ Hide ] ImageFieldMergingArg...get_ImageStream () const Specifies the stream for the mail merge engine to...

    reference.aspose.com/words/cpp/aspose.words.mai...
  9. 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/
  10. Make Booklet of PDF|Aspose.PDF for .NET

    This section explains how to make booklet of PDF with Aspose.PDF Facades using PdfFileEditor class....Ask AI Make Booklet of PDF Contents [ Hide ] Make Booklet of PDF...Make Booklet of PDF Using Streams MakeBooklet method of PdfFileEditor...

    docs.aspose.com/pdf/net/make-booklet-of-pdf/