Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 6,835 for

shape rendering

(0.21 sec)
  1. PowerPoint to PDF in Java - Accessibility Alt-T...

    Hi, I have encountered a problem while trying to transform a PowerPoint to PDF with the UA compliance using Aspose.Slides for Java (25.4). When trying out the result, a screen reader is not able to detect pictures or th…...{ for (var shape : slide.getShapes()) { if (shape instanceof...((PictureFrame) shape).getShapeType()) { ((PictureFrame) shape).setShapeType(ShapeType...

    forum.aspose.com/t/powerpoint-to-pdf-in-java-ac...
  2. Converting to Fixed-page Format in Java|Aspose....

    Aspose.Words for Java implements its own page layout engine enabling it to produce all of the fixed page formats, such as PDF, XPS, and various image formats....this would be a request to render document pages or to obtain...images may be in the form of shapes created in Microsoft Word with...

    docs.aspose.com/words/java/converting-to-fixed-...
  3. ShapeBase.getShapeRenderer method | Aspose.Word...

    ShapeBase.getShapeRenderer method. Creates and returns an object that can be used to render this Shape into an image....object that can be used to render this shape into an image. getShapeRenderer...parameter. Returns The renderer object for this shape. See Also module...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. How to Convert DWG to SVG in C#

    This small tutorial entails how to convert DWG to SVG in C#. It encompasses all the important steps to set up the environment and export DWG to SVG image in C#....control DWG to SVG image rendering process. Steps to Convert...above example can be used for rendering a DWG to SVG in C# using a...

    kb.aspose.com/cad/net/how-to-convert-dwg-to-svg...
  5. Compress WORD In C#

    Compress WORD in C# without losing quality. Optimize WORD content, reduce file size easily....Shape, true ); foreach (Shape shape in nodes) { if...if (shape.IsImage) { // It's up to developer to choose the library...

    products.aspose.com/words/net/compress/word/
  6. Compress DOCX In C#

    Compress DOCX in C# without losing quality. Optimize DOCX content, reduce file size easily....Shape, true ); foreach (Shape shape in nodes) { if...if (shape.IsImage) { // It's up to developer to choose the library...

    products.aspose.com/words/net/compress/docx/
  7. Convert VRML to STL via Java | products.aspose.com

    Sample Java conversion code for VRML format to STL file. Use this example code to convert VRML to STL within any Web or Desktop Java based application....STL Using Java In order to render VRML to STL, we’ll use Aspose...require any any 3D modeling or rendering software. One can easily use...

    products.aspose.com/3d/java/conversion/vrml-to-...
  8. HtmlSaveOptions.ExportShapesAsSvg | Aspose.Word...

    Discover how to use HtmlSaveOptions ExportShapesAsSvg to convert Shape nodes to SVG images when saving to HTML, MHTML, EPUB, or AZW3 formats....ExportShapesAsSvg property Controls whether Shape nodes are converted to SVG images...this option is set to true , Shape nodes are exported as <svg>...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Convert STL to USD via Java | products.aspose.com

    Sample Java conversion code for STL format to USD file. Use this example code to convert STL to USD within any Web or Desktop Java based application....USD Using Java In order to render STL to USD, we’ll use Aspose...require any any 3D modeling or rendering software. One can easily use...

    products.aspose.com/3d/java/conversion/stl-to-usd/
  10. Chart legend strange behavior when set MarkerSy...

    hi, i’m using aspose word for java(17) version 24.2 but the problem persist also in 25.3. I need to put some data in a specific line chart and for a better visualization i set the MarkerSymbol.CIRCLE on every ChartData…...bug fixes related to chart rendering. Modify Marker Settings :...Chart c1 = ((Shape)doc.getChild(NodeType.SHAPE, 0, true)).getChart();...

    forum.aspose.com/t/chart-legend-strange-behavio...