Sort Score
Result 10 results
Languages All
Labels All
Results 6,751 - 6,760 of 50,723 for

shape

(0.11 sec)
  1. Change SVG Fill Color in Python | Change Fill C...

    Learn how to change SVG fill color in Python. This guide shows how to load an SVG, change its fill colors, and save the updated SVG using Python code.... Each shape, such as <circle> , <rect> ...red instantly. Simple for one shape, but if you are working with...

    blog.aspose.com/svg/change-svg-fill-color-in-py...
  2. Path Builder – Create SVG Path – Aspose.SVG for...

    Learn how to use PathBuilder to create SVG paths using Aspose.SVG for .NET. PathBuilder makes it easier to create and manipulate SVG paths....process of creating intricate shapes and curves. Path Builder SVG...to creating a wide range of shapes, from simple rectangles to...

    docs.aspose.com/svg/net/path-builder/
  3. Mht files to pdf - Free Support Forum - aspose.com

    Hi Aspose Support Team, I’m using Aspose.Words for Java (version 24.3-jdk17) to convert MHT files (Microsoft Word HTML Archive format) to PDF. While the conversion works for the main document, the body, headers and foot…...company logos (embedded as VML shapes) should appear in PDF Actual...image shape: <div style='mso-element:header' id=h1> <v:shape id="Picture_x0020_6"...

    forum.aspose.com/t/mht-files-to-pdf/327883
  4. Convert WORD To PDF Java

    Convert a Word document to PDF format in Java code. Save a Word document as PDF using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.docx"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/word-...
  5. Convert TEXT To WORD Java

    Convert TEXT to WORD format in Java code. Save TEXT as WORD using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.txt"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/text-...
  6. Convert JPG To HTML Java

    Convert JPG to HTML format in Java code. Save JPG as HTML using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.jpg"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/jpg-t...
  7. Convert DOC To TXT Java

    Convert DOC to TXT format in Java code. Save DOC as TXT using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.doc"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/doc-t...
  8. Convert TEXT To JPG Java

    Convert TEXT to JPG format in Java code. Save TEXT as JPG using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.txt"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/text-...
  9. Convert JPG To PDF Java

    Convert JPG to PDF format in Java code. Save JPG as PDF using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.jpg"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/jpg-t...
  10. Convert Image To DOC Java

    Convert Image to DOC format in Java code. Save Image as DOC using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.png"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/image...