Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 4,066 for

stream provider

(0.05 sec)
  1. Convert a Document to Markdown in C#|Aspose.Wor...

    Convert a document in any supported load format to Markdown and vice versa using C#....Words provides the ability to convert a document...being actively developed to provide you with more opportunities...

    docs.aspose.com/words/net/convert-a-document-to...
  2. Aspose.Words Integration in AWS Lambda|Aspose.W...

    You might be interested in using Aspose.Words in AWS Lambda if you are targeting to create an application in the cloud, need Aspose.Words functionality, and probably integration with other Amazon services. Learn more about using Aspose.Words for .NET when building applications for Amazon Web Services in C#....different sources , such as folder, stream, or system fonts. This section...the most convenient way to provide custom fonts in the cloud....

    docs.aspose.com/words/net/integration-in-aws-la...
  3. Creating OneNote NoteBook | Aspose.Note Documen...

    This article explains how to create and manage OneNote note books using the C# API....by GitHub Saving Notebook to Stream Copy 1 // The path to the documents...MemoryStream stream = new MemoryStream(); 6 notebook. Save (stream); 7...

    docs.aspose.com/note/net/working-with-onenote-n...
  4. Sequence contains no elements - Free Support Fo...

    HI , I m facing an error while converting onenote document into pdf using latest version of aspose.note(25.2.0): System.InvalidOperationException: Sequence contains no elements at System.Linq.ThrowHelper.ThrowNoElement…... (Document , Stream , SaveOptions ) at Aspose.Note...Note.Document.Save(Stream stream, SaveOptions options) at Crushbank...

    forum.aspose.com/t/sequence-contains-no-element...
  5. Working with Images in Node.js|Aspose.Words for...

    Create and manage images of various formats in a document using Node.js....Inserting an Image DocumentBuilder provides several overloads of the the...parameter From a stream by passing a Stream parameter From a...

    docs.aspose.com/words/nodejs-net/working-with-i...
  6. Working with 7z Archives | Aspose.Zip for .NET

    Working with 7z Archives in C# and Compress or Decompress Directory programmatically with API for C#...ZIP API provides class to work with 7-Zip archives...archives. This class provides various methods to perform operations...

    docs.aspose.com/zip/net/working-with-7z-archives/
  7. Convert BMP to EPS using API for C++

    BMP to EPS conversion functionality offered by Aspose.Page API solution for C++ is explained and illustrated with the code snippets here....has four modifications to provide a user with the most comfortable..."output1.eps" , options); Using streams for saving BMP to EPS in C++...

    docs.aspose.com/page/zh/cpp/convert/bmp-to-eps/
  8. Quick Recognition Examples|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....Recognition Examples This guide provides quick, ready-to-use examples...recognition" ); } } } Recognize from Stream public void recognizeFromStream...

    docs.aspose.com/barcode/java/developer-guide/qu...
  9. Other ways to provide main TeX input file | C++

    Conversion functionality of Aspose.TeX API solution for C++ has a Constructor which accepts a Stream as the first argument. Here are some code examples....Guide Conversion Other ways to provide the main TeX input file Live...Pricing Buy Other ways to provide main TeX input file | C++ Contents...

    docs.aspose.com/tex/cpp/other-ways-of-main-input/
  10. Scaling down an XFA pdf file - Free Support For...

    Hello My client has the need to scale down an existing XFA pdf file and then add a "text" at the bottom of the page. I was wondering if aspose.pdf would be able to handle someting like this (scaling down a file). Thanks …...parameters); // save document to stream. doc.Save(ms); // add text...page // Open PDF Document from stream Aspose.Pdf.Document origPDF...

    forum.aspose.com/t/scaling-down-an-xfa-pdf-file...