Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 4,132 for

stream provider

(0.83 sec)
  1. Generate Data Matrix Barcodes|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....used to encode characters and streams of bytes. The maximal configuration...DataMatrixParameters . This enum provides nine encoding modes, as described...

    docs.aspose.com/barcode/python-net/generate-dat...
  2. Frequently Asked Questions | Aspose.TeX for С++

    Get answers to all the most frequent questions about Aspose.TeX for C++, which is a comprehensive API for typesetting and manipulation TeX and LaTeX....output stream for the log file. Create a file stream to save...archive? A: Yes, just open a stream containing a ZIP archive that...

    docs.aspose.com/tex/cpp/faq/
  3. Render HTML in Python – Aspose.HTML for Python ...

    Rendering HTML, SVG, MHTML, and EPUB using HtmlRenderer, SvgRenderer, MhtmlRenderer, and EpubRenderer classes in Aspose.HTML for Python via .NET API....NET API provides the following realization..."document.mht" , ' rb ' ) as stream: 20 21 # Create an instance...

    docs.aspose.com/html/python-net/renderers/
  4. How to deal with huge attachment like cloud att...

    We have a requirement where need to get the cloud attachment and add as an attachment to MailMessage, below is the sample code, but with this we are running into OOM issue. Is there any way to add huge attachments? Samp…... Stream the Attachment : If you are...service, ensure that you are streaming the data efficiently. Instead...

    forum.aspose.com/t/how-to-deal-with-huge-attach...
  5. Problems converting PDF (containing images) to ...

    I've upgraded our version of Aspose PDF for .Net recently and am now seeing problems when converting a PDF document to HTML. This only happens for some PDF documents - the ones I have noticed it happening on are document…...(Document , String , Stream , HtmlSaveOptions ) at Aspose...Aspose.Pdf.Document.Save(Stream outputStream, SaveOptions options)...

    forum.aspose.com/t/problems-converting-pdf-cont...
  6. Aspose.PSD 24.7.0 Memory leaking issue - Free S...

    I am running into issues with Aspose.PSD leaving a large amount of allocated memory when the portion of my code that actually uses Aspose finishes. I am not sure why it is not being cleaned up by GC for many reasons incl…...Could you please additionally provide minimum required code to reproduce...every PsdImage and associated stream, memory is not released. What...

    forum.aspose.com/t/aspose-psd-24-7-0-memory-lea...
  7. Converting a XPS file to EMF using Python | Asp...

    Sample code on Python for XPS to EMF conversion. Use example code for batch XPS to EMF conversion with Python and .NET... Open a new file stream at the specified output path...page. Close the output file stream to ensure that all data is...

    products.aspose.com/pdf/python-net/conversion/x...
  8. Working with PST Password Protection|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....Password Protected The API provides the PersonalStorage.Store...steps: Load PST from a file or a stream. Call the PersonalStorage.Store...

    docs.aspose.com/email/net/working-with-pst-pass...
  9. Mailmerge issue with Thai language in Docker ku...

    Hi, We are using .Net Aspose Word to mailmerge, and we observe some issue with the Thai language document. The texts in Thai language are converted to some unrecognized characters during merge, and this happens only in…...} } }; using (MemoryStream stream = new MemoryStream()) { using...(XmlWriter writer = XmlWriter.Create(stream, new XmlWriterSettings()))...

    forum.aspose.com/t/mailmerge-issue-with-thai-la...
  10. Working with PS Document | Python via .NET

    These articles are about working with text, shapes, tiling patterns, gradients, images and pages in PS or EPS files using Aspose.Page for Python via .NET....Create an output stream for PS document 5 out_ps_stream = open(dir...document = PsDocument(out_ps_stream, options, false ) To create...

    docs.aspose.com/page/python-net/working-with-ps/