Sort Score
Result 10 results
Languages All
Labels All
Results 6,871 - 6,880 of 45,955 for

shape

(0.05 sec)
  1. Convert WORD To JPG Python

    Convert a Word document to JPG format in Python code. Save a Word document as JPG using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.docx") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  2. Convert DOC To EPUB Python

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

    products.aspose.com/words/python-net/conversion...
  3. Convert DOC To PNG Python

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

    products.aspose.com/words/python-net/conversion...
  4. Convert JPG To PDF Python

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

    products.aspose.com/words/python-net/conversion...
  5. Convert HTML To DOCX Python

    Convert HTML to DOCX format in Python code. Save HTML as DOCX using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.html") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  6. Convert WORD To TXT Python

    Convert a Word document to TXT format in Python code. Save a Word document as TXT using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.docx") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  7. Convert TEXT To SVG Python

    Convert TEXT to SVG format in Python code. Save TEXT as SVG using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.txt") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  8. Convert TEXT To HTML Python

    Convert TEXT to HTML format in Python code. Save TEXT as HTML using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.txt") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  9. GlossaryDocument class | Aspose.Words for Python

    aspose.words.buildingblocks.GlossaryDocument class. Represents the root element for a glossary document within a Word document...background_shape Gets or sets the background shape of the document...of DocumentBase.background_shape . (Inherited from DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Working with Shapes in PS file | Java

    How to add Shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...with PS Document Working with Shapes Live Demos Source Code API...Download Pricing Buy Working with Shapes in PS file | Java Contents...

    docs.aspose.com/page/java/ps/working-with-shapes/