Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 22,058 for

2 of

(0.45 sec)
  1. Key Features of Aspose.PDF|Aspose.PDF for Java

    Aspose.PDF for Java shows the main features and describes the supported PDF versions, and all the manipulations we can do with documents....2, 1.3, 1.4, 1.5, 1.6 and 1.7. Fonts...

    docs.aspose.com/pdf/java/key-features/
  2. Manage canvases of XPS file | .NET

    .NET API Solution to manage XPS files. Code example on how to clip and transform canvases Of XPS files with a few lines Of C# code....create a rectangle in canvas 2 and fill it use the XpsPath Class...canvas4.RenderTransform.Scale( 2 , 2 ); // Create a rectangle in...

    products.aspose.com/page/net/work-with-canvases/
  3. Manage formulas of Excel files with JavaScript ...

    Learn how to manage formulas Of Excel files through Aspose.Cells for JavaScript via C++. Aspose.Cells can simply get, set, and calculate formulas Of Excel files.... putValue ( 2 ); // Adding a value to "A3" cell...cells . get ( "A2" ). value = 2 ; worksheet . cells . get ( "A3"...

    docs.aspose.com/cells/javascript-cpp/using-form...
  4. Wrong alignment of cell that was shifted to nex...

    Hi, we use table Broken property that shift columns which not fit in current page to next one. But unfortunatelly shifted cell loosing some properties that we specified. F.e alignment look at first and last column. I att…...ali June 19, 2025, 5:04pm 2 @mpek We have opened the following...

    forum.aspose.com/t/wrong-alignment-of-cell-that...
  5. Add XML namespace in XMP metadata of EPS |.NET

    The process Of adding XML namespace in XMP metadata Of EPS with Aspose.Page for .NET is explained and illustrated with the code snippets here.... 2 3 // Initialize EPS file input...

    docs.aspose.com/page/net/xmp-metadata/add-names...
  6. Add array items in XMP metadata of EPS| Python

    The process Of adding items in XMP metadata Of EPS with Aspose.Page for Python via .NET is explained and illustrated with the code snippets here.... eps import * 2 from aspose. page . eps . xmp...

    docs.aspose.com/page/python-net/xmp-metadata/ad...
  7. Set Conditional Formats of Excel and ODS files ...

    How to apply conditional formats to Excel and ODS files in C++....Pattern Advance topics Adding 2-Color Scale and 3-Color Scale...

    docs.aspose.com/cells/go-cpp/conditional-format...
  8. Visit public Cell this[int row, int column] of ...

    using Aspose.Cells; namespace TestExcelFormat { internal class Program { static void Main(string[] args) { Workbook wb = new Workbook(@“1.xlsx”); Console.WriteLine(wb.Worksheets[0].Cells.MaxColumn); var cell = w…...Cells[0, 2]; Console.WriteLine(wb.Worksheets[0]...MaxColumn); wb.Save(@“2.xlsx”); } } } unzip 2.xlsx and open sheet1...

    forum.aspose.com/t/visit-public-cell-this-int-r...
  9. Change named value in XMP metadata of EPS|C++

    The process Of changing named value in XMP metadata Of EPS file with Aspose.Page API solution for C++ is explained and illustrated with the code here....Page-for-C 2 // The path to the documents directory...

    docs.aspose.com/page/cpp/xmp-metadata/change-na...
  10. Index was outside the bounds of the array when ...

    Hello, I am updating the XMP metadata Of a PSB file approximately 2.7GB in size. However, upon saving the file, I encountered the following error: “System.IndexOutOfRangeException: Index was outside the bounds Of the ar…...2 Does this mean that the saving...is fix and be available in 25.2? Does the issue on opening of...

    forum.aspose.com/t/index-was-outside-the-bounds...