Sort Score
Result 10 results
Languages All
Labels All
Results 2,451 - 2,460 of 187,811 for

page

(0.8 sec)
  1. Working with Annotations|Aspose.PDF for .NET

    Learn how to work with annotations in PDF files using Aspose.PDF in .NET, including adding comments, highlights, and other annotations....Hide ] The content inside a PDF page is difficult to edit, but the...be added to PDF pages without changing the page content. These...

    docs.aspose.com/pdf/net/annotations/
  2. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    Aspose.PDF for C++ library allows you get? update in a PDF file with our ....PDF file, and how to get which page a particular bookmark is on...()); } } Getting a Bookmark’s Page Number Once you have added a...

    docs.aspose.com/pdf/cpp/get-update-and-expand-b...
  3. 创建复杂的PDF|Aspose.PDF for .NET

    Aspose.PDF for NET 允许您创建包含图像、文本片段和表格的更复杂的文档。... 向文档对象添加一个 Page 。现在我们的文档将有一页。 向页面添加一个 Image...Document ()) { // Add page var page = document . Pages . Add (); // Add...

    docs.aspose.com/pdf/zh/net/complex-pdf-example/
  4. Section.page_setup property | Aspose.Words for ...

    Section.Page_setup property. Returns an object that represents Page setup and section properties....page_setup property Section.page_setup property Returns an object...represents page setup and section properties. @property def page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    This article describes how to use bookmarks in a PDF file. With our Java library, you can get bookmarks from the PDF file, get a bookmarks Page number, update bookmarks in a PDF Document, and expand bookmarks when viewing a document....PDF file, and how to get which page a particular bookmark is on...()); } } Getting a Bookmark’s Page Number Once you have added a...

    docs.aspose.com/pdf/java/get-update-and-expand-...
  6. Developer Guide in C#|Aspose.Words for .NET

    This Developer Guide describes practical scenarios and tips to help you use specific Aspose.Words for .NET features, achieve a certain document appearance, or make a use case possible.... What is this page about? This page describes the developer...from a document in flow-layout page format. Mail Merge and Reporting...

    docs.aspose.com/words/net/developer-guide/
  7. ConvertUtil.point_to_pixel method | Aspose.Word...

    aspose.words.ConvertUtil.point_to_pixel method...Examples Shows how to specify page properties in pixels. doc =...section's "Page Setup" defines the size of the page margins in...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentBuilder.insert_break method | Aspose.Wo...

    DocumentBuilder.insert_break method. Inserts a break of the specified type into the document....method to insert paragraph, page, column, section or line break...and odd pages. builder . page_setup . different_first_page_header_footer...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ShapeBase.WrapType | Aspose.Words for .NET

    Discover the ShapeBase WrapType property, control inline or floating shapes and customize text wrapping for enhanced layout flexibility....floating image to the center of a page. Document doc = new Document...overlapping text and align it to the page's center. Shape shape = builder...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Adding JavaScript in PHP|Aspose.PDF for Java

    Learn how to add JavaScript to PDF files using PHP and Aspose.PDF to enhance document interactivity....$javaScript ); # Adding JavaScript at Page Level $doc -> getPages () ->...JavascriptAction ( "app.alert('page 2 is opened')" )); $doc -> getPages...

    docs.aspose.com/pdf/java/adding-javascript-in-php/