Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 151,903 for

page

(0.12 sec)
  1. PageSetup.borderAppliesTo property | Aspose.Wor...

    PageSetup.borderAppliesTo property. Specifies which Pages the Page border is printed on....property Specifies which pages the page border is printed on. get...border at the top of the first page. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Change Background of VTX File via java | produc...

    Java source code to change background of VTX file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....class Add a new page to diagram as background page Insert an image...background page Set background page to the first page of diagram...

    products.aspose.com/diagram/java/changebackgrou...
  3. 公共 API Aspose.Diagram 6.6.0 的变化|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....vsdx" ); // get page of the Visio diagram by name...Diagram . Page page = diagram . Pages . GetPage ( "Page-1" ); //...

    docs.aspose.com/diagram/zh/net/public-api-chang...
  4. Manage number of pages in XPS file | .NET

    .NET API Solution to manage XPS files. Add or remove Pages from or to XPS documents with a few lines of C# code....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/net/add-delete-pages/
  5. Convert WORD To TIFF Java

    Convert a Word document to TIFF format in Java code. Save a Word document as TIFF using Java....for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...saveOptions.setPageSet( new PageSet (page)); doc.save(String.format( "Output_%d...

    products.aspose.com/words/java/conversion/word-...
  6. Convert HTML To Image Java

    Convert HTML to Image format in Java code. Save HTML as Image using Java....for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...PageSet (page)); doc.save(String.format( "Output_%d.jpg" , page + 1...

    products.aspose.com/words/java/conversion/html-...
  7. Aspose.Pdf API Demonstration for Spring Java|Do...

    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....you are on the following main page of the Web application: Aspose...Owners list. On the bottom of the page, you will see the Aspose Java...

    docs.aspose.com/total/java/aspose-pdf-api-demon...
  8. Add Watermark To PDF|Documentation

    Learn how to add watermark to pdf with Aspose.Cells for Python via .NET API....foreground/background, and scale to page in RenderingWatermark . Add...foreground/background, and scale to page in RenderingWatermark . Add...

    docs.aspose.com/cells/python-net/add-watermark-...
  9. Add Watermark To PDF|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....foreground/background, and scale to page in RenderingWatermark . Add...foreground/background, and scale to page in RenderingWatermark . AI Document...

    docs.aspose.com/cells/net/add-watermark-to-pdf/
  10. TxtSaveOptionsBase | Aspose.Words for Java

    The base class for specifying additional options when saving a document into a text based formats in Java....Allows to specify whether the page breaks should be preserved during...saving the document to a fixed page format. getUpdateLastPrinted()...

    reference.aspose.com/words/java/com.aspose.word...