Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 3,872 for

stream provider

(0.15 sec)
  1. Working with Messages in a PST File|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....Messages Directly from PST to Stream To save messages from a PST...PST file directly to stream, without extracting the MsgInfo for...

    docs.aspose.com/email/cpp/working-with-messages...
  2. Digitally Sign Documents via Python | products....

    Use electronic signature to sign documents including Microsoft Word, Excel, PowerPoint, PDF and Images via your Python application. Insert eSginature online via app....NET provides a set of APIs for working...reading the document from a stream. Configure the digital signature...

    products.aspose.com/total/python-net/signature/
  3. How to Create Booklet from PDF using Python

    This article explains how to create booklet from PDF using Python. You will learn the process to set the IDE, steps to write the application and a runnable sample code to create a booklet PDF using Python....write the application, and provides runnable sample code to make...Here a summary of steps is provided to create a booklet from PDF...

    kb.aspose.com/pdf/python/how-to-create-booklet-...
  4. Export Math Equations from Presentations in Jav...

    Unlock seamless export of math equations from PowerPoint to MathML using JavaScript and Aspose.Slides for Node.js—preserve formatting and boost compatibility....var stream = null ; mathParagraph . writeAsMathMl ( stream );...MathBlock ) to MathML. Both types provide a method to write to MathML...

    docs.aspose.com/slides/nodejs-java/exporting-ma...
  5. Open Presentations in .NET|Aspose.Slides Docume...

    Open PowerPoint (.pptx, .ppt) and OpenDocument (.odp) presentations effortlessly with Aspose.Slides for .NET—fast, reliable, fully featured....Slides provides options—particularly the ...working with streams, Aspose.Slides may copy a stream’s contents...

    docs.aspose.com/slides/net/open-presentation/
  6. 通过C++用JavaScript打开文件的不同方法|Documentation

    本文介绍如何使用Aspose.Cells for JavaScript通过C++ API打开Excel文件...使用接受包含文件的 Stream 对象的重载构造函数即可。 <!DOCTYPE html>...title > Aspose.Cells Example - Stream to Workbook </ title > </ head...

    docs.aspose.com/cells/zh/javascript-cpp/differe...
  7. Accessing images in this pdf freeze the thread ...

    Hello, Using this attached PDF fnac01.pdf, if we want to convert the page to a png (or svg or all other formats… ) the PngDevice.Process freeze the thread in the jpeg2k decode and never return… You can reproduce the is…...page and save the image to stream pngDevice.Process(pdfDocument...Pages[pageCount], imageStream); // Close stream imageStream.Close(); } } //...

    forum.aspose.com/t/accessing-images-in-this-pdf...
  8. Convert PUB to PPTX in C#

    This brief guide helps you to convert PUB to PPT in C#. It begins with environment setup instructions, then walks through the approach and example code to cover every aspect involved in converting PUB to PPTX in C#....initiate a parser from a file or a stream. Likewise, with IPdfConverter...PUB to PPT in C# The code provided here enables the creation...

    kb.aspose.com/pub/net/convert-pub-to-pptx-in-cs...
  9. Crop EPS Image in Java

    This blog post will teach you how to crop EPS image in Java using Aspose.Page. This cropping SDK helps Java developers to crop EPS files programmatically....Page for Java provides a robust and developer-friendly...mentioned below: Create an input stream for the source EPS file. Initialize...

    blog.aspose.com/page/crop-eps-image-in-java/
  10. TIFF to PDF Merge using C++ | Aspose.PDF

    Combine two or more TIFF documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...set image source to memory stream // add document image to specific...:: Pdf :: Image > (); auto stream = System :: IO :: File :: Create...

    products.aspose.com/pdf/cpp/merger/tiff-to-pdf/