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

stream provider

(0.08 sec)
  1. Working with Hatch Patterns in PS file | Python

    How to add hatch pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...Page for Python provides 53 hatch styles, all of which...document: Create an output stream for the resulting PS file....

    docs.aspose.com/page/python-net/ps/working-with...
  2. PDL Conversion API | C++ Solution

    Convert PS, EPS, and XPS to PDF and Images including BMP, JPG, PNG, and TIFF using the C++ library with the Aspose.Page PDL conversion functionality....API simplifies the process, providing you with the tools to effortlessly...constructor having input file stream or filename as a parameter...

    products.aspose.com/page/cpp/conversion/
  3. Frequently Asked Questions | Aspose.TeX for .NET

    Get answers to all the most frequent questions about Aspose.TeX for .NET, which is a comprehensive API for typesetting and manipulation TeX and LaTeX.... Set up a memory stream to capture the log output generated...LogStream property. Create a file stream to save the output image. Create...

    docs.aspose.com/tex/net/faq/
  4. FontSettings.setFontsSources method | Aspose.Wo...

    Aspose.Words.Fonts.FontSettings.setFontsSources method...cacheInputStream Buffer Input stream with saved font search cache...search cache, fonts in the provided sources are identified via...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Frequently Asked Questions | Aspose.TeX for Java

    Get answers to all the most frequent questions about Aspose.TeX for Java, which is a comprehensive API for typesetting and manipulation TeX and LaTeX....output stream for the log file. Create a file stream to save...written to the specified output stream. For more examples, please...

    docs.aspose.com/tex/java/faq/
  6. Aspose::Words::Saving::HtmlSaveOptions::get_Fon...

    Aspose::Words::Saving::HtmlSaveOptions::get_FontsFolder method. Specifies the physical folder where fonts are saved when exporting a document to HTML. Default is an empty string in C++....a document into a file and provide a file name, Aspose.Words,...you save a document into a stream, Aspose.Words does not have...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Want to get InputStream from MapiAttachment- Ma...

    I am working on email processing My requirement is to get InputStram from parsed msg So, want to retrieve InputStream from MapiAttachment and MapiMessage....processing I need to pass the stream to them to save. Please, suggest...additional ways to work with streams in Java, you can refer to alternative...

    forum.aspose.com/t/want-to-get-inputstream-from...
  8. 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/
  9. Aspose.Page for .NET – PS/EPS/XPS Conversion FAQ

    Comprehensive FAQ covering supported formats, .NET versions, licensing, performance, code samples, and advanced options for converting PS, EPS, and XPS files with Aspose.Page for .NET.... Load from a Stream (e.g., MemoryStream ) and save...save directly to another Stream : Copy 1 using ( var input =...

    docs.aspose.com/page/net/conversion/faq/
  10. 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...