Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 1,323 for

page number

(0.04 sec)
  1. Add Tables to PDF via Cloud Python SDK

    Insert tables into PDFs using Python with Aspose.PDF Cloud SDK. Add structured data dynamically....Append table to the PDF document page Add Tables to PDF using Python...E = "output_sample.pdf" PAGE_NUMBER = 2 class PdfTables : """...

    products.aspose.cloud/pdf/python/table/add/
  2. Replace Links in PDF via Cloud Python SDK

    Replace hyperlinks in PDF files with new URLs using Python and Aspose.PDF Cloud SDK....cloud/pdf/" PAGE_NUMBER = 2 LINK_FIND_ID = "GI5UO32UN5KVESKBMN2G"...response = self . pdf_api . get_page_link_annotations ( Config ....

    products.aspose.cloud/pdf/python/links/replace/
  3. Add Bookmarks via Cloud Node.js SDK

    Add bookmarks to PDFs using Aspose.PDF Cloud SDK for Node.js. Enable navigation and structure in documents.... NEW_BOOKMARK_PAGE_NUMBER : 2 , }; const pdfApi = new...configParams . NEW_BOOKMARK_PAGE_NUMBER ; const response = await...

    products.aspose.cloud/pdf/nodejs/bookmarks/add/
  4. 通过云 Python SDK 添加链接到 PDF

    使用 Aspose.PDF Cloud SDK 通过 Python 向 PDF 添加超链接。使文档具有交互性和连通性。...cloud/pdf/" PAGE_NUMBER = 2 LINK_RECT = Rectangle...hyperlink annotation to a specific page in the PDF document.""" if self...

    products.aspose.cloud/pdf/zh/python/links/add/
  5. Create, Edit and Convert PDF files in iOS appli...

    You can Create, Edit and Convert PDF in iOS applications. Manipulate PDF file elements like text, annotations, watermarks, signatures, bookmarks etc....Folders from Exchange Server with Paging Support using Aspose.Email...from the Exchange Server with paging support. Learn more. From The...

    blog.aspose.cloud/total/spotlight-on-aspose.wor...
  6. Add Text Annotation or File Annotations to PDF ...

    Java REST API to Add Text Annotations to PDF. Add Polyline or Squiggly Annotations in Java. Add file attachment to PDF document using Java REST API....pdf/pages/1/annotations/text" \ -H "accept:...polylines on a page. They can contain any number of sides defined...

    blog.aspose.cloud/pdf/add-text-polyline-squiggl...
  7. 通过云端 Python SDK 向 PDF 添加书签

    使用 Aspose.PDF Cloud SDK 在 Python 中向 PDF 文件添加书签。改善文档导航和结构。... NEW_BOOKMARK_PAGE_NUMBER = 3 BOOKMARK_PAGE_POSITION_X = 89...89 BOOKMARK_PAGE_POSITION_Y = 564 class PdfBookmarks : """Class...

    products.aspose.cloud/pdf/zh/python/bookmarks/add/
  8. Add Bookmarks to PDF via Cloud PHP SDK

    Add bookmarks to PDF files in PHP using Aspose.PDF Cloud SDK. Improve document navigation for end users....configParams [ 'NEW_BOOKMARK_PAGE_NUMBER' ] )); $response = $this...Delete all stamps & tables from a page or entire PDF document. Delete...

    products.aspose.cloud/pdf/php/bookmarks/add/
  9. Parse Pdf for extraction Images via Cloud Java SDK

    Parse PDF files for extraction Images using Aspose.PDF Cloud SDK for Java. Enhance discoverability and indexing....pdf" ; Integer PAGE_NUMBER = 1 ; try { PdfApi pdfApi...getImages ( PDF_DOCUMENT , PAGE_NUMBER , null , REMOTE_FOLDER );...

    products.aspose.cloud/pdf/java/parser/images/
  10. Delete Tables from PDF via Cloud Python SDK

    Delete tables from PDF documents in Python using Aspose.PDF Cloud SDK....pdf" PAGE_NUMBER = 1 TABLE_ID = "GE5TCOZSGAYCYNRQGUWD"...' { table . id } ', page: ' { table . page_num } ', rows: ' {...

    products.aspose.cloud/pdf/python/table/delete/