Sort Score
Result 10 results
Languages All
Labels All
Results 2,851 - 2,860 of 15,454 for

transformation

(0.77 sec)
  1. How to Convert Visio to SVG in C#

    This tutorial contains the details about how to convert Visio to SVG in C#. It includes the step-by-step algorithm as well as runnable code that loads a VSD file and without installing Visio export to SVG format... Code to Transform Visio to SVG in C# This code...demonstrates the useful feature to transform Visio to SVG in C# . It is...

    kb.aspose.com/diagram/net/how-to-convert-visio-...
  2. Convert HEX to CMYK in C#

    This concise guide highlights essential concepts for converting HEX to CMYK in C#. It provides an arranged series of actions together with a practical coding example to convert HEX to CMYK in C#....SVG when transforming HEX values into the CMYK...value as a color object and transform it into the CMYK color model...

    kb.aspose.com/svg/net/convert-hex-to-cmyk-in-cs...
  3. Convert URL to PDF using C#

    This tutorial describes how to convert URL to PDF using C#. It has the details to set the IDE, a list of steps, and a sample code for transforming link to PDF document using C#....steps and a sample code to transform the URL to PDF using C# by...code has demonstrated how to transform a web page link into PDF using...

    kb.aspose.com/pdf/net/convert-url-to-pdf-using-...
  4. Convert a PS File to PDF using Python

    Follow this article to convert a PS file to PDF using Python. It has all the details to set the IDE, a list of steps, and a sample code to change PS format to PDF using Python....steps, and a sample code to transform PS to PDF using Python . You...PDF for Python via .NET to transform PS to PDF Set the product...

    kb.aspose.com/pdf/python/convert-a-ps-file-to-p...
  5. 在 PostScript 中使用渐变 | C++

    在 PS 文件中添加渐变是 Aspose.Page API 解决方案支持的功能。了解如何在 C++ 中使用该功能... f ); 30 //Create a transform for brush. X and Y scale component...offsetY); 33 //Set transform 34 brush -> set_Transform(brushTransform);...

    docs.aspose.com/page/zh/cpp/ps/working-with-gra...
  6. 透明度の設定 | Python

    PSファイルに透明度を追加する方法は、Aspose.Page APIソリューションで回答されています。Pythonでこの機能を使用する方法をご覧ください。...(40, 128, 70), 0) 24 brush_transform = aspose. pydrawing . drawing2d...25 opaque_brush. transform = brush_transform 26 gradient_brush...

    docs.aspose.com/page/ja/python-net/ps/working-w...
  7. Creating PDF from XML using XSLT|Aspose.PDF for...

    C# library provides the ability to convert an XML file into pdf document requiring that the input XML file must follow the Aspose.PDF Schema.... You can use XSLT to transform your existing XML document..."http://www.w3.org/1999/XSL/Transform" > <xsl:template match= "text()"...

    docs.aspose.com/pdf/net/create-a-hello-world-pd...
  8. Conversion from Word to Excel in Java

    Follow this article for conversion from Word to Excel in Java. It has details to set the IDE, a list of steps, and a sample code for Word DOC to Excel converter in Java....Words for Java to transform DOCX to XLSX Create the LoadOptions.... Note that you can only transform to XLSX format and not the...

    kb.aspose.com/words/java/conversion-from-word-t...
  9. Convert ODP to PDF in C#

    This brief topic focuses on how to convert ODP to PDF in C#. It encompasses the project setting, a list of programming tasks, and a working sample code to transform ODP to PDF in C#....a working sample code to transform ODP to PDF in C# using a simple...file on the disk. Code to Transform ODP to PDF in C# To develop...

    kb.aspose.com/slides/net/convert-odp-to-pdf-in-...
  10. Rotate SVG in Python

    This guide elaborates on how to rotate an SVG in Python. It contains the environment configuration details, and a list of steps in addition to a runnable code snippet for SVG rotate in Python....class object Specify the transform attribute while passing the...disk, apply the rotation transform, and then save the rotated...

    kb.aspose.com/svg/python/rotate-svg-in-python/