Sort Score
Result 10 results
Languages All
Labels All
Results 7,261 - 7,270 of 149,631 for

2

(0.15 sec)
  1. Appendix C. Typical Templates in Java|Aspose.Wo...

    Learn the typical templates of LINQ Reporting Engine to build a report in Java.... A Company 2. B Ltd . 3. C & D 4. E Corp ....clients]>><<if [IndexOf() % 2 == 0]>><<[Name]>> 2. <<else>><<[Name]>>...

    docs.aspose.com/words/java/appendix-c-typical-t...
  2. Aspose.Cells not supported on macOS due to Syst...

    Microsoft has removed support of the * System.Drawing.Common (>= 7.0.0) package on macOS with the release of NET70, and the latest Aspose.Cells package has a >= 7.0.0 constraint for this package. Could you please roll ba…...rafaeloliveira January 16, 2023, 2:05pm 1 Microsoft has removed support...amjad.sahi January 16, 2023, 2:44pm 2 @rafaeloliveira , It seems...

    forum.aspose.com/t/aspose-cells-not-supported-o...
  3. 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.... In particular, scale(2) means to scale the <circle> element...element by a factor of 2 in both the x and y dimensions. To add...

    docs.aspose.com/svg/net/svg-scaling/
  4. Resize EPS | .NET API Solution

    Resize EPS functionality offered by Aspose.Page API solution for .NET is explained and illustrated with the code snippets here.... 2 3 // Initialize PS document with...10 11 //Increase EPS size in 2 times and save to new file 12...

    docs.aspose.com/page/net/resize-eps/
  5. Very high (5GB+) memory usage when loading VSD ...

    PBD00-93469.7z (4.7 MB) Using Aspose Diagram .NET, the attached VSD file uses over 5 GB of RAM/memory when opening (compared to under 1GB for MS Visio). The Diagram has 2 actual pages with 39 background pages. 2 quest…...Diagram has 2 actual pages with 39 background pages. 2 questions:...exported to PDF like MS Visio (i.e. 2 non-background pages only)? Please...

    forum.aspose.com/t/very-high-5gb-memory-usage-w...
  6. 在 Node.js 和 C++ 中隐藏与显示行列|Documentation

    学习如何在工作表中隐藏和显示行列,使用 Aspose.Cells for Node.js via C++。... hideRow ( 2 ); // Hiding the 2nd column of...worksheet . getCells (). unhideRow ( 2 , 13.5 ); // Unhiding the 2nd...

    docs.aspose.com/cells/zh/nodejs-cpp/hiding-and-...
  7. Formula List|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....for example 2^3. * Multiplication, for example 2*3. / Division...for example 2/3. \ Integer division, for example 2\3. Mod Modulus...

    docs.aspose.com/cells/reportingservices/formula...
  8. How to Compress or Extract Archives using C# | ...

    Learn how to compress or extract archives using C#. These archives could be Zip, 7z, Rar and other such formats....var archive = new Archive()) 2 { 3 archive. CreateEntry ( "entry_name1...Archive( "input_archive.zip" )) 2 { 3 archive. ExtractToDirectory...

    docs.aspose.com/zip/net/how-to/
  9. Can I resize canvas size of psd file when using...

    Hello, I am working with PSB files that have extremely large canvas dimensions (both width and height). While using the Aspose.PSD for Python library to add text layers and save the file, I am encountering what appears…...ppooiiuuyh December 24, 2025, 2:37am 1 Hello, I am working with...Discourse December 24, 2025, 2:39am 2 @ppooiiuuyh Short answer Based...

    forum.aspose.com/t/can-i-resize-canvas-size-of-...
  10. 用C++隐藏和显示行列|Documentation

    学习如何使用Aspose.Cells和C++以编程方式隐藏和显示Excel文件中的行和列。... HideRow ( 2 ); // Hide the 2nd column of the...worksheet . GetCells (). UnhideRow ( 2 , 13.5 ); // Unhide the 2nd column...

    docs.aspose.com/cells/zh/cpp/hiding-and-showing...