Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 187,792 for

page

(0.29 sec)
  1. Add Figures Annotations using C++|Aspose.PDF fo...

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for C++...rectangle or an ellipse on the page. When opened, they shall display...and Circle Annotations to the page. The following code snippet...

    docs.aspose.com/pdf/cpp/figures-annotation/
  2. Convert Text to PDF|Aspose.PDF for Android via ...

    Aspose.PDF for Android via Java allows you to convert plain text file to PDF or to convert pre-formatted text file to PDF....object and add a new page in the Pages collection. Create a new...Add a new page in Pages collection of Document Page page = document...

    docs.aspose.com/pdf/androidjava/convert-text-to...
  3. About footer addition on aspose word template i...

    Hi Team, Is there any way to add footer on cover Page(First Page) and it’s reflects on second Page onwards in aspose word templates reports? For reference adding cover template. coverTemplate.docx (28.8 KB)...cover page(First page) and it’s reflects on second page onwards...You can use standard MS Word PAGE field to achieve this. rose...

    forum.aspose.com/t/about-footer-addition-on-asp...
  4. 设置方向并控制隐藏 Visio 保存页面的导出|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.... Page 类公开的 PageSheet 属性也公开打印属性。打印属性的..."Drawing1.vsdx" ); // get Visio page Page page = diagram . getPages ()...

    docs.aspose.com/diagram/zh/java/set-orientation...
  5. Add Text to PDF file|Aspose.PDF for Java

    Discover how to insert text into an existing PDF document in Java with Aspose.PDF for text insertion and modification.... Get the particular page to which you want to add the...created from that particular page – to which you want to add the...

    docs.aspose.com/pdf/java/add-text-to-pdf-file/
  6. Add Pages to PDF using php-java | Aspose.PDF

    Add PDF Pages to your document programmatically with PHP sample code using Aspose.PDF for PHP via Java...How to Add pages to PDF using PHP In order to add page in PDF file...details check the GitHub page. Insert Page to PDF using PHP To try...

    products.aspose.com/pdf/php-java/pages/add/
  7. 使用 FloatingBox 进行文本生成|Aspose.PDF for .NET

    本页面解释如何在浮动框内格式化文本。...Document ()) { var page = document . Pages . Add (); // Create..."text example" )); // Add box page . Paragraphs . Add ( box );...

    docs.aspose.com/pdf/zh/net/floating-box/
  8. PageRange constructor | Aspose.Words for Python

    PageRange constructor. Creates a new Page range object....PageRange(from_address, to) Creates a new page range object. def __init__ (...starting page zero-based index. to int The ending page zero-based...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PageBorderDistanceFrom | Aspose.Words for Java

    Specifies the positioning of the Page border relative to the Page margin in Java....positioning of the page border relative to the page margin. Examples:...border at the top of the first page. Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  10. Add background to PDF with C++|Aspose.PDF for C++

    Learn how to add customizable backgrounds to PDF documents with Aspose.PDF for C++. Follow this step-by-step guide....document is a collection of pages and each page contains a collection...add a background image to a page object. The following code snippet...

    docs.aspose.com/pdf/cpp/add-backgrounds/