Sort Score
Result 10 results
Languages All
Labels All
Results 7,441 - 7,450 of 184,154 for

page

(0.14 sec)
  1. Convert HTML To DOCX C#

    Convert HTML to DOCX format in C# code. Save HTML as DOCX using C#....docx); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.docx", saveOptions);...

    products.aspose.com/words/net/conversion/html-t...
  2. Getting started|Documentation

    Learn how to install and license Aspose.OMR for C++ and how to write a simple cross-platform OMR application.... Please refresh the page and try again. Related articles...

    docs.aspose.com/omr/cpp/getting-started/
  3. Apply preset theme to VSDM document via Python ...

    Python source code to apply preset theme to vsdm file within any Python based application....Open a Diagram object Select Page via its id Assign a Preset value...PresetTheme property of the Page instance Call the save() method...

    products.aspose.com/diagram/python-net/theme/vsdm/
  4. Several HTML Into JPG Java

    Merge multiple HTML into JPG in Java code. Save HTML as JPG using Java....for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/java/merge/html-to-jpg/
  5. Several TEXT Into GIF Java

    Merge multiple TEXT into GIF in Java code. Save TEXT as GIF using Java....for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/java/merge/text-to-gif/
  6. Accessing array element by index in Excel templ...

    Hello, In the Word template, we can access specific array elements using elementAt function. I wanted to know if we can achieve the same functionality in the Excel template too. I tried the following smart markers to …... ← previous page...

    forum.aspose.com/t/accessing-array-element-by-i...
  7. Apply preset theme to VSDM document via Python ...

    Python source code to apply preset theme to vsdm file within any Python based application....Open a Diagram object Select Page via its id Assign a Preset value...PresetTheme property of the Page instance Call the save() method...

    products.aspose.com/diagram/python-java/theme/v...
  8. Apply preset theme to VSDX document via Python ...

    Python source code to apply preset theme to vsdx file within any Python based application....Open a Diagram object Select Page via its id Assign a Preset value...PresetTheme property of the Page instance Call the save() method...

    products.aspose.com/diagram/python-java/theme/v...
  9. .IFC to .STEP Conversion using ASPOSE.CAD - Fre...

    Hi, I want to convert .IFC file to .STEP file using c# .Net with the use of Aspose.CAD, converted step file not open in solid works application, as well, are there any options in the ASPOSE library to stitch the faces us…... 1 Like ← previous page...

    forum.aspose.com/t/ifc-to-step-conversion-using...
  10. Font.shadow property | Aspose.Words for Python

    Font.shadow property. True if the font is formatted as shadowed....letters are floating above the page. builder . font . shadow = True...

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