Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 12,267 for

content stream

(0.27 sec)
  1. 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 Contents [ Hide ] ResourceSavingArgs...Aspose.Words should keep the stream open or close it after saving...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Working with Pages in PS file | Java

    How to add pages to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...with Pages in PS file | Java Contents [ Hide Show ] Add Pages to...in 8 steps: Create an output stream for the resulting PS file....

    docs.aspose.com/page/java/ps/working-with-pages/
  3. BarcodeGenerator|Aspose.BarCode for Python via ...

    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....Ask AI BarcodeGenerator Contents [ Hide ] BarcodeGenerator class...UTF8. save(stream, format) Save barcode image to stream in specific...

    docs.aspose.com/barcode/python-net/api-referenc...
  4. Custom Text Encoding|Aspose.Medical for .NET Do...

    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....Custom Text Encoding Contents [ Hide ] Custom Text Encoding This...using System.IO.MemoryStream stream = new (); // Save uses custom...

    docs.aspose.com/medical/net/developer-guide/dat...
  5. BarcodeParameters.ErrorCorrectionLevel | Aspose...

    Discover the ErrorCorrectionLevel property for QR Codes. Enhance your barcodes with optimal error correction options, values 0 and 3 for reliability....ErrorCorrectionLevel Contents [ Hide ] BarcodeParameters.ErrorCorrectionLevel...SymbolRotation = "0" }; using ( Stream img = doc . FieldOptions ....

    reference.aspose.com/words/net/aspose.words.fie...
  6. 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....NET Contents [ Hide Show ] In certain situations...may need to extract specific content from a LaTeX file as a standalone...

    docs.aspose.com/tex/python-net/latex-figure-ren...
  7. Load, View and Parse Outlook MSG file using C++...

    C++ Email Parser Library API enables you to load, view and parse outlook MSG files from file or from Stream....file using C++ Email Library Contents [ Hide ] Loading, Viewing...MSG files from file or from stream. Try it out! Parse email files...

    docs.aspose.com/email/cpp/loading-viewing-and-p...
  8. Aspose.Words - Errors after upgrading to .NET8,...

    Hi, I have a method where I am trying to save the document with custom properties. I am using the document.Save() to achieve it. After updating to .NET 8, I am getting the following error for document Save methods. No…...You can save your document to stream and them sent it to the browser...(MemoryStream stream = new MemoryStream()) { doc.Save(stream, SaveFormat...

    forum.aspose.com/t/aspose-words-errors-after-up...
  9. Converter Class | Aspose.Words for .NET

    Effortlessly convert various document types with Aspose.Words.LowCode.Converter. Simplify your workflow using just one line of code for seamless integration....Converter Contents [ Hide ] Converter class Represents a group...cancellation token. From ( Stream ) Specifies input document...

    reference.aspose.com/words/net/aspose.words.low...
  10. 将 MHTML 转换为 XPS – Aspose.HTML for .NET

    使用 Aspose.HTML for .NET 在 C# 中将 MHTML 转换为 XPS。在 C# 示例中考虑所支持的 MHTML 到 XPS 的转换方案。...Pricing Buy 将 MHTML 转换为 XPS – C# Contents [ Hide Show ] 要利用 XPS 格式完成特定任务,通常需要将...Aspose.Html.Saving; using var stream = File.OpenRead("sample.mht");...

    docs.aspose.com/html/zh/net/convert-mhtml-to-xps/