Sort Score
Result 10 results
Languages All
Labels All
Results 5,061 - 5,070 of 42,872 for

shape

(0.04 sec)
  1. Convert JPG To PNG Python

    Convert JPG to PNG format in Python code. Save JPG as PNG using Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.jpg" ) shape.get_shape_renderer()...DocumentBuilder(doc) shape = builder.insert_image("Input.jpg") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  2. How to Create ORG Chart in C#

    This tutorial explains how to create ORG chart in C#. It discusses the system configuration, stepwise procedure and a code snippet to develop an Organizational chart maker in C#....an ORG chart Load the master shapes from the existing stencil with...with the Diagram class Add new shapes and create connections between...

    kb.aspose.com/diagram/net/how-to-create-org-cha...
  3. Convert Image To PNG Javascript

    Convert Image to PNG format in JavaScript code. Save Image as PNG using JavaScript....DocumentBuilder(doc) shape = builder.insertImage( "Input.png" ) shape.getShapeRenderer()...DocumentBuilder(doc) shape = builder.insertImage("Input.png") shape.getShapeRenderer()...

    products.aspose.com/words/nodejs-net/conversion...
  4. Convert Image To JPG Javascript

    Convert Image to JPG format in JavaScript code. Save Image as JPG using JavaScript....DocumentBuilder(doc) shape = builder.insertImage( "Input.png" ) shape.getShapeRenderer()...DocumentBuilder(doc) shape = builder.insertImage("Input.png") shape.getShapeRenderer()...

    products.aspose.com/words/nodejs-net/conversion...
  5. 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-...
  6. 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-...
  7. 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-...
  8. 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-...
  9. 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...
  10. Add Node hierarchy and Share Geometric data of ...

    Aspose.3D for Python via .NET offers to build a Node hierarchy. The Node is basic building block of a scene. A hierarchy of nodes defines the logical structure of a scene, and provide visible content by attaching geometries, lights, and cameras to nodes....each time you required another shape, you make another Node object...

    docs.aspose.com/3d/python-net/add-node-hierarch...