Sort Score
Result 10 results
Languages All
Labels All
Results 7,851 - 7,860 of 49,751 for

shape

(0.07 sec)
  1. Convert WORD To MARKDOWN Python

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

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

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

    products.aspose.com/words/python-net/conversion...
  3. Convert JPG To HTML Python

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

    products.aspose.com/words/python-net/conversion...
  4. Convert HTML To WORD Python

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

    products.aspose.com/words/python-net/conversion...
  5. Convert JPG To DOC Python

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

    products.aspose.com/words/python-net/conversion...
  6. Convert PDF To DOCX Python

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

    products.aspose.com/words/python-net/conversion...
  7. Convert WORD To Image Python

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

    products.aspose.com/words/python-net/conversion...
  8. Trying to create a word-like text box in PDF - ...

    Hi, I’m trying to create a word-like text box in a PDF document. I was able to do it in a Word file (using aspose of course), but don’t know how to do it in PDF. This text box needs to have a small picture, a text and …...of its attributes Shape textBox = new Shape(doc, ShapeType.TEXT_BOX);...

    forum.aspose.com/t/trying-to-create-a-word-like...
  9. Buat PDF Menggunakan C++

    Buat PDF baharu dalam C++ dalam beberapa langkah. Buat PDF dengan mudah menggunakan pustaka C++....<DocumentBuilder>(doc); auto shape = builder-> InsertChart (ChartType::Pie... 432 , 252 ); auto chart = shape-> get_Chart (); chart-> get_Title...

    products.aspose.com/words/ms/cpp/make/pdf/
  10. Gawe PDF Nganggo C++

    Gawe PDF anyar ing C++ ing sawetara langkah. Nggawe PDF kanthi gampang nggunakake perpustakaan C++....<DocumentBuilder>(doc); auto shape = builder-> InsertChart (ChartType::Pie... 432 , 252 ); auto chart = shape-> get_Chart (); chart-> get_Title...

    products.aspose.com/words/jv/cpp/make/pdf/