Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 428 for

styling

(0.21 sec)
  1. ใส่คำอธิบายประกอบเอกสาร PDF โดยใช้ REST API ใน ...

    เขียนคำอธิบายประกอบเอกสาร PDF โดยทางโปรแกรมโดยใช้ REST API บนคลาวด์ใน PHP ด้วย Document Annotation Cloud SDK สำหรับ PHP เพิ่มคำอธิบายประกอบหลายรายการโดยใช้ PHP...\Model\AnnotationInfo::PEN_STYLE_SOLID); $a->setPenWidth(1);...\Model\AnnotationInfo::PEN_STYLE_SOLID); $a1->setPenWidth(1);...

    blog.groupdocs.cloud/th/annotation/annotate-pdf...
  2. 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...
  3. Аннотировать PDF-документы с помощью REST API в...

    Программно добавляйте аннотации к PDF-документам с помощью REST API в облаке на PHP с помощью Document Annotation Cloud SDK для PHP. Добавьте несколько аннотаций с помощью PHP....\Model\AnnotationInfo::PEN_STYLE_SOLID); $a->setPenWidth(1);...\Model\AnnotationInfo::PEN_STYLE_SOLID); $a1->setPenWidth(1);...

    blog.groupdocs.cloud/ru/annotation/annotate-pdf...
  4. PHP'de REST API kullanarak PDF Belgelerine Açık...

    PHP için Document Annotation Cloud SDK ile PHP'de bulutta bir REST API kullanarak PDF belgelerine Programlı Olarak Açıklama Ekleyin. PHP kullanarak birden çok ek açıklama ekleyin....\Model\AnnotationInfo::PEN_STYLE_SOLID); $a->setPenWidth(1);...\Model\AnnotationInfo::PEN_STYLE_SOLID); $a1->setPenWidth(1);...

    blog.groupdocs.cloud/tr/annotation/annotate-pdf...
  5. Chú thích Tài liệu PDF bằng API REST trong PHP ...

    Chú thích theo chương trình tài liệu PDF bằng cách sử dụng API REST trên đám mây trong PHP với SDK đám mây chú thích tài liệu cho PHP. Thêm nhiều chú thích bằng PHP....\Model\AnnotationInfo::PEN_STYLE_SOLID); $a->setPenWidth(1);...\Model\AnnotationInfo::PEN_STYLE_SOLID); $a1->setPenWidth(1);...

    blog.groupdocs.cloud/vi/annotation/annotate-pdf...
  6. 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/46/
  7. Multiple Annotation | Documentation

    This REST API allows to add multiple annotations to 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 Linux/MacOS/Bash # First get JSON Web Token # Place your Client Id and Client Secret in the environment variables CLIENT_ID and CLIENT_SECRET....odel\AnnotationInfo :: PEN_STYLE_SOLID ); $a -> setPenWidth (...pen_color = 1201033 a1 . pen_style = "Solid" a1 . pen_width = 1...

    docs.groupdocs.cloud/annotation/multiple-annota...
  8. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....Style Style of a new text ReplaceTextOptions...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  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/