Sort Score
Result 10 results
Languages All
Labels All
Results 5,251 - 5,260 of 94,283 for

object

(0.11 sec)
  1. Put Signature on Photo using Python

    Follow this article to put signature on photo using Python. It has details to set the IDE, a list of steps, and a sample code showing how to put a signature on photos using Python....background into the RasterImage object Optionally resize the signature...main image with the Graphics object and draw a transparent signature...

    kb.aspose.com/imaging/python/put-signature-on-p...
  2. Rendering in C#|Aspose.Words for .NET

    Use Aspose.Words for .NET rendering feature to format a flow-layout document into pages and convert such a document or selected pages to other documents (PDF, HTML, XPS, etc.) or images (TIFF, PNG, SVG, etc.) formats for viewing, further conversions, or printing using C#....NET Graphics object to create thumbnails, full...document pages. Render a Shape object separately from the document...

    docs.aspose.com/words/net/rendering/
  3. Different Ways to Save Files with C++|Documenta...

    Aspose.Cells for C++ can save files to different formats. Save files to PDF, HTML, DOCX, PPTX, JSON, and MHTML....enumeration) when calling the Workbook object’s Save method. #include <iostream>...geospatial features, and 3D objects that can become part of the...

    docs.aspose.com/cells/cpp/different-ways-to-sav...
  4. 通过 JavaScript 使用 C++ 设置字体。|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的JavaScript库。它支持设置单元格的字体设置,允许用户自定义单元格的字体样式和属性。本文将介绍如何使用 Aspose.Cells 库设置单元格字体设置。...Instantiate a new Workbook object const workbook = new Workbook...new worksheet to the Excel object const i = workbook . worksheets...

    docs.aspose.com/cells/zh/javascript-cpp/cells-f...
  5. Python API for PDF - Create, Merge, Modify, and...

    Native library to generate, edit and parse PDF files. The library converts PDF to multiple formats, including DOC, DOCX, XLS, XLSX, PPTX HTML, and images....following steps: create a Document object, get the page from the document...a Resolution object, create a JpegDevice object, convert the...

    products.aspose.com/pdf/python-cpp/
  6. Generate Point Cloud to FBX File Formats via No...

    Sample Node.js generate point cloud code for FBX file. Use this example code to generate point cloud to FBX file within any Web based application....pointcloud object of Aspose.3D Create a transform object through...the Scene.Save method with object System Requirements Aspose...

    products.aspose.com/3d/nodejs-java/point-cloud/...
  7. Generate Point Cloud to STL File Formats via No...

    Sample Node.js generate point cloud code for STL file. Use this example code to generate point cloud to STL file within any Web based application....pointcloud object of Aspose.3D Create a transform object through...the Scene.Save method with object System Requirements Aspose...

    products.aspose.com/3d/nodejs-java/point-cloud/...
  8. Convert Image to EPS in C#

    This brief tutorial covers how to convert Image to EPS in C#. It discusses the environment configuration, the algorithm, and a sample code to convert JPG to EPS file in C#....Initiate a PsSaveOptions class object Specify custom values for margins...creating a default options object. Subsequently, set different...

    kb.aspose.com/page/net/convert-image-to-eps-in-...
  9. How to Resize SVG Image in Java

    This brief tutorial explains how to resize SVG image in Java. It enables to change size of SVG image in Java with the help of detailed steps and a runnable sample code....SVG file into the Image class object that is to be resized in Java...You may use SvgOptions class object in the Image.Save() function...

    kb.aspose.com/imaging/java/how-to-resize-svg-im...
  10. Draw Rectangle in Java

    This article demonstrates how to draw rectangle in Java. It covers the IDE setup, the method, and a practical code example to create a rectangle in Java....dimensions to build a Bitmap object Create a Graphics class instance...instance using the Bitmap object Use drawRectangle by specifying...

    kb.aspose.com/drawing/java/draw-rectangle-in-java/