Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 3,861 for

stream provider

(0.39 sec)
  1. JVM heapspace getting filled when creating PST ...

    I’m trying to use the email library for java to create a PST file but no matter what I do, the heap space is saturating when the PST file reaches around 2gb (Allocated around 8gb max space). Then the thread blocks for a …... Could you kindly provide a working code snippet to manage...manage this efficiently? Stream-based API for email storage formats...

    forum.aspose.com/t/jvm-heapspace-getting-filled...
  2. Saving Files|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....Cells provides the Workbook , which represents...a Microsoft Excel file and provides methods necessary to work...

    docs.aspose.com/cells/go-cpp/saving-files/
  3. LaTeX Figure rendering | Python via .NET

    The article gives an overview of Aspose.TeX API solution for Python and its functionality for rendering LaTeX fragments (figures). Learn the code examples....output stream for the log file. 21 options. log_stream = BytesIO()...True 24 25 # Create the output stream for the figure image. 26 with...

    docs.aspose.com/tex/python-net/latex-figure-ren...
  4. Licensing|Documentation

    Setting the License for Aspose.BarCode for .NET...Singleton, or through a file/stream. The details on how to set...license using these methods are provided below in this article. Using...

    docs.aspose.com/barcode/net/licensing/
  5. API to manipulate Publisher files in C#

    Programing PUB files with Aspose.PUB for .NET starts with editing the file Metadata that describes properties like author, tile, company, language, etc.... Character Count Provides the total number of characters...in the document. Word Count Provides the total number of words...

    docs.aspose.com/pub/net/programming-with-docume...
  6. Regarding license activation code not working -...

    Hi We are doing watermarking using Aspose Jars with Java APIs We have implemented the following code snippets for license activation: i)for pdf file type com.aspose.pdf.License license = new com.aspose.pdf.License()…...exception message to see if it provides more context on why the license...loading the license from a stream or as an embedded resource...

    forum.aspose.com/t/regarding-license-activation...
  7. IBibliographyStylesProvider.GetStyle | Aspose.W...

    Discover the IBibliographyStylesProvider GetStyle method to effortlessly retrieve and customize your bibliography styles for enhanced academic writing.... public Stream GetStyle ( string styleFileName...file name. Return Value The Stream with bibliography style XSLT...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Licensing|Aspose.Slides for Python Documentation

    Learn how to apply, manage, and troubleshoot licenses in Aspose.Slides for Python via .NET. Ensure uninterrupted access to full features with our step-by-step licensing guide.... The evaluation version provides the same features as the licensed...(when no license is applied) provides full functionality, it adds...

    docs.aspose.com/slides/python-net/licensing/
  9. Detect File Format of Encrypted Office Open XML...

    Learn how to detect the file format of encrypted OOXML files using Aspose.Cells for JavaScript via C++....Cells provides a way to detect the file format...=> { // Create a small byte stream equivalent to the original...

    docs.aspose.com/cells/javascript-cpp/detect-fil...
  10. Workbook object increases in size when iteratin...

    I have a particular Excel workbook with one worksheet that has a large used range due to a formula in cell XFD1. When iterating over the used range on this sheet with Aspose, the total size of the workbook noticeably in…...xlsm"); var stream = workbook.SaveToStream();...of bytes on open: {stream.Length}"); stream.Close(); var inputCells...

    forum.aspose.com/t/workbook-object-increases-in...