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

colorization

(0.32 sec)
  1. เปรียบเทียบงานนำเสนอ PowerPoint โดยใช้ REST API...

    สร้างรหัส QR โดยทางโปรแกรมเพื่อลงนาม PDF โดยใช้ REST API ใน PHP บนคลาวด์ด้วย GroupDocs.Signature Cloud SDK สำหรับ PHP...// สี $color = new GroupDocs\Signature\Model\สี(); $color->setWeb("Black");...แดนLine(); $border->setสี($color); $border->setVisible(true);...

    blog.groupdocs.cloud/th/signature/generate-qr-c...
  2. Porovnejte PowerPointové prezentace pomocí REST...

    Programově generujte QR kód pro podepisování PDF pomocí REST API v PHP v cloudu s GroupDocs.Signature Cloud SDK pro PHP....Barva $color = new GroupDocs\Signature\Model\Barva(); $color->setWeb("Black");...Line(); $border->setBarva($color); $border->setVisible(true);...

    blog.groupdocs.cloud/cs/signature/generate-qr-c...
  3. Tambahkan Tanda Air ke PNG di Java

    GroupDocs.Watermark menyediakan Cloud SDK dan REST API yang ringan dan tangguh bagi pengembang Java untuk menambahkan tanda air ke gambar PNG secara terprogram.... Color color = new Color(); color.setName("White");...textWatermarkOptions.setForegroundColor(color); // Tentukan detail watermark...

    blog.groupdocs.cloud/id/watermark/add-watermark...
  4. 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....the annotation’s background color Box Gets or sets the box where...sets the annotation’s font color FontFamily Gets or sets the...

    docs.groupdocs.cloud/annotation/annotationinfo/
  5. Сравните презентации PowerPoint с использование...

    Программно создавайте QR-код для подписи PDF с помощью REST API в PHP в облаке с помощью GroupDocs.Signature Cloud SDK для PHP....Цвет $color = new GroupDocs\Signature\Model\Цвет(); $color->setWeb("Black");...аLine(); $border->setЦвет($color); $border->setVisible(true);...

    blog.groupdocs.cloud/ru/signature/generate-qr-c...
  6. قارن عروض PowerPoint التقديمية باستخدام REST AP...

    أنشئ رمز QR برمجيًا لتوقيع ملف PDF باستخدام REST API في PHP على السحابة باستخدام GroupDocs.Signature Cloud SDK لـ PHP....لون $color = new GroupDocs\Signature\Model\لون(); $color->setWeb("Black");...ودLine(); $border->setلون($color); $border->setVisible(true);...

    blog.groupdocs.cloud/ar/signature/generate-qr-c...
  7. Working with Tables | Documentation

    How-to apply table generation techniques with GroupDocs Assembly Cloud API, using data bands and conditional expressions....Price)]>> Setting Cell’s Background Color The following example shows...In-Table List with a background color: Customer Order Price <<var...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  8. اضافه کردن واترمارک به تصاویر با استفاده از جاو...

    با استفاده از یک REST API در فضای ابری با Watermarking Cloud SDK برای جاوا، متن یا واترمارک تصویر را به صورت برنامه‌نویسی به تصاویر JPEG اضافه کنید....رنگ متن واترمارک Color color = new Color(); color.setName("White");...textWatermarkOptions.setForegroundColor(color); // تعریف جزئیات واترمارک WatermarkDetails...

    blog.groupdocs.cloud/fa/watermark/add-watermark...
  9. Add Watermark | Documentation

    This example demonstrates how to convert word processing document into pdf document with adding watermark. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body...."Text": "Sample watermark", "Color": "Red", "Width": 100, "Height":..."Text": "Sample watermark", "Color": "Red", "Width": 100, "Height":...

    docs.groupdocs.cloud/conversion/add-watermark/
  10. 使用 Java 为图像添加水印 |文本或图像水印

    使用 Watermarking Cloud SDK for Java 在云上使用 REST API 以编程方式将文本或图像水印添加到 JPEG 图像。...; // 设置水印文字颜色 Color color = new Color(); color.setName("White");...textWatermarkOptions.setForegroundColor(color); // 定义水印细节 WatermarkDetails...

    blog.groupdocs.cloud/zh/watermark/add-watermark...