Sort Score
Result 10 results
Languages All
Labels All
Results 8,931 - 8,940 of 154,142 for

2

(0.33 sec)
  1. Best practice to handle document - Free Support...

    We are hosting our aspose app as a microservice. What is the best approach to send the doc to the service. As a doc file or base 64. Is there a difference in using either approaches in terms of bandwidth usage and handl…...Discourse December 15, 2025, 1:51pm 2 @mahendrakona The material you...mahendrakona December 15, 2025, 2:00pm 4 Thanks @alexey.noskov ...

    forum.aspose.com/t/best-practice-to-handle-docu...
  2. PDF Font Loss Issue When Converting Documents o...

    Hi Team, When converting Word documents to PDF format using Aspose.Words on our server environment, fonts (specifically those highlighted in yellow in the attached input Word file) are not being embedded or rendered cor…...noskov August 7, 2025, 2:40pm 2 @Surekha Usually, the such...

    forum.aspose.com/t/pdf-font-loss-issue-when-con...
  3. Query Cell Areas Mapped to XML Map Path using W...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....CellArea ( C1 : C8 )[ 0 , 2 , 7 , 2 ] Aspose . Cells . CellArea...

    docs.aspose.com/cells/python-net/query-cell-are...
  4. Query Cell Areas Mapped to XML Map Path using W...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....CellArea ( C1 : C8 )[ 0 , 2 , 7 , 2 ] Aspose . Cells . CellArea...

    docs.aspose.com/cells/net/query-cell-areas-mapp...
  5. Insert or Delete Rows in an Excel Worksheet wit...

    This article provides Node.js code using C++ to insert and delete rows in an Excel worksheet....// Insert 10 rows at row index 2 (insertion starts at the 3rd row)...sheet . getCells (). insertRows ( 2 , 10 ); // Delete 5 rows now (8th...

    docs.aspose.com/cells/nodejs-cpp/insert-or-dele...
  6. HTML Color Tutorial – Background, Border, and T...

    Complete HTML color guide. Learn how to change text color, background color & border colors using color names, RGB, HEX, and HSL codes....following example: Copy 1 < html > 2 < body > 3 < h2 style = "color:DarkCyan;"...following example: Copy 1 < html > 2 < head > 3 < style > 4 h2 { 5...

    docs.aspose.com/html/net/tutorial/working-with-...
  7. 使用 C++ 通过 Node.js 插入或删除 Excel 工作表中的行|Documentation

    本文提供了使用 C++ 的 Node.js 代码,用于在 Excel 工作表中插入和删除行。...// Insert 10 rows at row index 2 (insertion starts at 3rd row)...sheet . getCells (). insertRows ( 2 , 10 ); // Delete 5 rows now....

    docs.aspose.com/cells/zh/nodejs-cpp/insert-or-d...
  8. Aspose.Email 26.1.0.3: Appointment.save() does ...

    Hi team, I am using Aspose.Email version 26.1.0.3 to load and save ICS calendar files. Sample code: try (InputStream stream = new FileInputStream(new File("C:\\tmp\\calendar.ics"))) { AppointmentLoadOptions alo = n…...pavlov February 25, 2026, 9:48am 2 @Rich_Yu We have opened the following...team. aweech March 11, 2026, 2:20pm 3 Will this also be fixed...

    forum.aspose.com/t/aspose-email-26-1-0-3-appoin...
  9. SdtListItemCollection.removeAt method | Aspose....

    SdtListItemCollection.removeAt method. Removes a list item at the specified index.... SdtListItem ( "Item 2" , "Value 2" )); listItems . add ( new...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. RelativeVerticalPosition enumeration | Aspose.W...

    aspose.words.drawing.RelativeVerticalPosition enumeration. Specifies to what the vertical position of a shape or text frame is relative.... width ) / 2 shape . top = ( builder . page_setup...page_height - shape . height ) / 2 doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...