Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 12,315 for

content stream

(0.36 sec)
  1. Programming with Thunderbird|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....Programming with Thunderbird Contents [ Hide ] Read Messages from...MboxrdStorageReader class and pass the above stream to the constructor. Call ReadNextMessage()...

    docs.aspose.com/email/java/programming-with-thu...
  2. Export Bookmarks to XML from an Existing PDF Fi...

    This section explains how to export bookmarks with Aspose.PDF Facades using PdfBookmarEditor Class....Existing PDF File (facades) Contents [ Hide ] The exportBookmarksToXml...importBookmarksWithX methods with Stream arguments. As a result, extracted...

    docs.aspose.com/pdf/java/export-bookmark/
  3. Licensing|Aspose.Words for JasperReports

    The evaluation and licensed versions of Aspose.Words for JasperReports is the same download....Licensing Contents [ Hide ] Aspose.Words for JasperReports is...license. Do not modify the content of the license file: it invalidates...

    docs.aspose.com/words/jasperreports/licensing/
  4. 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...
  5. Save Generated Barcodes in C++|Documentation

    Save Barcodes to File, Stream, Image Formats like BMP, PNG, GIF, JPEG, EMF, SVG using C++ API...Generated Barcodes in C++ Contents [ Hide ] This article describes...generated barcode images to files, streams, or bitmaps, as well as outputting...

    docs.aspose.com/barcode/cpp/save-barcode-image/
  6. Working with Document in C++|Aspose.Words for C++

    The `Document` class provides various document properties and methods using C++. You use the `Document` class as the starting point for whatever you want to perform with Aspose.Words for C++. The `Document` object can be saved to a file or Stream and also sent to a browser....Ask AI Working with Document Contents [ Hide ] The Document class...Document object contains all content and formatting, styles, built-in...

    docs.aspose.com/words/cpp/working-with-document/
  7. Save Messages from Exchange Server Mailbox usin...

    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....Server Mailbox using WebDav Contents [ Hide ] This article shows...useful when you want to save the stream to some storage location like...

    docs.aspose.com/email/java/save-messages-from-e...
  8. Converter.Create | Aspose.Words for .NET

    Create a new instance of the converter processor effortlessly with our powerful Converter Create method for seamless data transformation....Create Contents [ Hide ] Create() Creates new instance of the...to convert documents from a stream with a single line of code...

    reference.aspose.com/words/net/aspose.words.low...
  9. Converting an FDF to XML format|Aspose.PDF for ...

    This section explains how you can convert an FDF to XML format with FormDataConverter Class....Converting an FDF to XML format Contents [ Hide ] The Aspose.Pdf.Facades...file as an input or source stream and saves it into XML format...

    docs.aspose.com/pdf/net/converting-an-fdf-to-xm...
  10. Bug - Verification (for same-format conversions...

    Hi Alexander, For conversion from one format to itself, I make a verification (only for same-format conversions) using checksums. If checksums of input file and output file are differing is ok if not is not ok. Pleas…...return null; } try { using var stream = File.OpenRead(filePath);...hashBytes = sha256.ComputeHash(stream); var checksum = BitConverter...

    forum.aspose.com/t/bug-verification-for-same-fo...