Sort Score
Result 10 results
Languages All
Labels All
Results 9,351 - 9,360 of 150,692 for

2

(0.1 sec)
  1. Size Reduction when Converting MSG Files to PST...

    Hello Aspose Support Team, We are noticing a recurring issue with size reduction when converting MSG files to PST using Aspose.Email. For example: Case 1: 109 msg files totaling 6.09 MB result in a PST of only 5.6 MB. …... Case 2: A set of .msg files totaling...Discourse September 11, 2025, 11:40am 2 @deepraj.majalikar Hello Deepraj...

    forum.aspose.com/t/size-reduction-when-converti...
  2. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::RemoveAt method. Removes a GradientStop from the collection at a specified index in C++....= gradientStops -> idx_get ( 2 ); gradientStops -> Remove ( gradientStop...gradientStop ); ASSERT_EQ ( 2 , gradientStops -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::get_Count method. Gets an integer value indicating the number of items in the collection in C++....= gradientStops -> idx_get ( 2 ); gradientStops -> Remove ( gradientStop...gradientStop ); ASSERT_EQ ( 2 , gradientStops -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. RTF template width is not accommodating for all...

    Hello, I am facing an issue where we are generating RTF template with high column count or column width. When the overall column width exceeds a certain value it starts clipping the column at the right end (Example file…...deryushev July 1, 2025, 2:16pm 2 @psharma314 Use the following...

    forum.aspose.com/t/rtf-template-width-is-not-ac...
  5. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::idx_set method. Gets or sets a GradientStop object in the collection in C++....= gradientStops -> idx_get ( 2 ); gradientStops -> Remove ( gradientStop...gradientStop ); ASSERT_EQ ( 2 , gradientStops -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::Lists::ListCollection::idx_get m...

    Aspose::Words::Lists::ListCollection::idx_get method. Gets a list by index in C++....builder -> Writeln ( u "Paragraph 2" ); builder -> Write ( u "Paragraph...get_ListFormat () -> set_ListLevelNumber ( 2 ); } ASSERT_EQ ( 3 , paras ->...

    reference.aspose.com/words/cpp/aspose.words.lis...
  7. 2nd page is not converted to excel correctly - ...

    2nd page of this pdf is not converted correctly as you can see from the screen shot. A1 Telekom Austria AG_Intl Invoice - Sell_2025-05_Outgoing Account_Normal_393563.pdf (326.6 KB) Screenshot 2025-06-18 at 11.07.28.png …...ali June 18, 2025, 5:07pm 2 @canangunicen Have you tested...accordingly. canangunicen July 2, 2025, 11:47am 3 Hi Ali, We have...

    forum.aspose.com/t/2nd-page-is-not-converted-to...
  8. After convert to pdf, the tablelayout are diffe...

    pdf: word:...issue with text shifting from “4-2-4” on the next page is the same... softboy September 14, 2025, 2:21am 31 Font ‘中文宋体’ has not been...

    forum.aspose.com/t/after-convert-to-pdf-the-tab...
  9. Draw geomtry to visio VSS document via Python |...

    Python source code to draw geomtry to visio vss file within any Python based application....drawRectangle( 2 , 2 , 2 , 1 ) diagram.save( "outpath_with_filename"...

    products.aspose.com/diagram/python-net/drawing/...
  10. Working with Charts in Java|Aspose.Words for Java

    Introduction to Chart feature, how to create and manipulate charts using Java...."AW Category 1" , "AW Category 2" }; // Adding new series. Value...categories , new double [] { 1 , 2 }); ChartSeries series2 = seriesColl...

    docs.aspose.com/words/java/working-with-charts/