Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 1,482 for

page number

(0.09 sec)
  1. Add Highlight Text Annotations to PDFs via Clou...

    Insert Highlight Text Annotations to PDF documents using Aspose.PDF Cloud Java SDK....annotation to the specified page using the Aspose Cloud API....t_output.pdf" ; Integer PAGE_NUMBER = 1 ; String NEW_HL_ANNOTATION_TEXT...

    products.aspose.cloud/pdf/java/annotations/high...
  2. Python: Add Text to PDF Footer | Add Image to P...

    Discover the easiest way to add an image and text to PDF footer section with Python. Customize your PDFs with the perfect footer....disclaimer at the bottom of each page of a document. In other cases...there may be a need to add page numbers or other metadata to help...

    blog.aspose.cloud/pdf/add-text-and-image-footer...
  3. 通过云 Python SDK 获取页面注释

    使用 Aspose.PDF Cloud SDK for Python 从 PDF 获取页面注释。..."""Get annotations from the page in the PDF document.""" if self...AnnotationsInfoRespo = self . pdfApi . get_page_annotations ( Config . PDF_DOCUMENT_NAME...

    products.aspose.cloud/pdf/zh/python/annotations...
  4. Add Underline Annotations to PDFs via Cloud Jav...

    Insert underline text annotations to PDF documents using Aspose.PDF Cloud Java SDK.... Applies it to a specific page. Handles the server response...e_output.pdf" ; Integer PAGE_NUMBER = 1 ; String NEW_UL_ANNOTATION_TEXT...

    products.aspose.cloud/pdf/java/annotations/unde...
  5. 通过云端 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/
  6. Aspose.Cells Cloud Web API – Convert Worksheet ...

    Learn how to convert an Excel worksheet to HTML using Aspose.Cells Cloud API – zero‑upload, custom fonts, region support, and error handling....identifier that influences number/date formatting (e.g., en-US...creation of web‑ready invoice pages from a predefined worksheet...

    docs.aspose.cloud/cells/convert-worksheet-to-html/
  7. 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...
  8. 通过云端 Python SDK 移动 PDF 页

    使用 Python 和 Aspose.PDF Cloud SDK 移动或重新排序 PDF 文件中的页面。...PDF Python Pages 通过云端 Python SDK 移动 PDF 页 PNG...E = "output_sample.pdf" PAGE_NUMBER = 2 class PdfPages : """...

    products.aspose.cloud/pdf/zh/python/pages/move/
  9. 通过云 Python SDK 向 PDF 添加文本印章

    使用 Aspose.PDF Cloud SDK 在 Python 中向 PDF 文件添加基于文本的印章。自动化文档标记。...pdf" PAGE_NUMBER = 2 STAMP_TEXT = "NEW TEXT...""" Class for managing PDF pages using Aspose PDF Cloud API....

    products.aspose.cloud/pdf/zh/python/stamp/text/
  10. 通过云端 Python SDK 从 PDF 中删除页面

    使用 Aspose.PDF Cloud SDK 在 Python 中从 PDF 中删除页面。自动化文档清理。...PDF Python Pages 通过云端 Python SDK 从 PDF 中删除页面...E = "output_sample.pdf" PAGE_NUMBER = 2 class PdfPages : """...

    products.aspose.cloud/pdf/zh/python/pages/delete/