Sort Score
Result 10 results
Languages All
Labels All
Results 8,921 - 8,930 of 155,345 for

2

(0.34 sec)
  1. IPageSavingCallback.PageSaving | Aspose.Words f...

    Discover the iPageSavingCallback method in Aspose.Words, designed to optimize page saving to fixed formats. Enhance your document management today!... Writeln ( "Page 2." ); builder . InsertImage ( ImageDir...PageFileName = outFileName ; // 2 - Create a custom stream for the...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Print PDF in Landscape mode using Aspose.PDF fo...

    I tried printing landscape with the latest version but it is coming out in portrait mode. Here is the code I use: viewer.AutoResize = True 'Print the file with adjusted size 'viewer.AutoRotate = psc.AutoOrientat…...Ahmad February 25, 2020, 10:30pm 2 @webmaster6b8e5 , Thanks for contacting...notifier September 19, 2025, 2:45pm 10 The issues you have found...

    forum.aspose.com/t/print-pdf-in-landscape-mode-...
  3. DropDownItemCollection.count property | Aspose....

    DropDownItemCollection.count property. Gets the number of elements contained in the collection.... add ( 'Four' ) # 2 - Insert an item before another...drop_down_items . remove ( 'Four' ) # 2 - Remove an item at an index:...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DropDownItemCollection.clear method | Aspose.Wo...

    DropDownItemCollection.clear method. Removes all elements from the collection.... add ( 'Four' ) # 2 - Insert an item before another...drop_down_items . remove ( 'Four' ) # 2 - Remove an item at an index:...

    reference.aspose.com/words/python-net/aspose.wo...
  5. SummaryLength | Aspose.Words for Java

    Enumerates possible lengths of summary in Java....VERY_SHORT Try to generate 1-2 sentences. length Methods Method...VERY_SHORT Try to generate 1-2 sentences. length public static...

    reference.aspose.com/words/java/com.aspose.word...
  6. Convert Pdf to Pdf/ua - Free Support Forum - as...

    Hi Im trying to convert a Pdf to PdfUa, I found some examples on how to it. And from this I made this test-function private void Convert() { Document pdfDoc = new Document("C:\\Temp\\NotPdfua.pdf"); var validateF…...ali May 1, 2024, 6:00pm 2 @Kurt1960 Would you please share...it accordingly? Kurt1960 May 2, 2024, 7:47am 3 It doesn’t matter...

    forum.aspose.com/t/convert-pdf-to-pdf-ua/283150
  7. out.xlsx

    Sheet1 Fruit Count Apple 5 Mango 3 Blackberry 6 Cherry 4 Guava 5 Carambola 2 Banana 20 Row Labels Sum of Count Banana 20 Blackberry 6 Guava 5 Apple 5 Cherry 4 Mango 3 Grand Total 43 Evaluation Warn......6 Cherry 4 Guava 5 Carambola 2 Banana 20 Row Labels Sum of Count...

    docs.aspose.com/cells/ru/java/add-or-clear-pivo...
  8. Apose Email and Atlassian SDK - Free Support Fo...

    When using Aspose email in the Atlassian SDK environment, it triggers the install to Jira fail as it causes the following osgi error osgi.wiring.package; (osgi.wiring.package=com.sun.imageio.plugins.jpeg)] This is not …...manzoor May 6, 2022, 4:48am 2 @davidj.martin We have logged...samodurova December 3, 2024, 2:00pm 6 Hello @Pointsowo , Thank...

    forum.aspose.com/t/apose-email-and-atlassian-sd...
  9. JSON Data and Word Template Output - Free Suppo...

    ‌JSON Content and Word Output The JSON content is: {"form":{ "gender":"M"}}. In Word, the output statement is: <<[form.gender]>>, which works fine. However, if the JSON content is: {"form":{ "smoke":["Y","N"]}}. In W…...Discourse November 5, 2024, 8:44am 2 @chongpeng To correctly output...Like chongpeng November 6, 2024, 2:55am 4 Can work, thank you. 1...

    forum.aspose.com/t/json-data-and-word-template-...
  10. Insert or Delete Rows in an Excel Worksheet wit...

    This article provides the C++ code to insert and delete rows in an Excel worksheet....// 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/cpp/insert-or-delete-rows...