Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 16,318 for

content stream

(0.27 sec)
  1. Working Solution for Chart Resizing in PPTX|Asp...

    Fix unexpected chart resizing in PPTX when using embedded Excel OLE objects with Aspose.Slides for Java. Learn two methods with code to keep sizes consistent....for Chart Resizing in PPTX Contents [ Hide ] Background It has...Save the workbook to a memory stream. ByteArrayOutputStrea workbookStream...

    docs.aspose.com/slides/java/working-solution-fo...
  2. 通过 JavaScript 及 C++ 将图表转换为 PDF 文件|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 将图表导出为 PDF 文件。我们将示范如何从 Microsoft Excel 导出图表并保存为 PDF,以便进一步分发和存档。...JavaScript 及 C++ 将图表转换为 PDF 文件 Contents [ Hide ] 将图表渲染为PDF 为了将图表渲染为PDF格式,Aspose...toPdf(string) 方法,可以将生成的PDF存储在磁盘路径或Stream中。 <!DOCTYPE html> < html >...

    docs.aspose.com/cells/zh/javascript-cpp/chart-t...
  3. Load Spreadsheet with GridJs and Flask|Document...

    Step‑by‑step guide to load an Excel spreadsheet using Aspose.Cells GridJs with a Flask backend....Spreadsheet with GridJs and Flask Contents [ Hide ] Load Spreadsheet...mime_type or "application/octet-stream" # ---------- # Root route...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  4. 利用Node.js通过C++在图表中添加形状|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Microsoft Excel中添加控件并自定义图表。本指南演示如何操作图表元素、调整格式以及增强图表的整体外观和可用性。...js通过C++在图表中添加形状 Contents [ Hide ] 有时需要在图表中插入标签、文本框、图片等绘图对象。Aspose...adjust it according to its contents. // textframe0.setAutoSize(true);...

    docs.aspose.com/cells/zh/nodejs-cpp/controls-in...
  5. Convert ODT to PPSM via C# .NET or with free On...

    Convert Word odt documents to PowerPoint ppsm files with C#. Convert multiple files within ASP.NET or other .NET applications....Presentation Object Import HTML content in text frame of any slide...AutoShape to accomodate the HTML content // Adjust it as of your need...

    products.aspose.com/total/net/conversion/odt-to...
  6. Convert OneNote Documents to PDF and Other Form...

    This guide provides Java developers with instructions on converting OneNote documents into various formats such as PDF....Documents to PDF and Other Formats Contents [ Hide Show ] Converting OneNote...demonstrates how to set font from a stream as default. Copy 1 // The path...

    docs.aspose.com/note/java/convert-onenote-docum...
  7. 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....MHTML, EPUB, and SVG in Python Contents [ Hide Show ] Renderers The..."document.mht" , ' rb ' ) as stream: 20 21 # Create an instance...

    docs.aspose.com/html/python-net/renderers/
  8. Working with MAPI Properties|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....Working with MAPI Properties Contents [ Hide ] Accessing and Setting...MapiMessage by loading from files or stream . Get the MapiProperty from...

    docs.aspose.com/email/net/working-with-mapi-pro...
  9. 添加图像和文本|Aspose.PDF for .NET

    本节解释如何使用 PdfFileMend 类添加图像和文本。...Ask AI 添加图像和文本 Contents [ Hide ] PdfFileMend 类可以帮助您在现有 PDF 文...PdfFileMend ()) { // Load image into stream using ( var imageStream = File...

    docs.aspose.com/pdf/zh/net/adding-images-and-te...
  10. Delete PDF pages|Aspose.PDF for .NET

    This section explains how to delete PDF pages with Aspose.PDF Facades using PdfFileEditor class....Ask AI Delete PDF pages Contents [ Hide ] If you want to delete...); } Delete PDF Pages Using Streams The Delete method of PdfFileEditor...

    docs.aspose.com/pdf/net/delete-pdf-pages/