Sort Score
Result 10 results
Languages All
Labels All
Results 6,931 - 6,940 of 10,513 for

scaling

(0.06 sec)
  1. Cartoonify SVG documents via Java | products.as...

    Try our On-Premise document APIs to Cartoonify SVG files on .NET Framework, .NET Core, Windows Application, ASP.NET Web Application....the fact that the SVG can be scaled to different sizes without...

    products.aspose.com/imaging/java/cartoonify/svg/
  2. Convert GIF to SVG via Java | products.aspose.com

    Sample code for GIF to SVG Java conversion. Use API example code for batch GIF files to SVG conversion within any Web or Desktop Java based application....the fact that the SVG can be scaled to different sizes without...

    products.aspose.com/imaging/java/conversion/gif...
  3. Convert images DICOM to SVG via C# | products.a...

    Sample code for DICOM to SVG C# image conversion. Use API example code for batch DICOM files to SVG conversion within VB.NET, Asp.NET or any .NET based application....the fact that the SVG can be scaled to different sizes without...

    products.aspose.com/imaging/net/conversion/dico...
  4. Convert ICO to JPEG2000 via Java | products.asp...

    Sample code for ICO to JPEG2000 Java conversion. Use API example code for batch ICO files to JPEG2000 conversion within any Web or Desktop Java based application....depths, such that they may be scaled appropriately. In Windows,...

    products.aspose.com/imaging/java/conversion/ico...
  5. Convert ICO to CANVAS via Java | products.aspos...

    Sample code for ICO to CANVAS Java conversion. Use API example code for batch ICO files to CANVAS conversion within any Web or Desktop Java based application....depths, such that they may be scaled appropriately. In Windows,...

    products.aspose.com/imaging/java/conversion/ico...
  6. Remove background in SVG documents via Java | p...

    Try our On-Premise document APIs to change background from SVG files on Java Application....the fact that the SVG can be scaled to different sizes without...

    products.aspose.com/imaging/java/remove-backgro...
  7. NodeRendererBase.Save | Aspose.Words لـ .NET

    اكتشف طريقة الحفظ في NodeRendererBase. قدّم الأشكال بسهولة كصور واحفظها في ملفات لضمان تكامل سلس وإنتاجية أفضل.... Scale = 5 ; math . GetMathRenderer...

    reference.aspose.com/words/ar/net/aspose.words....
  8. Візуалізація фігур LaTeX | Aspose.TeX для Java

    У цій статті описано рішення Aspose.TeX API для відтворення фрагментів (фігур) Java LaTeX. Ознайомтеся з прикладами коду, як використовувати цю функцію...."\\usepackage{pict2e}" ); 6 // Specify the scaling factor 300%. 7 options. setScale..."\\usepackage{pict2e}" ); 5 // Specify the scaling factor 300%. 6 options. setScale...

    docs.aspose.com/tex/uk/java/latex-figure-render...
  9. Extraindo texto bruto de arquivo PDF|Aspose.PDF...

    Este artigo descreve várias maneiras de extrair texto de documentos PDF usando o Aspose.PDF para Java. De páginas inteiras, de uma parte específica, com base em colunas, etc....propose the usage of auto-scaling (ScaleFactor = 0) when processing...must not determine whether scaling is necessary for concrete documents...

    docs.aspose.com/pdf/pt/java/extract-text-from-a...
  10. SVG 转换 – SVG Transformations – C# 示例

    了解如何在 C# 中旋转 SVG、缩放 SVG 以及平移 SVG。考虑 SVG 转换的代码示例。...属性的属性来变换 SVG 对象:translate, scale, rotate, skewX, skewY 和 matrix。使用...rotate(angle, cx, cy) 将元素绕指定点旋转给定角度。 scale(sx, sy) 指定具有缩放因子 sx 和 sy 的缩放操作。如果未提供...

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