Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 3,872 for

stream provider

(0.05 sec)
  1. How to Convert PDF to PPTX using Python

    This short tutorial guides on how to convert PDF to PPTX using Python. It contains step-wise process and a runnable sample code for converting PDF to PowerPoint using Python....save() method by providing the output PPTX file name...from a stream, set an optional flag to close the inner stream before...

    kb.aspose.com/pdf/python/how-to-convert-pdf-to-...
  2. PDF to JPEG Merge using Python | Aspose.PDF

    Combine two or more PDF documents into one JPEG single file programmatically with Python sample code using Aspose.PDF for Python for .NET...each page, create an image stream at the specified output path...and save it to the stream. Close the stream after processing each...

    products.aspose.com/pdf/python-net/merger/pdf-t...
  3. Working with Z Archives | Aspose.Zip Documentation

    Java z API lets you work with creating and managing Unix Z archives in your applications without needing third-party applications. It provides various methods for operations on archives....ZIP API provides class to work with such archives...archives. This class provides basic methods to perform operations...

    docs.aspose.com/zip/java/working-with-unix-z-ar...
  4. Verify Password of Encrypted Files|Documentation

    Verify the password of encrypted Excel (xlsx, xlsb, xls, xlsm) and Open office (ODS) files using CShape codes....NET provides the verify_password method...accepts two parameters, the file stream and the password that needs...

    docs.aspose.com/cells/python-net/verify-passwor...
  5. Creating, Reading and Saving Projects with Aspo...

    Learn how to create, read or save Microsoft Project files using Aspose.Tasks for Java....and empty project file from a stream or using the class. Creating...file stream or file name, and one of the values provided by the...

    docs.aspose.com/tasks/java/creating-reading-and...
  6. Convert PostScript to PNG in Java

    This blog post describes how to convert PostScript to PNG in Java programmatically. Aspose.Page offers a Java PostScript SDK to achieve this conversion....PsDocument class with the input stream of PostScript. You can set...bytes. Now, create an output stream by initializing an instance...

    blog.aspose.com/page/convert-postscript-to-png-...
  7. How to Convert XPS to PDF in Java

    This tutorial provides the details about how to convert XPS to PDF in Java. It covers the stepwise process, environment configuration information as well as a runnable code sample to convert XPS document to PDF in Java...PDF in Java This tutorial provides details about how to convert...files Initialize a PDF output stream to create a PDF file Load the...

    kb.aspose.com/page/java/how-to-convert-xps-to-p...
  8. PDF to JPEG Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one JPEG single file programmatically with C++ sample code using Aspose.PDF for C++...jpg" , pageCount ++ ); stream = System :: IO :: File :: Create...imageDevice -> Process ( page , stream ); image = System :: Drawing...

    products.aspose.com/pdf/cpp/merger/pdf-to-jpeg/
  9. How to Delete PDF Pages in C#

    This quick guide explores how to delete PDF pages in C#. It has the IDE settings details, a list of steps and a runnable sample code to remove pages from PDF file in C#....Call the Delete() method providing the input file, list of pages...from PDF in C# . You can use a stream as a source PDF file name and...

    kb.aspose.com/pdf/net/how-to-delete-pdf-pages-i...
  10. How to Convert Word RTF to PDF in Python

    This short tutorial describes how to convert Word RTF to PDF in Python. All the configuration details, step-wise process and a runnable sample code that can change RTF to PDF in Python with the help of a few API calls only, are also part of it....file on the disk These steps provide logic to write rich text format...PDF file before writing to a stream or a file on the disk. Code...

    kb.aspose.com/words/python/how-to-convert-word-...