Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 4,347 for

stream provider

(0.21 sec)
  1. License Update configuration - Free Support For...

    Hi, I just took over an application from the previous developer and I have been informed that the Aspose license will be expiring on the 32st of July 2025. I am struggling to find where the license is saved on Azure, is …...lic"); If you are using a stream or an embedded resource, adjust...still encounter issues, please provide more details about your setup...

    forum.aspose.com/t/license-update-configuration...
  2. Convert MHTML to JPG in Python – Aspose.HTML fo...

    Convert MHTML to JPG using Aspose.HTML Python library. Consider the supported MHTML to JPG conversion scenarios in ready-to-use Python examples....open("{{input lower}}", 'rb') as stream: # Initialize saving options...conv.Converter.convert_mhtml(stream, options, "output.{{output...

    docs.aspose.com/html/python-net/convert-mhtml-t...
  3. C++ API to Convert PDF to MD | products.aspose.com

    Convert PDF to MD via C++ API without using Microsoft Excel or Adobe Reader... It provides a wide range of features such...spreadsheet documents in C++. It provides a wide range of features such...

    products.aspose.com/total/cpp/conversion/pdf-to...
  4. Working with Projects in C++ | Aspose.Tasks Doc...

    This guide explains how to create and save project files using Aspose.Tasks for C++ without Microsoft Office dependencies....empty project file from the stream using the Project class as...file stream or file name, and one of the values provided by the...

    docs.aspose.com/tasks/cpp/creating-and-saving/
  5. Create New PST, Add Sub-folders and Messages|Do...

    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....Email provides the means to create a PST...PersonalStorage create ( OutputStream stream , int blockSize , /*FileFormatVersion*/...

    docs.aspose.com/email/java/create-new-pst-add-s...
  6. Aspose.OCR Not Detecting All Text in Mixed Sear...

    Hi Support, We have a requirement to convert existing PDFs into searchable PDFs. Some of our PDFs already contain searchable PDF text fragments, but they may also contain images on the same page which include text. Our…...Count; pageNum++) { using (var stream = new MemoryStream()) { jpegDevice...Process(doc.Pages[pageNum], stream); stream.Position = 0; var ocrInput...

    forum.aspose.com/t/aspose-ocr-not-detecting-all...
  7. Export Math Equations from Presentations on And...

    Unlock seamless export of math equations from PowerPoint to MathML using Aspose.Slides for Android via Java—preserve formatting and boost compatibility....( "2" ))); FileOutputStream stream = new FileOutputStream ( "mathml...mathParagraph . writeAsMathMl ( stream ); } catch ( IOException e...

    docs.aspose.com/slides/androidjava/exporting-ma...
  8. OCR clinched after PDF-A conversion - Free Supp...

    Hi, we're using Aspose.PDF .NET to convert different kind of files to PDF-A. Currently we're facing problems with some scanned PDF documents. After the conversion to PDF-A the OCR information is somehow clinched. …...reproduce the problem: using (Stream inputStream = new FileStream(“SampleDocument...Document(inputStream)) { using (Stream outputLogStream = new MemoryStream())...

    forum.aspose.com/t/ocr-clinched-after-pdf-a-con...
  9. Export Math Equations from Presentations in Jav...

    Unlock seamless export of math equations from PowerPoint to MathML using Aspose.Slides for Java—preserve formatting and boost compatibility....( "2" ))); FileOutputStream stream = new FileOutputStream ( "mathml...mathParagraph . writeAsMathMl ( stream ); } catch ( IOException e...

    docs.aspose.com/slides/java/exporting-math-equa...
  10. Replace Images in the Presentation’s Image Coll...

    Replace images in presentations fast with Python. Supporting PowerPoint and OpenDocument formats to Streamline workflows and boost slide quality....NET provides a simple API methods for replacing...file_name , "rb" ) as stream : return stream . read () #Instantiate...

    docs.aspose.com/slides/python-net/replacing-ima...