Sort Score
Result 10 results
Languages All
Labels All
Results 3,491 - 3,500 of 191,302 for

page

(0.17 sec)
  1. PageSetup.paper_size property | Aspose.Words fo...

    PageSetup.paper_size property. Returns or sets the paper size....page_width and PageSetup.page_height values. Setting...DocumentBuilder ( doc = doc ) builder . page_setup . paper_size = aw . PaperSize...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Add Watermark in PHP|Aspose.Words for Java

    Add Watermark to Document using PHP....// Place the watermark in the page center. $ relativeHorizontalPo...( $ relativeHorizontalPo -> PAGE ); $ watermark -> setRelativeVerticalP...

    docs.aspose.com/words/java/add-watermark-in-php/
  3. Table contents are getting split while converti...

    Hi, I’m trying to convert a docx file (containing 23 Pages along with some tables present inside, Page 4) into pdf with Aspose.words 25.11 While exploring the pdf, I found that the output contains 25 Pages and the tabl…...(containing 23 pages along with some tables present inside, page 4) into...that the output contains 25 pages and the table which was present...

    forum.aspose.com/t/table-contents-are-getting-s...
  4. ConvertUtil.inch_to_point method | Aspose.Words...

    ConvertUtil.inch_to_point method. Converts inches to points.... page_setup . paper_size = aw . PaperSize...PaperSize . LEGAL builder . page_setup . orientation = aw . Orientation...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Manipulating HTML5 canvas format|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....Canvas image to existing HTML page You can embed more than one...within HTML page or update already existing page. In order to...

    docs.aspose.com/imaging/python-net/manipulating...
  6. How to add/insert TextBox to Worksheet|Document...

    How to add/insert TextBox to Worksheet in Aspose.Cells.... Left‑click on the page. Hold down the left mouse button...button and drag across the page. Release the left button. Now...

    docs.aspose.com/cells/java/add-text-box-to-work...
  7. Change Background of VDW File via java | produc...

    Java source code to change background of VDW 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...
  8. Example of Hello World using Python language|As...

    This sample demonstrates how to create a simple PDF "Hello, World!" document using Aspose.PDF for Python... Get the pages collection of the document using...document_get_pages function. Add a new page to the pages collection...

    docs.aspose.com/pdf/python-cpp/hello-world-exam...
  9. Add Footer to Multiple Documents|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....Description | &P – current page number | &N – page count | &D – current...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/sharepoint/add-footer-to-...
  10. Convert WORD To Image Javascript

    Convert a Word document to Image format in JavaScript code. Save a Word document as Image using JavaScript....) for ( var page = 0 ; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.jpg`);...

    products.aspose.com/words/nodejs-net/conversion...