Sort Score
Result 10 results
Languages All
Labels All
Results 4,211 - 4,220 of 185,611 for

page

(0.46 sec)
  1. Create User-defined Cell in the ShapeSheet in P...

    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....vsd" ); $pages = $diagram -> getPages (); $i...)( string ) $pages -> getCount ()) { $page = $pages -> get ( $i...

    docs.aspose.com/diagram/java/create-user-define...
  2. Create Bookmarks|Aspose.PDF for .NET

    This section explains how to create bookmarks to your PDF file with Aspose.PDF Facades using PdfBookmarEditor Class....All Pages In order to create bookmarks of all the pages, you...create bookmarks of all the pages of a PDF file. First, you need...

    docs.aspose.com/pdf/net/create-bookmarks/
  3. Split VSD Files via Python | products.aspose.com

    Python source code to Split vsd file within any Python based application....each page Create a new Diagram class object Copy the page via...diagram = Diagram( "file.vsd" ); page = diagram.getPages(). get (...

    products.aspose.com/diagram/python-net/splitter...
  4. Split VDW Files via Python | products.aspose.com

    Python source code to Split vdw file within any Python based application....each page Create a new Diagram class object Copy the page via...diagram = Diagram( "file.vdw" ); page = diagram.getPages(). get (...

    products.aspose.com/diagram/python-net/splitter...
  5. How to run Aspose.PDF for .NET 8 in Docker|Aspo...

    Integrate Aspose.PDF functionality into .NET 8 application using Docker Linux or Windows containers...Represents a controller for the home page and PDF generation in a Linux...Document ()) { // Add page var page = document . Pages . Add (); // Add...

    docs.aspose.com/pdf/net/docker/dotnet8/
  6. VbaModuleCollection indexer | Aspose.Words for ...

    VbaModuleCollection indexer. Retrieves a [VbaModule](../../vbamodule/) object by index....signed; Project code page: { vba_project . code_page } ; Modules count:...signed; Project code page: { vba_project . code_page } ; Modules count:...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Add Header and Footer to PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET allows you to add headers and footers to your PDF file using TextStamp class.... Get and Set Page Properties Crop PDF Pages programmatically...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/pdf/net/add-headers-and-footers...
  8. Insert Footer|Aspose.Words for Java

    Insert a footer into a document easily and fast instead of using docx4j....of the first page to be different from other pages. // You can...headers/footers for odd and even pages. pageSetup . setDifferentFirstPag...

    docs.aspose.com/words/java/insert-footer/
  9. 将弧形对象添加到PDF文件|Aspose.PDF for C++

    本文介绍如何使用Aspose.PDF for C++在PDF中创建弧形对象。...向PDF文件的页面集合中添加页面 auto page = document -> get_Pages () -> Add (); //...arc3 ); // 将Graph对象添加到页面的段落集合中 page -> get_Paragraphs () -> Add...

    docs.aspose.com/pdf/zh/cpp/add-arc/
  10. 从 PDF 文档中提取表格|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NET 可以对您的 PDF 文档中包含的表格进行各种操作。...input_file ) for page in pdf_document . pages : absorber = ap...TableAbsorber () absorber . visit ( page ) for table in absorber . table_list...

    docs.aspose.com/pdf/zh/python-net/extract-table...