Sort Score
Result 10 results
Languages All
Labels All
Results 4,071 - 4,080 of 155,649 for

2

(0.15 sec)
  1. 106364954.xlsx

    Sheet1 Column1 Column2 Column3 1 2 5 3 4 6 2 4 5 2020-04-22T17:06:32Z 16.0300 Ahmad Chishti 2015-06-05T18:17:20Z 2020-04-22T17:06:32Z 2020-04-22T17:06:32Z 2020-04-22T17:06:32Z false 2020-04-22T17:0......Column1 Column2 Column3 1 2 5 3 4 6 2 4 5 2020-04-22T17:06:32Z...

    docs.aspose.com/cells/ar/nodejs-cpp/update-powe...
  2. 106364953.xlsx

    Sheet5 Column1 Column2 Column3 1 2 5 3 4 6 2 4 5 2020-04-22T17:08:20Z 16.0300 Ahmad Chishti 2015-06-05T18:17:20Z 2020-04-22T17:08:20Z 2020-04-22T17:08:20Z 2020-04-22T17:08:20Z false 2020-04-22T17:0......Column1 Column2 Column3 1 2 5 3 4 6 2 4 5 2020-04-22T17:08:20Z...

    docs.aspose.com/cells/zh/python-net/update-powe...
  3. 106364954.xlsx

    Sheet1 Column1 Column2 Column3 1 2 5 3 4 6 2 4 5 2020-04-22T17:06:32Z 16.0300 Ahmad Chishti 2015-06-05T18:17:20Z 2020-04-22T17:06:32Z 2020-04-22T17:06:32Z 2020-04-22T17:06:32Z false 2020-04-22T17:0......Column1 Column2 Column3 1 2 5 3 4 6 2 4 5 2020-04-22T17:06:32Z...

    docs.aspose.com/cells/sv/nodejs-cpp/update-powe...
  4. 106364953.xlsx

    Sheet5 Column1 Column2 Column3 1 2 5 3 4 6 2 4 5 2020-04-22T17:08:20Z 16.0300 Ahmad Chishti 2015-06-05T18:17:20Z 2020-04-22T17:08:20Z 2020-04-22T17:08:20Z 2020-04-22T17:08:20Z false 2020-04-22T17:0......Column1 Column2 Column3 1 2 5 3 4 6 2 4 5 2020-04-22T17:08:20Z...

    docs.aspose.com/cells/it/javascript-cpp/update-...
  5. Converting certain PDF to WORD errors with "com...

    Hi I am converting certain PDF documents to word documents using RecognitionMode.EnhancedFlow and it fails with the error: com.aspose.pdf.internal.l103p.l0l: Overflow The code snippet I use is: Document doc = new …...Family brissonp January 14, 2026, 2:43pm 1 Hi I am converting certain...docSaveOptions.setRelativeHorizonta(2.5f); docSaveOptions.setRecognizeBullets(false);...

    forum.aspose.com/t/converting-certain-pdf-to-wo...
  6. How to fits uploaded image to fixed width and h...

    Hi Team, How to fits uploaded image to fixed width and height in aspose word template using LINQ. If user upload higher resolution logo then image need to fit with fixed size Currently using expression: Image size …...thomas February 24, 2026, 2:26pm 1 Hi Team, How to fits uploaded...noskov February 24, 2026, 2:37pm 2 @rose.thomas By default, the...

    forum.aspose.com/t/how-to-fits-uploaded-image-t...
  7. How to remove empty right click menues - Free S...

    Hi, In the attached document, a very large number of empty entries appear when I right-click the content. How do I remove these entries? test.zip (32.8 KB) Kind regards,...Family Nachti September 22, 2025, 2:44pm 1 Hi, In the attached document...Discourse September 22, 2025, 2:45pm 2 @Nachti To remove empty entries...

    forum.aspose.com/t/how-to-remove-empty-right-cl...
  8. Node.range property | Aspose.Words for Node.js

    Node.range property. Returns a [Range](../../range/) object that represents the portion of a document that is contained in this node.... write ( "Section 2." ); expect ( doc . getText ()...toEqual ( "Section 1. \fSection 2." ); // Remove the first section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Node.range property | Aspose.Words for Python

    Node.range property. Returns a [Range](../../range/) object that represents the portion of a document that is contained in this node....'Section 2.' ) self . assertEqual ( 'Section 1. \x0c Section 2.' ,...self . assertEqual ( 'Section 2.' , doc . get_text () . strip...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Range.Delete | Aspose.Words for .NET

    Efficiently remove all characters within a specified range using the Range Delete method. Simplify your text editing tasks effortlessly!... Write ( "Section 2." ); Assert . That ( doc . GetText...EqualTo ( "Section 1. \fSection 2." )); // Remove the first section...

    reference.aspose.com/words/net/aspose.words/ran...