Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 1,499 for

color replacement

(0.19 sec)
  1. SVG Picture Is Not Rendered Correctly When Conv...

    Hi, When converting a PPTX document to PDF, an SVG logo is not rendered correctly. Aspose.Slides version used: 25.12 Code used: Presentation pres = new Presentation(options.SourcePath); pres.Save(options.DestinationP…...that is not possible, either replace the SVG with a raster image...black-and-white then, instead of color. As for your questions: Operating...

    forum.aspose.com/t/svg-picture-is-not-rendered-...
  2. Rendering Gantt Charts with Aspose.Tasks for Ja...

    Learn how to render Gantt charts from project files using Aspose.Tasks for Java, supporting various timescale resolutions.... Replace ( ".mpp" , ".pdf" )); 9 Project...BarStyle(); 30 style2. setBarColor (Color. darkGray ); 31 style2. setItemType...

    docs.aspose.com/tasks/java/rendering-gantt-chart/
  3. Add Picture Frames to Presentations with Python...

    Add picture frames to PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET. Streamline your workflow and enhance slide designs....borders and effects, and replacing the underlying image without...Set the picture frame’s line color. Set the picture frame’s line...

    docs.aspose.com/slides/python-net/picture-frame/
  4. Using DocumentBuilder to Modify a Document Easi...

    Use the document builder to modify a document easily in C++....have similar attributes like color, line style, line width, distance...desired shading texture and the colors that are applied to the background...

    docs.aspose.com/words/cpp/using-documentbuilder...
  5. While generating using Aspose.Words mail merge ...

    Hello All, We are using DocParts to generate content for Aspose.Words mail merge. Within the DocParts, we utilize Word’s Outline/Navigation feature, applying built-in heading styles (e.g., Heading 1, Heading 2) to enabl…...formatting inconsistencies: The font color changes from black (as defined...(including font family, size, and color) and prevent any automatic style...

    forum.aspose.com/t/while-generating-using-aspos...
  6. Create Funnel Chart in Excel using C# | Funnel ...

    Learn how to create a Funnel chart in Excel using C# with Aspose.Cells for .NET. Follow step‑by‑step instructions and runnable code examples to visualize data efficiently.... Customize a Funnel chart (colors, data labels, and legend)....(or any later framework). Replace outputPath with an appropriate...

    blog.aspose.com/cells/create-funnel-chart-in-ex...
  7. GroupShape | Aspose.Words for Java

    Represents a group of shapes in a document in Java....setStrokeColor(Color.RED); Shape cube = new Shape(doc...setHeight(100.0); cube.setStrokeColor(Color.BLUE); GroupShape group = new...

    reference.aspose.com/words/java/com.aspose.word...
  8. Convert Visio to BMP via Python | products.aspo...

    Sample Python conversion Visio to BMP file. Use this example code to convert Visio to BMP within any Python based application.... It was developed to replace the binary file format, .VSD...both monochrome as well as color format with various colour depths...

    products.aspose.com/diagram/python-net/conversi...
  9. Convert Visio to IMAGE via Python | products.as...

    Sample Python conversion Visio to IMAGE file. Use this example code to convert Visio to IMAGE within any Python based application.... It was developed to replace the binary file format, .VSD...both monochrome as well as color format with various colour depths...

    products.aspose.com/diagram/python-net/conversi...
  10. Edit SVG File – C# Examples with Aspose.SVG

    Learn how to edit SVG in C#. Add and edit SVG elements, edit SVG paths, draw on bitmaps, and more using the Aspose.SVG for .NET library....ellipses in an <svg> element and replace their stroke properties: Copy... If you want to change SVG colors for elements, please see the...

    docs.aspose.com/svg/net/edit-svg-file/