Sort Score
Result 10 results
Languages All
Labels All
Results 7,461 - 7,470 of 155,366 for

2

(0.11 sec)
  1. PPSX file can't be opened with powerpoint - Fre...

    This code works for PPTX case but not for PPSX. image.png (22.1 KB) What is wrong? When I try to unzip it, it doesn’t work either. PPTX is not problem. case ReportType.PPTX: { using var ms = new MemoryStream(…...Discourse December 17, 2025, 8:09am 2 @karl.sjostrand The PPS X file...PowerPoint cannot open or unzip [2]. Fix using Aspose.Slides; using...

    forum.aspose.com/t/ppsx-file-cant-be-opened-wit...
  2. Convert XFA to Dynamic AcroForm using Aspose.PD...

    I I am looking at a tool to convert XFA/PDF documents into “normal/standard” pdf that can be read in all browers.Your tool looks OK with the trial version, but i need to be sure that it can convert the full PDF document …...codewarior June 22, 2016, 12:57pm 2 Hi José luis Lopes, Thanks for...joseluis.lopes June 23, 2016, 2:41pm 5 This problem is avoid us...

    forum.aspose.com/t/convert-xfa-to-dynamic-acrof...
  3. FieldTA | Aspose.Words for Java

    Implements the TA field in Java....insertToaEntry(builder, "2", "Source 2"); // This entry will appear...insertToaEntry(builder, "1", "Source 2"); fieldTA.isBold(true); fieldTA...

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

    探索 C# 中的 Aspose.SVG Builder API 创建和修改 SVG 元素的功能。了解如何使 SVG 编程更轻松、更高效。...document = new SVGDocument()) 2 { 3 // Create a new <g> (group)...document = new SVGDocument()) 2 { 3 // Assume an existing SVG...

    docs.aspose.com/svg/zh/net/svg-builder-api/
  5. 用C++对比X轴与类别轴|Documentation

    学习如何区分Aspose.Cells for C++中的X轴和类别轴。我们的指南将帮助您理解它们的用法和属性差异,以及如何根据您的需要进行配置。... PutValue ( 2.5 ); worksheet . GetCells ()....(). Get ( u "D5" ). PutValue ( 2 ); // Create Line Chart: X as...

    docs.aspose.com/cells/zh/cpp/x-axis-vs-category...
  6. ListLevel | Aspose.Words for Java

    Defines formatting for a list level in Java....get(2).getListLabel().getLabelString());...assertEquals("002.", paras.get(2).getListLabel().getLabelString());...

    reference.aspose.com/words/java/com.aspose.word...
  7. Hiding and Showing Rows and Columns with C++|Do...

    Learn how to hide and show rows and columns in Excel files programmatically using Aspose.Cells with C++.... HideRow ( 2 ); // Hide the 2nd column of the...worksheet . GetCells (). UnhideRow ( 2 , 13.5 ); // Unhide the 2nd column...

    docs.aspose.com/cells/cpp/hiding-and-showing-ro...
  8. Introduction to Formulas | Aspose.Tasks Documen...

    The page contains an introduction in project formula grammar that used by Aspose.Tasks for .NET library for calculations....Formula Binary_Op Primary | Primary 2 Primary -> (Formula) | Unary_Op...Duration] , [Standard Rate] ). 2. Operators Formulas support: Arithmetic...

    docs.aspose.com/tasks/net/introduction-to-formu...
  9. Morse‑Code Translation with Aspose.Font | .NET

    Learn how to encode, decode, and render Morse‑code using Aspose.Font in C#/.NET and Java, with full API examples and platform guidance....Font 2 Add namespaces (C#) Copy 1 using Aspose. Font ; 2 using...TextUtilsFactory (added in 23.10). 2 Core interfaces IFontMorseEncoder...

    docs.aspose.com/font/net/developer-guide/morse-...
  10. Manage fonts within HTML

    Discover the world of fonts for HTML. From web-safe choices to custom @font-face integration, explore how fonts shape design and user experience.... Copy 1 p { 2 font-size : 16 px ; 3 } Relative...p { 2 font-size : 100 % ; 3 } 4 5 p { 6 font-size : 1.2 em ;...

    docs.aspose.com/font/net/fonts-for-html/