Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 15,015 for

transformation

(0.09 sec)
  1. The use of RedactionAnnotation to add a color b...

    I have a PDF document with two pages. One of the pages is rotated 90 degrees clockwise. I want to add a red-colored rectangle at the lower-left corner of each page. When the page is not rotated, it works correctly. Howe…...NET does not automatically transform annotation coordinates according...in that case the manual transformation may no longer be required...

    forum.aspose.com/t/the-use-of-redactionannotati...
  2. Translate Markdown to DOM|Aspose.Words for Node...

    Tarnslate a Markdown document to Document Object Model and back using Node.js. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch....also to do the reverse transformation – to save the document... for which the reverse transformation is not trivial. Our translation...

    docs.aspose.com/words/nodejs-net/translate-mark...
  3. Latest Aspose.3D Product Family topics - Free S...

    Get technical support of Aspose.3D for .NET and Java....skeleton nodes don't have transformation but have pose instead words-net...

    forum.aspose.com/c/3d/18
  4. Convert OBJ to GLB in Java

    This concise tutorial explains how to convert OBJ to GLB in Java. It points out the essential steps, prerequisites, and a code example to build an OBJ to GLB converter in Java....OBJ file and complete the transformation by saving it in GLB format...

    kb.aspose.com/3d/java/convert-obj-to-glb-in-java/
  5. Convert 3MF to STL in Python

    This quick guide explains how to convert 3MF to STL in Python. It includes the sequential procedure, setup instructions, and sample code for building a 3MF to STL converter in Python....fine-tune the 3MF file transformation process. Steps to Convert...

    kb.aspose.com/3d/python/convert-3mf-to-stl-in-p...
  6. Convert HTML to GIF in C#

    This guide explains how to convert HTML to GIF in C#. It has IDE configurations, a list of steps, and code for HTML to GIF converter in C#....above code demonstrates the transformation of HTML to GIF in C# ....

    kb.aspose.com/html/net/convert-html-to-gif-in-c...
  7. Translate Markdown to Document Object Model (DO...

    Tarnslate a Markdown document to Document Object Model and back using C++. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch....also to do the reverse transformation – to save the document... for which the reverse transformation is not trivial. Our translation...

    docs.aspose.com/words/cpp/translate-markdown-to...
  8. Public API Changes in Aspose.3D 1.3.0|Documenta...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....to decompose an affine transformation matrix. A new constructor...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  9. Translate Markdown to DOM|Aspose.Words for .NET

    Translate a Markdown document to Document Object Model and back using C#. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch....also to do the reverse transformation – to save the document... for which the reverse transformation is not trivial. Our translation...

    docs.aspose.com/words/net/translate-markdown-to...
  10. SVG 缩放 – C# 示例

    SVG 缩放的 C# 示例。考虑在变换属性和变换矩阵中使用比例函数的情况。...考虑在 transform 属性中使用 scale() 函数以及变换矩阵 matrix(a...元素、设置其属性,并使用 scale() 函数对 transform 属性应用转换。 创建 类的实例。 RootElement...

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