Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 186,751 for

page

(0.41 sec)
  1. PDF 多媒体注释|Aspose.PDF for Java

    Aspose.PDF for Java 允许您在 PDF 文档中添加、获取和删除多媒体注释。...Contents [ Hide ] PDF 文档中的注释包含在 Page 对象的 Annotations 集合中。此集合仅包含该页面的所有注释:每个页面都有其自己的..._dataDir + "sample.pdf" ); Page page = document . getPages ()....

    docs.aspose.com/pdf/zh/java/multimedia-annotation/
  2. 使用图层|Documentation

    本节介绍如何使用 Aspose.Diagram 在 visio 形状中添加或获取图层信息。...); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-1" ); // Iterate through the shapes foreach ( Aspose...

    docs.aspose.com/diagram/zh/net/working-with-lay...
  3. Aspose::Words::Document::ExtractPages method | ...

    Aspose::Words::Document::ExtractPages method. Returns the Document object representing specified range of Pages in C++....representing specified range of pages. System :: SharedPtr < Aspose...the first page to extract. count int32_t Number of pages to be extracted...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Rendering in Java|Aspose.Words for Java

    Use Aspose.Words for Java rendering feature to format a flow-layout document into Pages and convert such a document or selected Pages to another document (PDF, HTML, XPS, etc.) or image (TIFF, PNG, SVG, etc.) formats for viewing, further conversions, or printing....paginated or has the concept of pages. We are talking about the rendering...rendering of a document into pages. The following diagram shows...

    docs.aspose.com/words/java/rendering/
  5. Add Curve Object to PDF file|Aspose.PDF for Java

    This article explains how to create a curve object to your PDF using Aspose.PDF for Java....to paragraphs collection of page. Save your PDF file public static...// Add page to pages collection of PDF file Page page = pdfDocument...

    docs.aspose.com/pdf/java/add-curve/
  6. Annotations and Special Text using Python|Aspos...

    This section contains articles on annotation and special Text extraction from PDF documents using Aspose.PDF in Python....a StampAnnotation) on a PDF page. Open the document. Access the...the stamp annotation from the page’s annotations collection. Get...

    docs.aspose.com/pdf/python-net/annotation-and-s...
  7. How to Set Print Titles|Documentation

    This article provides code demonstrating how to set print titles using the Aspose.Cells library....are repeated on every printed page, which is especially useful...spreadsheets that span multiple pages. Here are some reasons why you...

    docs.aspose.com/cells/net/how-to-set-print-titles/
  8. Resize PDF using PHP | Aspose.PDF

    Resize PDF documents programmatically with PHP sample code using Aspose.PDF for PHP via Java....Resize PDF Pages with PHP In order to resize PDF file, we’ll...more details check the GitHub page. How to Resize PDF documents...

    products.aspose.com/pdf/php-java/resize/
  9. Document.update_page_layout method | Aspose.Wor...

    Document.update_Page_layout method. Rebuilds the Page layout of the document....update_page_layout method update_page_layout() Rebuilds the page...page layout of the document. def update_page_layout ( self ):...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Create, Insert fields|Documentation

    How to create, insert fields using C# Diagram API ....Visio page Aspose . Diagram . Page page = diagram . Pages . GetPage...GetPage ( "Page-1" ); //Get Visio Shape Shape shape = page . Shapes...

    docs.aspose.com/diagram/net/create-insert-fields/