Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 7,018 for

shape rendering

(0.17 sec)
  1. Problems with title and legend when saving as P...

    I am encountering issues while using Aspose.Words to convert a word document into a PDF. Aspose.Words Version : 25.6.0 When i use the code to convert “test.docx” to “test.pdf”: var testDoc = new Document("D:\\test.doc…... Check Chart Rendering Options Ensure that you are...Sometimes, specific chart rendering issues are fixed in newer...

    forum.aspose.com/t/problems-with-title-and-lege...
  2. NodeRendererBase.bounds_in_points property | As...

    NodeRendererBase.bounds_in_points property. Gets the actual bounds of the Shape in points....Gets the actual bounds of the shape in points. @property def bounds_in_points...actual (as rendered on the page) bounding box of the shape. The bounds...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Features Overview|Aspose.Slides Documentation

    Discover Aspose.Slides for C++: a powerful API to create, edit, automate, and convert PowerPoint and OpenDocument presentations efficiently.... Rendering Aspose.Slides for C++ supports...supports high fidelity rendering of slides in the presentation documents...

    docs.aspose.com/slides/cpp/features-overview/
  4. Features Overview|Aspose.Slides Documentation

    Discover Aspose.Slides for Java: a powerful API to create, edit, automate, and convert PowerPoint and OpenDocument presentations efficiently.... Presentation Rendering Aspose .Slides for Java supports...supports high fidelity rendering of slides in the presentations...

    docs.aspose.com/slides/java/features-overview/
  5. Features|Documentation

    Aspose.Diagram for Python via .NET features.... Rendering and Printing Render pages to vector...vector images (EMF) Render pages to raster images (Multipage TIFF,...

    docs.aspose.com/diagram/python-net/features/
  6. HtmlSaveOptions.ScaleImageToShapeSize | Aspose....

    Discover how HtmlSaveOptions' ScaleImageToShapeSize property optimizes image scaling in Aspose.Words for HTML, MHTML, or EPUB exports. Enhance your documents!...Words to the bounding shape size when exporting to HTML...Microsoft Word document is a shape. The shape has a size and the image...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Manage SmartArt Graphics in Presentations Using...

    Automate PowerPoint SmartArt creation, editing, and styling in C++ using Aspose.Slides, featuring concise code examples and performance-focused guidance....SmartArt shape to a slide, access existing SmartArt shapes, find...SmartArt shapes through the presentation slide’s shape collection...

    docs.aspose.com/slides/cpp/manage-smartart-shape/
  8. Get Paragraph Bounds from Presentations in PHP|...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for PHP via Java to optimize text positioning in PowerPoint presentations.... $shape = $pres -> getSlides () -> get_Item...get_Item ( 0 ); $textFrame = $shape -> getTextFrame (); foreach...

    docs.aspose.com/slides/php-java/paragraph/
  9. NodeRendererBase.save method | Aspose.Words for...

    Aspose.Words.Rendering.NodeRendererBase.save method...save(fileName, saveOptions) Renders the shape into an image and saves...that control how the shape is rendered and saved. Can be null...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. SVG/Vector Image Resolution Issue in Aspose.Wor...

    Hello Aspose Team, I am currently using Aspose.Words 25.1.0, where converting SVG/WMF/EMF images to PNG with higher resolution works correctly. Below is the callback code I am using. In version 25.1.0, the resolution en…...args) { var shape = args.CurrentShape as Shape; if (shape == null...null || !shape.HasImage) return; var imgType = shape.ImageData.ImageType;...

    forum.aspose.com/t/svg-vector-image-resolution-...