Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 6,937 for

shape rendering

(1.4 sec)
  1. Split VDW Files via Java | products.aspose.com

    Java source code to Split vdw file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....and storages required for rendering a Web drawing. A web drawing...collection of drawing pages, shapes, fonts, images, data connections...

    products.aspose.com/diagram/java/splitter/vdw/
  2. Convert XLSX File to PDF Format with Node.js vi...

    This guide explains how to convert an Excel file (XLSX) to PDF format using Aspose.Cells for Node.js via C++.... Images, charts, shapes, data formatting, fonts, attributes... borders, etc., should be rendered accurately and precisely....

    docs.aspose.com/cells/nodejs-cpp/convert-xlsx-f...
  3. IDocumentPartSavingCallback | Aspose.Words for ...

    Implement this interface if you want to receive notifications and control how Aspose.Words saves document parts when exporting a document to SaveFormat.HTML or SaveFormat.EPUB format in Java....new Document(getMyDir() + "Rendering.docx"); String outFileName...getOriginalFileName().endsWith("Rendering.docx")); String partType =...

    reference.aspose.com/words/java/com.aspose.word...
  4. Change Background of VDW File via java | produc...

    Java source code to change background of VDW file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....and storages required for rendering a Web drawing. A web drawing...collection of drawing pages, shapes, fonts, images, data connections...

    products.aspose.com/diagram/java/changebackgrou...
  5. Compress VDW document via Python | products.asp...

    Python source code to compress vdw file within any Python based application....and storages required for rendering a Web drawing. A web drawing...collection of drawing pages, shapes, fonts, images, data connections...

    products.aspose.com/diagram/python-net/compress...
  6. Protect and lock VDW document via .NET | produc...

    C# source code to lock VDW file on .NET Framework, .NET Core, Mono Platforms....and storages required for rendering a Web drawing. A web drawing...collection of drawing pages, shapes, fonts, images, data connections...

    products.aspose.com/diagram/net/protect/vdw/
  7. Convert JPG To PNG Python

    Convert JPG to PNG format in Python code. Save JPG as PNG using Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.jpg" ) shape.get_shape_renderer()...get_shape_renderer().save( "Output.png" , aw.saving.ImageSaveOptions(aw...

    products.aspose.com/words/python-net/conversion...
  8. Convert JPG To BMP Python

    Convert JPG to BMP format in Python code. Save JPG as BMP using Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.jpg" ) shape.get_shape_renderer()...get_shape_renderer().save( "Output.bmp" , aw.saving.ImageSaveOptions(aw...

    products.aspose.com/words/python-net/conversion...
  9. Convert JPG To TIFF Python

    Convert JPG to TIFF format in Python code. Save JPG as TIFF using Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.jpg" ) shape.get_shape_renderer()...get_shape_renderer().save( "Output.tiff" , aw.saving.ImageSaveOptions(aw...

    products.aspose.com/words/python-net/conversion...
  10. BuildingBlock | Aspose.Words for Java

    Represents a glossary document entry such as a Building Block AutoText or an AutoCorrect entry in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...