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

2 of

(0.65 sec)
  1. Shape to Image of emf to png format gives blank...

    Dear Support, We are using Aspose.Diagram for .NET version 24.12.0 in a C#-application which is used on Windows platforms and Linux platforms. We have an issue with saving the shapes Of a Visio-document in the master f…...Discourse January 11, 2025, 12:40am 2 @tkn1967 It seems you are encountering...philip.zhou January 11, 2025, 2:35am 3 @tkn1967 Thanks for the...

    forum.aspose.com/t/shape-to-image-of-emf-to-png...
  2. 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...
  3. 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...
  4. 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...
  5. 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/
  6. 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...
  7. 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...
  8. Applying a Layout to a Slide Changes the Placeh...

    Hello, I am encountering the following issue with a slide. I have a presentation with only one slide, one slide master, and one custom layout. The shape containing the text “The Pyramid Principle is a useful framework…...potapov January 30, 2026, 5:08pm 2 @Racoonator , Thank you for contacting...

    forum.aspose.com/t/applying-a-layout-to-a-slide...
  9. 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...
  10. Bookmark setText breaks left indent of the book...

    Hello, using Aspose.PDF for Java 25.7 to fill a bookmark in a Word document with a specific left indent, we noticed that after bookmark.setText(), the bookmark paragraph’s left indent was lost. Here’s a code example an…...Discourse July 31, 2025, 4:23pm 2 @fabio.parise It appears that...

    forum.aspose.com/t/bookmark-settext-breaks-left...