Sort Score
Result 10 results
Languages All
Labels All
Results 7,221 - 7,230 of 148,160 for

2

(0.2 sec)
  1. ChartSeriesCollection.remove_at method | Aspose...

    ChartSeriesCollection.remove_at method. Removes a [ChartSeries](../../chartseries/) at the specified index....= [ 'Category 1' , 'Category 2' , 'Category 3' , 'Category 4'...categories , [ 4.4 , 7.0 , 3.5 , 2.1 ]) # A chart series can also...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Drawing::Charts::BubbleSizeColle...

    Aspose::Words::Drawing::Charts::BubbleSizeCollection::get_FormatCode method. Gets or sets the format code applied to the bubble sizes in C++....9 , 2.45 , 3 }), System :: MakeArray...MakeArray < double > ({ 2 , 1.1 , 2.95 , 2 })); // Show data labels...

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

    Aspose::Words::Drawing::Charts::ChartXValueCollection::get_FormatCode method. Gets or sets the format code applied to the X values in C++....9 , 2.45 , 3 }), System :: MakeArray...MakeArray < double > ({ 2 , 1.1 , 2.95 , 2 })); // Show data labels...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Pdf to doc conversion produces a null reference...

    Hi, I am trying to convert a pdf document to .doc but get and error as below. The pdf contains ECG diagrams etc. Unfortunately I cannot share the file with you as it was produced within the NHS and is protected by GDPR.…...aspose-pdf-net reechi April 17, 2025, 2:15pm 1 Hi, I am trying to convert...Discourse April 17, 2025, 2:16pm 2 @reechi The System.NullReferenceExcepti...

    forum.aspose.com/t/pdf-to-doc-conversion-produc...
  5. PDF to PDF-A-1B conversion is taking more time ...

    Hi Team, We are currently using Aspose Total and the aspose pdf version in use is 22.9. We found that certain documents like email printouts combined as a PDF, documents with multiple headers, more than 100 pages are ta…...where a email copy document of 2 Pages took around 26 Mins for...Discourse July 30, 2025, 1:17pm 2 @PrasanthTirlangi It sounds like...

    forum.aspose.com/t/pdf-to-pdf-a-1b-conversion-i...
  6. Working with Linear Extrusion|Documentation

    Aspose.3D for .NET offers LinearExtrusion class, which takes a 2D shape as an input and extends the shape in the 3rd dimension....extrusion range is from -Height/2 to Height/2, otherwise, the extrusion...

    docs.aspose.com/3d/net/working-with-linear-extr...
  7. Working with Linear Extrusion|Documentation

    Aspose.3D for Python via .NET offers LinearExtrusion class, which takes a 2D shape as an input and extends the shape in the 3rd dimension....extrusion range is from -Height/2 to Height/2, otherwise, the extrusion...

    docs.aspose.com/3d/python-net/working-with-line...
  8. How to Fit Image to Cell Width in Aspose.Cells ...

    Hello, I’m trying to fit images to the width of a cell. Currently, I’m using the following code: C# foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { s.AspectRatioLocked = true; s.Width = 100; // This …...Discourse October 22, 2025, 12:34pm 2 @e.scanlan To fit an image to...auto fit the size of the cell. 2, Insert Picture over Cells Using...

    forum.aspose.com/t/how-to-fit-image-to-cell-wid...
  9. PDF to WORD not supported in Aspose WORDS java ...

    Hi, I am trying to PDF to DOCX using Aspose words for Java. I am using the latest version currently available which is 25.9. But when running this code (to convert a PDF to DOCX), I get this error: com.aspose.words.Un…...Family brissonp November 14, 2025, 2:05pm 1 Hi, I am trying to PDF...Discourse November 14, 2025, 2:05pm 2 @brissonp Based on similar...

    forum.aspose.com/t/pdf-to-word-not-supported-in...
  10. Create HTML Document – Create, Load HTML in Java

    Learn how to load HTML document from a file, stream, URL, or create HTML from scratch with Aspose.HTML for Java. Consider approaches to load HTML documents....empty HTML document using Java 2 3 // Initialize an empty HTML...File Structure: Copy 1 < html > 2 < head ></ head > 3 < body ></...

    docs.aspose.com/html/java/create-a-document/