Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 4,085 for

stream provider

(0.11 sec)
  1. LaTeX math formulas rendering | Aspose.TeX for ...

    LaTeX math formulas rendering within Aspose.TeX API for Java is described in this article. Learn the code examples of how to use the functionality....); 12 // Specify the output stream for the log file. 13 options...16 17 // Create the output stream for the formula image. 18 final...

    docs.aspose.com/tex/java/latex-math-formula-ren...
  2. Set Barcode Source|Documentation

    This Article Describes How to Set Barcode Source for Recognition...ways: as an image file, as a stream, or as a bitmap. Reading barcodes...for three possible modes are provided further. Read Barcodes from...

    docs.aspose.com/barcode/cpp/set-barcode-source/
  3. 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...
  4. Loading and Parsing MSG 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.... The class provides several static loading functions...MSG files from file or from stream. Load MSG Files The following...

    docs.aspose.com/email/net/loading-and-parsing-m...
  5. 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...
  6. LoadFormat enumeration | Aspose.Words for Python

    aspose.words.LoadFormat enumeration. Indicates the format of the document that is to be loaded.... read ()) as stream : # The URL is used again as...Load the HTML document from stream and pass the LoadOptions object...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose.PSD smartFilter - Free Support Forum - a...

    Smart filters are not saved when updating text. But if you open the PSD and save the smart object yourself, then all filters start working again...2 @Hacls Could you please provide a code sample with the test...(var stream = new MemoryStream(smart.Contents)) { stream.Position...

    forum.aspose.com/t/aspose-psd-smartfilter/241290
  8. Failed to Open the PowerPoint Presentation with...

    Hi, I have a PPTX which I try to read using Aspose: PptImgExporter.cs: line 109: Presentation m_presentation = new Presentation(szPptxPath); This line gives error: Aspose is not able to read this PPT. The error on …...(Presentation , Stream, InterruptionToken ) at Aspose...Aspose.Slides.Presentation(Stream , Boolean) at Aspose.Slides.Presentation...

    forum.aspose.com/t/failed-to-open-the-powerpoin...
  9. Aspose::Words::Loading::LoadOptions::LoadOption...

    Aspose::Words::Loading::LoadOptions::LoadOptions constructor. Initializes a new instance of this class with default values in C++....document with images from a stream using a base URI. { System...SharedPtr < System :: IO :: Stream > stream = System :: IO :: File...

    reference.aspose.com/words/cpp/aspose.words.loa...
  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...