Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 10,038 for

content stream

(0.04 sec)
  1. Retrieving Embedded Documents from a Task's Notes

    Learn how to retrieve embedded documents from project files using Aspose.Tasks for .NET....Documents from a Task's Notes Contents [ Hide Show ] Tasks in a project...null ; 7 using (MemoryStream stream = new MemoryStream()) 8 using...

    docs.aspose.com/tasks/net/retrieving-embedded-d...
  2. Aspose::Words::DigitalSignatures::SignOptions c...

    Aspose::Words::DigitalSignatures::SignOptions class. Allows to specify options for document signing. To learn more, visit the documentation article in C++....atures::SignOptions class Contents [ Hide ] SignOptions class...local file system via a file stream, // then create a signed copy...

    reference.aspose.com/words/cpp/aspose.words.dig...
  3. 在 Jython 中打开文件|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....在 Jython 中打开文件 Contents [ Hide ] Aspose.Cells - 打开文件 使用 Aspose...Opening workbook from stream # Create a Stream object fstream = FileInputStream...

    docs.aspose.com/cells/zh/java/opening-files-in-...
  4. Save Presentation|Aspose.Slides 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....Save Presentation Contents [ Hide ] Overview Opening Presentation...class holds a presentation’s content. Whether creating a presentation...

    docs.aspose.com/slides/java/save-presentation/
  5. Export Data from Worksheets|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....Export Data from Worksheets Contents [ Hide ] Aspose.Cells - Export...array. Java //Creating a file stream containing the Excel file to...

    docs.aspose.com/cells/java/export-data-from-wor...
  6. Extend and Contribute to CRM Quote Generator|As...

    How to defined a custom workflow using Aspose.Words to convert HTML to word and Attach Generated Quotation with Quote in C#....Contribute to CRM Quote Generator Contents [ Hide ] You can download...Generator" : QuoteName ); Stream stream = GenerateStreamFromSt (...

    docs.aspose.com/words/net/extend-and-contribute...
  7. 使用 C++ 通过 Node.js 打开不同版本的 Microsoft Excel 文件|Do...

    本文介绍了如何使用 Aspose.Cells for Node.js via C++ 打开不同版本的 Excel 文件。...打开不同版本的 Microsoft Excel 文件 Contents [ Hide ] Aspose.Cells 可以打开一系列不同版本的...the Excel file into stream const stream = fs . readFileSync (...

    docs.aspose.com/cells/zh/nodejs-cpp/opening-dif...
  8. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void StreamToDocX1(String docFilePath, OutputStream Stream) throws Exception { document = new Document(docFilePath); docume…... docFilePath, OutputStream stream) throws Exception { document...RuntimeException(e); } } }); document.save(stream, SaveFormat.DOCX); } ssj123ssj...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...
  9. Hyphenation.WarningCallback | Aspose.Words for ...

    Discover the Hyphenation WarningCallback property, ensuring optimal formatting by detecting issues in hyphenation patterns during loading. Maximize text fidelity!...WarningCallback Contents [ Hide ] Hyphenation.WarningCallback...hyphenation dictionary by stream. Stream dictionaryStream = new...

    reference.aspose.com/words/net/aspose.words/hyp...
  10. How to Zip and Unzip Files in Java | Aspose.Zip...

    This guide teaches you how to zip and unzip files using Java programming methods. Discover various ways to compress and decompress files with detailed examples....Zip and Unzip Files in Java Contents [ Hide Show ] Overview This...method and pass it the file stream created in step 1. Copy 1 try...

    docs.aspose.com/zip/java/compressing-and-decomp...