Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 28,988 for

x

(0.27 sec)
  1. Custom Font-Family - Free Support Forum - aspos...

    I'm trying to create a PDF from an HTML file with a non-standard font. I've tried using base64 in the CSS like so but it doesn't work. Other base64 image src's do work so I thought this would work as well. Any other i…..."SuperAwesomeFont"; src: url(data:application/x-font-woff;base64,d09GRk9UVE8A...QcxnKEG/fRDF1E5Ku4hbdTUrDnbl/x/lbzjkbOoQ/8syroh1ybMfRCy3Aeb2...

    forum.aspose.com/t/custom-font-family/16662
  2. 在 C++ 中为图表系列中的数据点添加自定义标签|Documentation

    学习如何使用 Aspose.Cells for C++ 为图表系列中的数据点添加自定义标签。我们的指南将向您展示如何修改标签的外观、位置和格式,以及如何将它们链接到数据源以实现准确的数据展示。... SetText ( u "X-Axis" ); chart . GetValueAxis...Get ( u "A1" ). PutValue ( u "X" ); worksheet . GetCells (). Get...

    docs.aspose.com/cells/zh/cpp/adding-custom-labe...
  3. Shape | Aspose.Words for Java

    Represents an object in the drawing layer such as an AutoShape teXtboX freeform OLE object ActiveX control or picture in Java....containing block, // and the x and y coordinates of (1000, 1000)...getWrapType()); // Create a 400pt x 400pt group shape and place it...

    reference.aspose.com/words/java/com.aspose.word...
  4. 使用 Aspose.SVG Builder API 进行高级 SVG 创建和修改 – C#

    探索 C# 中的 Aspose.SVG Builder API 创建和修改 SVG 元素的功能。了解如何使 SVG 编程更轻松、更高效。...starting point of the path (Move to x=5, y=0). 5 . M (5, 0) 6 // 'L'...point to the new point (Line to x=10, y=10). 7 . L (10, 10) 8 //...

    docs.aspose.com/svg/zh/net/svg-builder-api/
  5. Chart Types with Golang via C++|Documentation

    Learn about the various chart types supported by Aspose.Cells for C++. Our guide will walk you through the different types of charts available and show you how to create and modify them to enhance your worksheets....coordinate on a horizontal (“X”) and a vertical (“Y”) axis. The...charts are also based on the X, Y, and Z axes. These charts are...

    docs.aspose.com/cells/go-cpp/chart-types/
  6. Chart Types with JavaScript via C++|Documentation

    Learn about the various chart types supported by Aspose.Cells for JavaScript via C++. Our guide will walk you through the different types of charts available and show you how to create and modify them to enhance your worksheets....coordinate on a horizontal (“X”) and a vertical (“Y”) axis. The...charts are also based on the X, Y, and Z axes. These charts are...

    docs.aspose.com/cells/javascript-cpp/chart-types/
  7. Convert Images using Java Image Processing Libr...

    Using Java Image Processing Library API, convert images to black and white, grayscale, raster images to PDF and SVG, RGB system to CMYK, Corel Draw, WebP, EPS, CMX, DICOM, and eXport, eXpand or crop images....needs to create a rectangle with X and Y coordinates and specify...height of the rectangle box. The X,Y and Width, Height of rectangle...

    docs.aspose.com/imaging/java/converting-images/
  8. Convert Images using Python Image Processing Li...

    Using Python Image Processing Library API, convert images to black and white, grayscale, raster images to PDF and SVG, RGB system to CMYK, CorelDraw, WebP, EPS, CMX, DICOM, and eXport, eXpand or crop images....needs to create a rectangle with X and Y coordinates and specify...height of the rectangle box. The X,Y and Width, Height of rectangle...

    docs.aspose.com/imaging/python-net/converting-i...
  9. Bugs in OnTraversalException - Free Support For...

    Hello, I’ve made some pst and olm files corrupt by replacing some bytes inside randomly. When reading in Traversal mode, itemId is different for pst and olm: For pst and ost I get real itemId, like: AAAAANaTZZ7UXV5Ei…...Checklist for Your Current scenario [x] Subscribe to OnTraversalException...true to keep traversal alive. [x] Use the helper GetSafeMessageClass...

    forum.aspose.com/t/bugs-in-ontraversalexception...
  10. SVG Scaling – C# Examples – Aspose.SVG for .NET

    C# eXamples for SVG scaling using Aspose.SVG. Consider cases where the scale function is used in the transform attribute and in transformation matriX....allows scaling images along the x- and y-axis. The sy scaling factor...by a factor of 2 in both the x and y dimensions. To add the circleElement...

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