Sort Score
Result 10 results
Languages All
Labels All
Results 3,091 - 3,100 of 188,108 for

page

(0.81 sec)
  1. Adding JavaScript in Ruby|Aspose.PDF for Java

    Enable JavaScript functionality in PDFs using Aspose.PDF in Ruby for interactivity and automation....javaScript ) # Adding JavaScript at Page Level doc . getPages (). get_Item...JavascriptAction ' ). new ( "app.alert('page 2 is opened')" )) doc . getPages...

    docs.aspose.com/pdf/java/adding-javascript-in-r...
  2. Work with Columns and Rows|Aspose.Words for Nod...

    Working with parts of a table – rows, columns, and cells using Node.js. Specify Header Row Node.js....Row only on the first page or on each page if the table is split...repeat the Header Row on every page using the HeadingFormat property...

    docs.aspose.com/words/nodejs-net/working-with-c...
  3. Frameset.frame_default_url property | Aspose.Wo...

    Frameset.frame_default_url property. Gets or sets the web Page URL or document file name to display in this frame....property Gets or sets the web page URL or document file name to...Shows how to access frames on-page. # Document contains several...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 在 PostScript 中使用页面 | .NET

    Aspose.Page API 解决方案解答了如何将页面添加到 PS 文件的问题。了解如何在 .NET 中使用该功能...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/zh/net/ps/working-with-pages/
  5. PageSetup.border_applies_to property | Aspose.W...

    PageSetup.border_applies_to property. Specifies which Pages the Page border is printed on....property Specifies which pages the page border is printed on. @property...of the first page. doc = aw . Document () page_setup = doc ....

    reference.aspose.com/words/python-net/aspose.wo...
  6. 旋转 Visio 形状文字|Documentation

    如何使用 .NET Diagram API 在 visio 中旋转形状的文本。...); // Get page by name Page page = diagram . Pages . GetPage...Aspose . Diagram . Shape shape in page . Shapes ) { if ( shape . NameU...

    docs.aspose.com/diagram/zh/net/rotate-visio-sha...
  7. Make Booklet of PDF|Aspose.PDF for .NET

    This section explains how to make booklet of PDF with Aspose.PDF Facades using PdfFileEditor class....GetDataDir_AsposePdfFacades_Pages (); // Create PdfFileEditor...} Make Booklet of PDF Using Page Size and File Paths MakeBooklet...

    docs.aspose.com/pdf/net/make-booklet-of-pdf/
  8. Remove Shape Protection|Documentation

    This section explains how to remove shape protection....); // Get page by name Page page = diagram . Pages . GetPage...Get shape by ID Shape shape = page . Shapes . GetShape ( 1 ); //...

    docs.aspose.com/diagram/net/remove-shape-protec...
  9. Working with Document in PostScript | C++

    Adding Pages to an PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in C++....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/cpp/ps/working-with-document/
  10. How can i extract the Table with a special tags...

    So i am trying to extract a table out of my single Paged OCR PDF which has a Table and some other paragraphs with Aspose OCR and Aspose PDF Below is one code sample [HttpPost("read-pdf-aspose")] public async Ta…...extract a table out of my single paged OCR PDF which has a Table and...StringBuilder(); // Process each page for (int pageIndex = 1; pageIndex...

    forum.aspose.com/t/how-can-i-extract-the-table-...