Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 4,347 for

stream provider

(0.09 sec)
  1. Working with BZIP2 Archives in C# | Aspose.Zip ...

    C# BZIP2 API lets you create, extract, and manage BZIP2 archives in .NET applications without third-party tools....NET provides the class to compress or extract...extract a single data stream in .bz2 format. Because BZIP2 stores...

    docs.aspose.com/zip/net/working-with-bzip2-arch...
  2. Aspose.TeX's output interface | C++

    Conversion functionality of Aspose.TeX API solution for C++ with TeX, as an output format is explained here with the code examples....are supposed to be files, streams, arrays, or whatever else.The...directories separately. It provides the general interface for...

    docs.aspose.com/tex/cpp/aspose-tex-output/
  3. DigitalSignatureUtil | Aspose.Words for Java

    Provides methods for signing document in Java....class DigitalSignatureUtil Provides methods for signing document...from a FileStream: InputStream stream = new FileInputStream(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Saving::ResourceSavingArgs class...

    Aspose::Words::Saving::ResourceSavingArgs class. Provides data for the ResourceSaving() event. To learn more, visit the documentation article in C++....] ResourceSavingArgs class Provides data for the ResourceSaving()...Aspose.Words should keep the stream open or close it after saving...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Licensing|Documentation

    Aspose.3D for Python via .NET provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation using Licensing and Subscription policies....3D provides different plans for purchase...Limitation The evaluation version provides all the features except the...

    docs.aspose.com/3d/python-net/licensing/
  6. OleFormat.OlePackage | Aspose.Words for .NET

    Access OlePackage properties for OLE objects effortlessly. Get seamless integration with OLE Packages and enhance your data handling capabilities....OlePackage property Provide access to OlePackage if OLE...zip" ); using ( MemoryStream stream = new MemoryStream ( zipFileBytes...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Delete redundant spaces after line break while ...

    Learn how to delete redundant spaces after line breaks while importing HTML using Aspose.Cells for JavaScript via C++....workbook from stream with HTML load options const stream = byteArray...const workbook = new Workbook ( stream , loadOptions ); // Access...

    docs.aspose.com/cells/javascript-cpp/delete-red...
  8. Docx save as PDF metadata missing - Free Suppor...

    Hi, I would like to generate an accessible PDF. To do this, metadata must be present. I set the metadata via BuildInDocumentProperties, but in the output pdf they are empty. I’m using Aspose Word 26.4.0. Heres my code: …...PdfFileEditor(); var pdfStreams = new List<Stream>(); using (var outputStream...pdfByte in pdfBytes) { var stream = new MemoryStream(pdfByte);...

    forum.aspose.com/t/docx-save-as-pdf-metadata-mi...
  9. Convert PDF to Images formats|Aspose.PDF for Java

    Discover how to convert PDF pages into image formats like PNG, JPEG, and TIFF using Aspose.PDF for Java.... This class provides a method named Process which...page and save the image to stream tiffDevice . process ( document...

    docs.aspose.com/pdf/java/convert-pdf-to-images-...
  10. Aspose.PSD.Image fails to save the file in BMP ...

    Hi, I am developing a program to convert .psd files to .bmp files, using the latest version of Aspose.PSD (25.4). ProgramAndFiles.zip (1.9 MB) The file 06-01-1.psd is successfully converted to BMP, but an error occurs…... Use Stream for Saving : You can try saving...saving the image using a stream, as shown in the example below...

    forum.aspose.com/t/aspose-psd-image-fails-to-sa...