Sort Score
Result 10 results
Languages All
Labels All
Results 4,961 - 4,970 of 42,876 for

shape

(0.07 sec)
  1. Extract Text and Images from WORD File Online a...

    Online WORD file parser app. Python API code to extract images and text from WORD document....stored in Shape nodes of Document object To select all Shape nodes...collections If Shape.has_image returns true. Use Shape.image_data...

    products.aspose.com/total/python-net/parse/word/
  2. Aspose.Words Product Family

    Find answers about creating, converting, editing, and printing Word documents without utilizing Microsoft Word....Տեղադրեք Shapes Word-ում Java-ի միջոցով Տեղադրեք Shape Word-ում...

    kb.aspose.com/hy/words/page/2/
  3. Save Presentation|Aspose.Slides for Python Docu...

    Save PowerPoint Presentation as file or stream in Python...Presentation file, add text in shape and Save the presentation to...presentation : shape = presentation . slides [ 0 ] . shapes . add_auto_shape...

    docs.aspose.com/slides/python-net/save-presenta...
  4. Გადაიყვანეთ JPG PNG Javascript

    გადაიყვანეთ JPG PNG JavaScript ფორმატში კოდით. შეინახეთ JPG როგორც PNG JavaScript....DocumentBuilder(doc) shape = builder.insertImage( "Input.jpg" ) shape.getShapeRenderer()...DocumentBuilder(doc) shape = builder.insertImage("Input.jpg") shape.getShapeRenderer()...

    products.aspose.com/words/ka/nodejs-net/convers...
  5. Გადაიყვანეთ JPG GIF Javascript

    გადაიყვანეთ JPG GIF JavaScript ფორმატში კოდით. შეინახეთ JPG როგორც GIF JavaScript....DocumentBuilder(doc) shape = builder.insertImage( "Input.jpg" ) shape.getShapeRenderer()...DocumentBuilder(doc) shape = builder.insertImage("Input.jpg") shape.getShapeRenderer()...

    products.aspose.com/words/ka/nodejs-net/convers...
  6. Გადაიყვანეთ Გამოსახულება GIF Javascript

    გადაიყვანეთ Გამოსახულება GIF JavaScript ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც GIF JavaScript....DocumentBuilder(doc) shape = builder.insertImage( "Input.png" ) shape.getShapeRenderer()...DocumentBuilder(doc) shape = builder.insertImage("Input.png") shape.getShapeRenderer()...

    products.aspose.com/words/ka/nodejs-net/convers...
  7. Გადაიყვანეთ JPG JPG Python

    გადაიყვანეთ JPG JPG Python ფორმატში კოდით. შეინახეთ JPG როგორც JPG 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/ka/python-net/convers...
  8. Several Image Into SVG Python

    Merge multiple Image into SVG in Python code. Save Image as SVG 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...
  9. Several Image Into GIF Python

    Merge multiple Image into GIF in Python code. Save Image as GIF 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. Several JPG Into JPG Javascript

    Merge multiple JPG into JPG in JavaScript code. Save JPG as JPG 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-...