Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 1,465 for

page number

(0.06 sec)
  1. Aspose.Slides for Node.js: Quick Confirmation o...

    We have developed an app to allow you to upload a slide deck, convert it, and drive the deck online. Our initial engine converts only to static images, but we want to change that. We are very interested in using aspose.…...it stays on the slide slide number). Or an animation on the slide...js or by API Reference . next page →...

    forum.aspose.cloud/t/aspose-slides-for-node-js-...
  2. Aspose.PDF Cloud for Node.js via Java

    This API allows to manipulate PDF files in Node.js via Java using Cloud REST APIs. Allows to create, convert, edit, PDF documents and perform other operations on PDF files....js REST API Add Page Numbers in PDF using Node.js REST...

    kb.aspose.cloud/pdf/nodejs/
  3. Aspose.PDF Cloud for .NET

    This API allows to manipulate PDF files in .NET using Cloud REST APIs. Allows to create, convert, edit, PDF documents and perform other operations on PDF files....PDF using C# REST API Add Page Numbers in PDF using C# REST API...

    kb.aspose.cloud/pdf/net/
  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. 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/
  6. Add Strikeout Annotations to PDFs via Cloud Jav...

    Insert Strikeout text annotations to PDF documents using Aspose.PDF Cloud Java SDK.... Adds it to the desired page using Aspose.PDF Cloud API....t_output.pdf" ; Integer PAGE_NUMBER = 1 ; String NEW_SO_ANNOTATION_TEXT...

    products.aspose.cloud/pdf/java/annotations/stri...
  7. Aspose.PDF Cloud for Java

    This API allows to manipulate PDF files in Java using Cloud REST APIs. Allows to create, convert, edit, PDF documents and perform other operations on PDF files....using Java REST API Add Page Numbers in PDF using Java REST API...

    kb.aspose.cloud/pdf/java/
  8. 通过云端 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/
  9. Remove Links from PDF via Cloud Java SDK

    Delete hyperlinks from PDF Pages with Aspose.PDF Cloud SDK in Java....pdf" ; Integer PAGE_NUMBER = 2 ; try { PdfApi pdfApi...getPageLinkAnnotatio ( PDF_DOCUMENT , PAGE_NUMBER , null , REMOTE_FOLDER );...

    products.aspose.cloud/pdf/java/links/remove/
  10. Work with images in PDF via Cloud Java SDK

    Working with images in PDF files using Aspose.PDF Cloud SDK for Java. Enhance discoverability and indexing....jpg" ; Integer PAGE_NUMBER = 1 ; try { PdfApi pdfApi...postInsertImage ( PDF_DOCUMENT , PAGE_NUMBER , llx , lly , urx , ury ...

    products.aspose.cloud/pdf/java/images/