Sort Score
Result 10 results
Languages All
Labels All
Results 5,721 - 5,730 of 48,840 for

shape

(0.17 sec)
  1. Aspose.Cells.GridJs Basics|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.... Display and manage image, shape, or chart files. Perform grid...we can retrieve the images/shapes zip file or the spreadsheet...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  2. Unable to Retrieve Table Preset Styles (Such As...

    Hello, I’m unable to retrieve the preset styles of tables created in PowerPoint when using Aspose.Slides for .NET. I’m reading these tables and generating their HTML representations. I’m using version 24.3.0.0 of the A…...foreach (var shape in slide.Shapes) { if (shape is ITable table)...ToString(); } More examples: Shape Effective Properties|Aspose...

    forum.aspose.com/t/unable-to-retrieve-table-pre...
  3. Several JPG Into GIF Javascript

    Merge multiple JPG into GIF in JavaScript code. Save JPG as GIF using JavaScript....DocumentBuilder(doc) shapes = fileNames.map(fileName =>...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...

    products.aspose.com/words/nodejs-net/merge/jpg-...
  4. Several JPG Into Image Javascript

    Merge multiple JPG into Image in JavaScript code. Save JPG as Image using JavaScript....DocumentBuilder(doc) shapes = fileNames.map(fileName =>...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...

    products.aspose.com/words/nodejs-net/merge/jpg-...
  5. Several JPG Into PNG Python

    Merge multiple JPG into PNG in Python code. Save JPG as PNG using Python....DocumentBuilder(doc) shapes = [builder.insert_image(fileName)...page_width = max (shape.width for shape in shapes) pageSetup.page_height...

    products.aspose.com/words/python-net/merge/jpg-...
  6. Several JPG Into BMP Python

    Merge multiple JPG into BMP in Python code. Save JPG as BMP using Python....DocumentBuilder(doc) shapes = [builder.insert_image(fileName)...page_width = max (shape.width for shape in shapes) pageSetup.page_height...

    products.aspose.com/words/python-net/merge/jpg-...
  7. Several Image Into BMP Python

    Merge multiple Image into BMP in Python code. Save Image as BMP using Python....DocumentBuilder(doc) shapes = [builder.insert_image(fileName)...page_width = max (shape.width for shape in shapes) pageSetup.page_height...

    products.aspose.com/words/python-net/merge/imag...
  8. Փոխարկել Պատկեր SVG Python

    Փոխարկեք Պատկեր ը SVG ձևաչափի Python կոդով: Պահեք Պատկեր որպես SVG օգտագործելով Python:...DocumentBuilder(doc) shape = builder.insert_image( "Input.png" ) shape.get_shape_renderer()...DocumentBuilder(doc) shape = builder.insert_image("Input.png") shape.get_shape_renderer()...

    products.aspose.com/words/hy/python-net/convers...
  9. 在 Android 上管理演示文稿中的图片框|Aspose.Slides 文档

    使用 Aspose.Slides for Android via Java 将图片框添加到 PowerPoint 和 OpenDocument 演示文稿中。简化工作流程并提升幻灯片设计。... save ( "slide_1_shape_1.png" , ImageFormat . Png );...(). get_Item ( 0 ); IShape shape = slide . getShapes (). get_Item...

    docs.aspose.com/slides/zh/androidjava/picture-f...
  10. While Converting PPTX to PDF in Java, Charts Ar...

    Hi Team, We are trying convert PPT document into PDF. But, charts from ppt are not rendered correctly in PDF. In PDF chart images got distorted dramatically. Java Version :17 We are using aspose.slides version 24.7 …...for (IShape shape : slide.getShapes()) { if (shape instanceof...instanceof IChart) { ((IChart) shape).validateChartLayout(); } } } Test...

    forum.aspose.com/t/while-converting-pptx-to-pdf...