Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 3,903 for

stream provider

(0.09 sec)
  1. Save a Document in C#|Aspose.Words for .NET

    Save a document in any supported format using C#....Words provides the Save method of the Document...saving a document to a file, stream, or ASP.NET HttpResponse object...

    docs.aspose.com/words/net/save-a-document/
  2. Using Aspose.Slides with ReportViewer 2010 and ...

    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....Report Page Layout (RPL) Binary Stream Format to PowerPoint presentation...export in PPT format and providing outputStream renderer.Sta...

    docs.aspose.com/slides/reportingservices/using-...
  3. Aspose.email.cpp 获取PST文件中邮件的附件数据,可以分块读取吗 - Free...

    System::SharedPtr<MapiAttachment> attachment = attachments->idx_get(attachmentIndex); if(attachment) { System::SharedPtr<System::IO::MemoryStream> Stream = attachment->ToMemoryStream(); } Stream把整个附件的数据都读到内存了,大文件的话需要分块…...ream> stream = attachment->ToMemoryStream(); } stream把整个附件的数...Aspose.Email for C++ does not provide a built-in method to read attachments...

    forum.aspose.com/t/aspose-email-cpp-pst/314744
  4. Comparer class | Aspose.Words for Python

    aspose.words.lowcode.Comparer class. Provides methods intended to compare documents....Comparer class Comparer class Provides methods intended to compare...specified output file in the provided save format, producing changes...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Loading and Parsing MSG Files|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 class provides several static loading functions...MSG files from file or from stream. Load MSG Files The following...

    docs.aspose.com/email/net/loading-and-parsing-m...
  6. LoadFormat enumeration | Aspose.Words for Python

    aspose.words.LoadFormat enumeration. Indicates the format of the document that is to be loaded.... read ()) as stream : # The URL is used again as...Load the HTML document from stream and pass the LoadOptions object...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Merge XPS files | Aspose.Page for Python via .NET

    Merger XPS functionality of Aspose.Page API solution for Python allows you to combine several XPS files into a single XPS or PDF document....steps: Initialize an input stream for the first input XPS documen...documen Initialize an output stream for the output XPS document...

    docs.aspose.com/page/python-net/merge/xps/
  8. Read BarCode from Specific Region of Image in R...

    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....)))) + '/data/' \ # Open the stream. Read only access is enough...Aspose.BarCode to load an image. stream = Rjb :: import ( 'java.io...

    docs.aspose.com/barcode/java/read-barcode-from-...
  9. OleFormat.ole_package property | Aspose.Words f...

    OleFormat.ole_package property. Provide access to [OlePackage](../../olepackage/) if OLE object is an OLE Package...ole_package property Provide access to OlePackage if OLE...as stream : shape = builder . insert_ole_object ( stream = stream...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Convert EMF to EPS using API for .NET

    EMF to EPS conversion functionality offered by Aspose.Page API solution for .NET 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 EMF to EPS in C#...

    docs.aspose.com/page/net/convert/emf-to-eps/