Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 436 for

styling

(0.06 sec)
  1. Annota documenti PDF utilizzando l'API REST in ...

    Annota a livello di codice i documenti PDF utilizzando un'API REST sul cloud in PHP con Document Annotation Cloud SDK per PHP. Aggiungi più annotazioni utilizzando PHP....\Model\AnnotationInfo::PEN_STYLE_SOLID); $a->setPenWidth(1);...\Model\AnnotationInfo::PEN_STYLE_SOLID); $a1->setPenWidth(1);...

    blog.groupdocs.cloud/it/annotation/annotate-pdf...
  2. Image Annotation | Documentation

    Image annotation allows to add image within 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....odel\AnnotationInfo :: PEN_STYLE_SOLID ); $a -> setOpacity (...pen_color = 1201033 a1 . pen_style = "Solid" a1 . pen_width = 1...

    docs.groupdocs.cloud/annotation/image-annotation/
  3. 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....odel\AnnotationInfo :: PEN_STYLE_SOLID ); $a -> setPenWidth (...pen_color = 1201033 a1 . pen_style = "Solid" a1 . pen_width = 1...

    docs.groupdocs.cloud/annotation/arrow-annotation/
  4. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...introduction of Background Text Brush Styles, Stamp Brush Signature and...

    blog.groupdocs.cloud/groupdocs.cloud/page/44/
  5. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...using the exact formatting styles and layout as in the original...

    blog.groupdocs.cloud/groupdocs.cloud/page/51/
  6. February 2014 Newsletter

    Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter....Comparison for Cloud App Detect style changes. Accept and reject changes...

    blog.groupdocs.cloud/total/product-updates-tuto...
  7. How to Create an Electronic Signature in Word D...

    Discover the quick and easy way to digitally sign Word documents online with our FAQ guide. Learn step-by-step instructions for secure electronic signatures.... In this FAQ-style blog post, we will describe...

    blog.groupdocs.cloud/signature/digitally-sign-a...
  8. Python で REST API を使用して PDF ドキュメントに注釈を付ける |残りのAPI

    Document Annotation Cloud SDK for Python を使用して、Python のクラウド上で REST API を使用してプログラムで PDF ドキュメントに注釈を付けます。...pen_style = "Solid" a1.pen_width = 3 a1...pen_color = 1201033 a2.pen_style = "Solid" a2.pen_width = 3 a2...

    blog.groupdocs.cloud/ja/annotation/annotate-pdf...
  9. 在 PHP 中使用 REST API 註釋 PDF 文檔 | PDF 註釋 API

    使用 Document Annotation Cloud SDK for PHP 在 PHP 中使用雲上的 REST API 以編程方式註釋 PDF 文檔。使用 PHP 添加多個註釋。...\Model\AnnotationInfo::PEN_STYLE_SOLID); $a->setPenWidth(1);...\Model\AnnotationInfo::PEN_STYLE_SOLID); $a1->setPenWidth(1);...

    blog.groupdocs.cloud/zh-hant/annotation/annotat...
  10. AnnotationInfo | Documentation

    AnnotationInfo data structure describes annotation properties. AnnotationInfo example { "Id": 0, "Type": "string", "Text": "string", "TextToReplace": "string", "CreatorId": 0, "CreatorName": "string", "CreatorEmail": "string", "Box": { "X": 0, "Y": 0, "Width": 0, "Height": 0 }, "Points": [ { "X": 0, "Y": 0 } ], "PageNumber": 0, "AnnotationPosition": { "X": 0, "Y": 0 }, "SvgPath": "string", "Replies": [ { "Id": 0, "UserId": 0, "UserName": "string", "UserEmail": "string", "Comment": "string", "RepliedOn": "2020-10-08T08:26:41.865Z", "ParentReplyId": 0 } ], "CreatedOn": "2020-10-08T08:26:41....or sets the annotation’s pen style PenWidth Gets or sets the annotation’s...

    docs.groupdocs.cloud/annotation/annotationinfo/