Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 11,109 for

scaling

(0.14 sec)
  1. Convert XLTX to PPTX using Python or with free ...

    XLTX to PPTX conversion in your Python applications without using Microsoft Office or online. Test free XLTX to PPTX online converter quickly before integrating the code....Programmatic Presentation Scaling Dynamic processing enables...

    products.aspose.com/total/python-net/conversion...
  2. Draw shapes in PS files | API for .NET

    .NET API Solution PS, XPS and EPS files. Learn how to draw geometrical shapes in a PS file with the attached C# code snippet....transformation operations such as scaling, rotation, translation, and...

    products.aspose.com/page/net/add-shapes-to-ps/
  3. 在 PS 文件中处理纹理 | Python

    如何在 PS 文件中添加纹理图案是 Aspose.Page API 解决方案解答的一个问题。了解如何在 Python 中使用该功能... TILE ) 20 21 # Add scaling in the X direction to the mattern...

    docs.aspose.com/page/zh/python-net/ps/working-w...
  4. Pen | Aspose.PSD for Java API Reference

    Defines an object used to draw lines curves and figures....scaleTransform(float sx, float sy) Scales the local geometric transformation...scaleTransform(float sx, float sy, int order) Scales the local geometric transformation...

    reference.aspose.com/psd/java/com.aspose.psd/pen/
  5. Convert Markdown to Image in Java – Aspose.HTML...

    Sample Java code for Markdown to Image conversion with Aspose.HTML for Java. Use it to convert MD to Image in any Java web or desktop application....disadvantages is losing quality when scaling. Because the pixel number is...

    products.aspose.com/html/java/conversion/md-to-...
  6. Optimize Image Management in Presentations Usin...

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for Java, optimizing performance and automating your workflow....SVG image to group of shapes scaling it to slide size presentation...depends on how the picture is scaled on the slide and any compression...

    docs.aspose.com/slides/java/image/
  7. Optimize Image Management in Presentations Usin...

    Streamline image management in PowerPoint and OpenDocument with JavaScript and Aspose.Slides for Node.js, optimizing performance and automating your workflow....SVG image to group of shapes scaling it to slide size presentation...depends on how the picture is scaled on the slide and any compression...

    docs.aspose.com/slides/nodejs-java/image/
  8. PDF with Node.js via C++|Documentation

    Learn how to convert an Excel workbook into PDF using Aspose.Cells for Node.js via C++....Print Titles Yes Page Setup Scaling Yes Row Height/Column Width...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  9. Convert EPUB to Image – C# code and Online Conv...

    C# code for EPUB to Image conversion. Easily use Aspose.HTML for .NET within any .NET application. Try online EPUB to Image Converter for free!...disadvantages is losing quality when scaling. Because the pixel number is...

    products.aspose.com/html/net/conversion/epub-to...
  10. SVG 缩放 – C# 示例

    SVG 缩放的 C# 示例。考虑在变换属性和变换矩阵中使用比例函数的情况。...属性中使用 scale() 函数以及变换矩阵 matrix(a,b,c,d,e,f) 的情况。 Scale() 函数 缩放是一种...变换,它使用缩放因子放大或缩小对象。你必须区分均匀缩放和定向缩放。 scale(sx, sy) 变换函数允许沿 x 轴和 y 轴缩放图像。...

    docs.aspose.com/svg/zh/net/svg-scaling/