Sort Score
Result 10 results
Languages All
Labels All
Results 6,711 - 6,720 of 181,424 for

page

(0.18 sec)
  1. Apply preset theme to VSD document via Python |...

    Python source code to apply preset theme to vsd 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/vsd/
  2. Create various kinds of Stamps|Aspose.PDF for .NET

    This section explains how to work with Aspose.PDF Facades using Stamp Class.... Please refresh the page and try again. Related articles...

    docs.aspose.com/pdf/net/stamp-class/
  3. PdfSaveOptions.use_book_fold_printing_settings ...

    PdfSaveOptions.use_book_fold_printing_settings property. Gets or sets a boolean value indicating whether the document should be saved using a booklet printing layout, if it is specified via [PageSetup.multiple_Pages](../../../aspose.words/Pagesetup/multiple_Pages/)....multiple_pages . @property def use_book_fo...specified, FixedPageSaveOptions.page_set is ignored when saving....

    reference.aspose.com/words/python-net/aspose.wo...
  4. PsSaveOptions.use_book_fold_printing_settings p...

    PsSaveOptions.use_book_fold_printing_settings property. Gets or sets a boolean value indicating whether the document should be saved using a booklet printing layout, if it is specified via [PageSetup.multiple_Pages](../../../aspose.words/Pagesetup/multiple_Pages/)....multiple_pages . @property def use_book_fo...specified, FixedPageSaveOptions.page_set is ignored when saving....

    reference.aspose.com/words/python-net/aspose.wo...
  5. Open, Save and Manage Excel files|Documentation

    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.... Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/python-java/loading-savin...
  6. CompositeNode.append_child method | Aspose.Word...

    CompositeNode.append_child method. Adds the specified node to the end of the list of child nodes for this node....some page setup properties for the section. section . page_setup... SectionStart . NEW_PAGE section . page_setup . paper_size =...

    reference.aspose.com/words/python-net/aspose.wo...
  7. How to Convert Excel Sheet to Image in Java

    This short tutorial is designed to teach how to convert Excel sheet to image in Java. It provides assistance to convert Excel into image in Java by sharing steps to configure the environment and sample code along with the description....Page Product Family Aspose.PSD Product...all the pages in the print preview and render each page as an image...

    kb.aspose.com/cells/java/how-to-convert-excel-s...
  8. Մի Քանի WORD Դեպի JPG Java

    Միավորել մի քանի WORD JPG ին Java կոդի մեջ: Պահպանեք WORD որպես JPG օգտագործելով Java:...for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/hy/java/merge/word-to...
  9. Մի Քանի HTML Դեպի Պատկեր Java

    Միավորել մի քանի HTML Պատկեր ին Java կոդի մեջ: Պահպանեք HTML որպես Պատկեր օգտագործելով Java:...for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/hy/java/merge/html-to...
  10. Մի Քանի DOC Դեպի PNG Java

    Միավորել մի քանի DOC PNG ին Java կոդի մեջ: Պահպանեք DOC որպես PNG օգտագործելով Java:...for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/hy/java/merge/doc-to-...