Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 627 for

positioning

(0.09 sec)
  1. Add annotation with downloading output document...

    AnnotateDirect method allows to add annotations to the document and returns output document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation and get the result immediately HTTP PUT ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard.... annotation_position = groupdocs_annotation_cloud...annotation_position . x = 1 a1 . annotation_position . y = 1 a1...

    docs.groupdocs.cloud/annotation/add-direct/
  2. Estrai dati da PDF utilizzando un'API REST in N...

    Estrai in modo programmatico i dati da PDF utilizzando l'API REST in Node.js con Document Parser Cloud SDK. Questo articolo riguarda l'estrazione automatizzata dei dati da PDF...."DetectorParameters": { "Rectangle": { "Position": { "X": 77.0, "Y": 279.0...60; size.width = 480; let position = new groupdocs_parser_cloud...

    blog.groupdocs.cloud/it/parser/extract-data-fro...
  3. Add Watermark to PNG in Java

    GroupDocs.Watermark provides lightweight and robust Cloud SDKs and REST APIs for Java developers to programmatically add watermark to PNG images....object of the Position class and set watermark position. Create a...

    blog.groupdocs.cloud/watermark/add-watermark-to...
  4. แยกข้อมูลจาก PDF โดยใช้ REST API ใน Node.js

    แยกข้อมูลจาก PDF โดยทางโปรแกรมโดยใช้ REST API ใน Node.js ด้วย Document Parser Cloud SDK บทความนี้เกี่ยวกับการดึงข้อมูลอัตโนมัติจาก PDF..."DetectorParameters": { "Rectangle": { "Position": { "X": 77.0, "Y": 279.0...60; size.width = 480; let position = new groupdocs_parser_cloud...

    blog.groupdocs.cloud/th/parser/extract-data-fro...
  5. Ekstrak Data dari PDF menggunakan REST API di N...

    Ekstrak data secara terprogram dari PDF menggunakan REST API di Node.js dengan Document Parser Cloud SDK. Artikel ini adalah tentang ekstraksi data otomatis dari PDF...."DetectorParameters": { "Rectangle": { "Position": { "X": 77.0, "Y": 279.0...60; size.width = 480; let position = new groupdocs_parser_cloud...

    blog.groupdocs.cloud/id/parser/extract-data-fro...
  6. Node.js'de bir REST API kullanarak PDF'den Veri...

    Document Parser Cloud SDK ile Node.js'de REST API kullanarak PDF'den programlı olarak veri ayıklayın. Bu makale, PDF'den otomatik veri çıkarma hakkındadır...."DetectorParameters": { "Rectangle": { "Position": { "X": 77.0, "Y": 279.0...60; size.width = 480; let position = new groupdocs_parser_cloud...

    blog.groupdocs.cloud/tr/parser/extract-data-fro...
  7. How to Move, Reorder, and Rearrange Pages in Wo...

    Rearranging pages is a great solution to optimize document design without removing anything. Let's learn how to reorder & rearrange pages in word using Ruby...by moving any page to a new position in word document programmatically...API in Ruby # Exchange the position of two word pages within word...

    blog.groupdocs.cloud/merger/how-to-move-reorder...
  8. Text field Annotation | Documentation

    Text field annotation adds rectangle with a text inside API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard.... annotation_position = groupdocs_annotation_cloud...annotation_position . x = 1 a1 . annotation_position . y = 1 a1...

    docs.groupdocs.cloud/annotation/text-field-anno...
  9. Ellipse Annotation | Documentation

    Ellipse annotation draws elliptic annotation in a document page API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard.... annotation_position = groupdocs_annotation_cloud...annotation_position . x = 1 a1 . annotation_position . y = 1 a1...

    docs.groupdocs.cloud/annotation/ellipse-annotat...
  10. Move Pages | Documentation

    This REST API provides a move page feature that allows you to manipulate page ordering by moving any page(s) to a new position within a document. For moving page to a new position, it’s needed to specify current and new page numbers along with the path to document in storage. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while moving document pages....moving any page(s) to a new position within a document. For moving...moving page to a new position, it’s needed to specify current and...

    docs.groupdocs.cloud/merger/move-pages/