Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 440 for

point

(0.04 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....{ AnnotationPosition = new Point { X = 1 , Y = 1 }, Box = new...new AnnotationInfo (); Point pt = new Point (); pt . setX ( 1 ....

    docs.groupdocs.cloud/annotation/add-direct/
  2. Distance Annotation | Documentation

    Distance annotation measures a distance between objects in a 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 (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....{ AnnotationPosition = new Point { X = 1 , Y = 1 }, Box = new...new AnnotationInfo (); Point pt = new Point (); pt . setX ( 1 ....

    docs.groupdocs.cloud/annotation/distance-annota...
  3. Area Annotation | Documentation

    Area annotation allows to mark up an area within the document page with a rectangle. 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....{ AnnotationPosition = new Point { X = 1 , Y = 1 }, Box = new...new AnnotationInfo (); Point pt = new Point (); pt . setX ( 1 ....

    docs.groupdocs.cloud/annotation/area-annotation/
  4. 在 PHP 中使用 REST API 注释 PDF 文档 | PDF 注释 API

    使用 Document Annotation Cloud SDK for PHP 在 PHP 中使用云上的 REST API 以编程方式注释 PDF 文档。使用 PHP 添加多个注释。...GroupDocs\Annotation\Model\Point(); $pt->setX(1); $pt->setY(1);...GroupDocs\Annotation\Model\Point(); $pt1->setX(1); $pt1->setY(1);...

    blog.groupdocs.cloud/zh/annotation/annotate-pdf...
  5. Arrow Annotation | Documentation

    Arrow annotation draws an arrow on the 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 (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....{ AnnotationPosition = new Point { X = 1 , Y = 1 }, Box = new...new AnnotationInfo (); Point pt = new Point (); pt . setX ( 1 ....

    docs.groupdocs.cloud/annotation/arrow-annotation/
  6. 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....{ AnnotationPosition = new Point { X = 1 , Y = 1 }, Box = new...new AnnotationInfo (); Point pt = new Point (); pt . setX ( 1 ....

    docs.groupdocs.cloud/annotation/text-field-anno...
  7. 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....{ AnnotationPosition = new Point { X = 1 , Y = 1 }, Box = new...new AnnotationInfo (); Point pt = new Point (); pt . setX ( 1 ....

    docs.groupdocs.cloud/annotation/ellipse-annotat...
  8. Watermark Annotation | Documentation

    Watermark annotation adds text watermark 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....{ AnnotationPosition = new Point { X = 1 , Y = 1 }, Box = new...new AnnotationInfo (); Point pt = new Point (); pt . setX ( 1 ....

    docs.groupdocs.cloud/annotation/watermark-annot...
  9. Working with Annotations | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Annotation Cloud V1 GroupDocs.Annotation Cloud API provides annotation data from supported file formats as AnnotationInfo Object. Object fields AnnotationInfo object fields Field Name Type Description guid string The unique identifier of annotation. documentGuid long The unique identifier of document. text string The text of the annotation. creatorGuid string The annotation creator unique identifier. creatorName string The annotation creator name....annotationPosition Point Coordinates of annotation point or row and column...annotaiton text font size. Point object fields Field Name Type...

    docs.groupdocs.cloud/annotation/working-with-an...
  10. Adding annotations | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Multiple Annotation Point Annotation Polyline Annotation...

    docs.groupdocs.cloud/annotation/add-annotation/