Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 14,939 for

content stream

(0.14 sec)
  1. FontFallbackSettings.save method | Aspose.Words...

    aspose.words.fonts.FontFallbackSettings.save method...save method Contents [ Hide ] save(output_stream) Saves the current...settings to stream. def save ( self , output_stream : io . BytesIO...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Creating, Opening and Saving Images|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....Opening and Saving Images Contents [ Hide ] Creating Image Files...output path or by setting a stream. Creating by Setting Path Create...

    docs.aspose.com/psd/java/creating-opening-and-s...
  3. Major performance issue in latest Aspose PDF ve...

    Hi Team, We recently updated Aspose.Pdf from version 24.02 to 25.06 in our .NET Framework application. After the update, we observed a significant performance degradation when generating bigger documents that include he…...AddHeaderAndFooterAs(document); using (var stream = new MemoryStream()) { var...document.Save(stream); document = new Document(stream); document...

    forum.aspose.com/t/major-performance-issue-in-l...
  4. 在Ruby中管理工作表|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....在Ruby中管理工作表 Contents [ Hide ] Aspose.Cells - 管理工作表 向新的Excel文件添加工作表...sheet () # Creating a file stream containing the Excel file to...

    docs.aspose.com/cells/zh/java/managing-workshee...
  5. Aspose::Words::Hyphenation::RegisterDictionary ...

    Aspose::Words::Hyphenation::RegisterDictionary method. Registers and loads a hyphenation dictionary for the specified language from a Stream. Throws if dictionary cannot be read or has invalid format in C++....RegisterDictionary method Contents [ Hide ] Hyphenation::Reg...System::SharedPtr<System::IO::Stream>&) method Registers and loads...

    reference.aspose.com/words/cpp/aspose.words/hyp...
  6. Set Barcode Source|Documentation

    This Article Describes How to Set Barcode Source for Recognition...Ask AI Set Barcode Source Contents [ Hide ] If you need any clarifications...ways: as an image file, as a stream, or as a bitmap. Reading barcodes...

    docs.aspose.com/barcode/net/set-barcode-source/
  7. Shapes Separately from Document|Aspose.Words fo...

    Extract various graphic objects, such as images, text box containing paragraphs, or arrow shapes, when processing a document, and export them to an external location using Python....Separately from a Document Contents [ Hide ] Purpose Summary....document to image files or streams, and how to obtain shape size...

    docs.aspose.com/words/python-net/rendering-shap...
  8. FileFormatUtil Class | Aspose.Words for .NET

    Effortlessly manage file formats with Aspose.Words.FileFormatUtil. Detect formats and convert extensions seamlessly for enhanced productivity....FileFormatUtil Contents [ Hide ] FileFormatUtil class Provides... ( string ) Converts IANA content type into a load format enumerated...

    reference.aspose.com/words/net/aspose.words/fil...
  9. Aspose::Words::Document::Save method | Aspose.W...

    Aspose::Words::Document::Save method. Saves the document to a Stream using the specified format in C++....Aspose::Words::Document::Save method Contents [ Hide ] Document::Save(const...System::SharedPtr<System::IO::Stream>&, Aspose::Words::SaveFormat)...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. Convert EPUB to XPS – C# code examples

    Convert EPUB to XPS using Aspose.HTML for .NET API. Consider various EPUB to XPS conversion scenarios in C# examples. Try online EPUB Converter....Convert EPUB to XPS in C# Contents [ Hide Show ] In this article...Aspose.Html.Saving; using var stream = File.OpenRead(DataDir + "input...

    docs.aspose.com/html/net/convert-epub-to-xps/