Sort Score
Result 10 results
Languages All
Labels All
Results 5,251 - 5,260 of 11,732 for

insert images

(1.26 sec)
  1. Inserimento di Oggetti OLE nel Foglio di Lavoro...

    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....creates the workbook object and inserts the Ole object inside the first...see the Logo Aspose used as image bytes and input Excel file used...

    docs.aspose.com/cells/it/cpp/inserting-ole-obje...
  2. OfficeMath class | Aspose.Words for Python

    aspose.words.math.OfficeMath class. Represents an Office Math object such as function, equation, matrix or alike...render this equation into an image. get_text() Gets the text of...CompositeNode ) insert_after(new_child, ref_child) Inserts the specified...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ImageSaveOptions.use_gdi_emf_renderer property ...

    ImagesaveOptions.use_gdi_emf_renderer property. Gets or sets a value determining whether to use GDI+ or Aspose.Words metafile renderer when saving to EMF.... insert_image ( file_name = IMAGE_DIR + 'Logo.jpg'...save the document as an EMF image, we can pass a SaveOptions object...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Archivio

    Archivio...imaging.ImageFormat.png) builder.insert_image("slide_{i}...writeln(shape.text_frame.text) builder.insert_break(words.BreakType.PAGE_BREAK)...

    blog.aspose.com/it/slides/convert-ppt-to-word-p...
  5. Convert TEXT To WORD Python

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

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

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

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

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

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

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

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

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

    products.aspose.com/words/python-net/conversion...
  10. Travailler avec les en-têtes et les pieds de pa...

    Créez, gérez et supprimez des en-têtes et des pieds de page dans un document à l'aide de Python.... Insérer une image absolument positionnée dans...l’en-tête Pour placer une image dans un en-tête ou un pied de...

    docs.aspose.com/words/fr/python-net/working-wit...