Sort Score
Result 10 results
Languages All
Labels All
Results 7,281 - 7,290 of 150,112 for

2

(0.2 sec)
  1. How to Format Number to Fraction|Documentation

    This article will introduce how to format number to fraction using Aspose.Cells for Node.js via C++ API....in recipes or measurements, 1/2 cup or 3/4 inch is more intuitive...straightforward. For example, adding 1/2 and 1/4 is more intuitive for...

    docs.aspose.com/cells/nodejs-cpp/how-to-format-...
  2. 在 PS 文件中使用转换 | Java

    Aspose.Page API 解决方案解答了如何在 PS 文件中转换内容的问题。了解如何在 Java 中使用该功能...stream for PostScript document 2 FileOutputStream outPsStream =...No transformations ////////// 2 //Set paint in graphics state...

    docs.aspose.com/page/zh/java/ps/working-with-tr...
  3. Image distorted in excel to pdf transformation ...

    Hi Team, We are trying to transformation input file(xlsx) to pdf with below code. Workbook doc = new Workbook("input.xlsx"); doc.save("output.pdf"); In output file, you can see the wrong drawing. The c…...sahi March 26, 2024, 9:43am 2 @rnara , I believe you are using...we make progress. rnara April 2, 2024, 6:19am 6 Hi @duojie.yang...

    forum.aspose.com/t/image-distorted-in-excel-to-...
  4. HTML to PDF conversion runaway memory usage - F...

    Using the latest version (25.4) of Aspose.HTML for .NET, some HTML documents that we convert will go into a runaway memory usage. We have isolated the code to a console app and still see the same issue with all available…...Discourse May 1, 2025, 4:52pm 2 @riftsoft It seems you are experiencing...MemoryIssueExample.zip (7.7 KB) asad.ali May 2, 2025, 6:47pm 4 @riftsoft Can...

    forum.aspose.com/t/html-to-pdf-conversion-runaw...
  5. Using Link Annotations in PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET allows you to Add, Get, and Delete Link Annotation from your PDF document.... We used 2 TextFragmentAbsorber to find fragments...LinkAnnotation ( page , linkFragments [ 2 ]. Rectangle ) { Action = new...

    docs.aspose.com/pdf/net/link-annotations/
  6. 在 PostScript 中使用转换 | .NET

    Aspose.Page API 解决方案解答了如何在 PS 文件中转换内容的问题。了解如何在 .NET 中使用该功能...stream for PostScript document 2 using (Stream outPsStream = new...No transformations ////////// 2 //Set a paint in graphics state...

    docs.aspose.com/page/zh/net/ps/working-with-tra...
  7. LaTeX math formulas rendering | Aspose.TeX for ...

    Aspose.TeX API solution for .NET LaTeX math formulas rendering is described in this article. Learn the code examples on how to use the functionality....LaTeX math formula to PNG image 2 3 // Create rendering options...x^{\color{red}1} + \frac{x^{\color{red}2}}{2} + \frac{x^{\color{red}3}}{6}...

    docs.aspose.com/tex/net/latex-math-formula-rend...
  8. ChartXValueCollection.formatCode property | Asp...

    ChartXValueCollection.formatCode property. Gets or sets the format code applied to the X values....9 , 2.45 , 3 ], [ 1 , - 0.9 , 1.82 , 0 ], [ 2 , 1.1 , 2.95 ,... 2 ]); // Show data labels. series . hasDataLabels = true ; series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 图表数据标签|Aspose.Slides for Node.js via .NET 文档

    在 JavaScript 中设置 PowerPoint 图表数据标签及距离...getCell ( defaultWorksheetInde , 2 , 1 , 0.5 )); series . getDataPoints...( defaultWorksheetInde , 0 , 2 , "Blues" ), chart . getType ());...

    docs.aspose.com/slides/zh/nodejs-java/chart-dat...
  10. 使用 Java 在演示文稿中管理图表数据标签|Aspose.Slides 文档

    学习使用 Aspose.Slides for Java 在PowerPoint演示文稿中添加和格式化图表数据标签,以创建更具吸引力的幻灯片。...getCell ( defaultWorksheetInde , 2 , 1 , 0 . 50 )); series . getDataPoints...( defaultWorksheetInde , 0 , 2 , "Blues" ), chart . getType ());...

    docs.aspose.com/slides/zh/java/chart-data-label/