Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 949 for

colorization

(0.02 sec)
  1. Chỉnh sửa Tài liệu Word bằng API REST trong Pyt...

    Lập trình chỉnh sửa tài liệu Word (DOC hoặc DOCX) bằng cách sử dụng API REST trên đám mây bằng Python với SDK đám mây của Trình chỉnh sửa tài liệu dành cho Python....style="width: 100%;background-color: #dddddd;"> <caption style=...style="width: 100%;background-color: #dddddd;"> <caption style=...

    blog.groupdocs.cloud/vi/editor/edit-word-docume...
  2. Convierta documentos de Word a PDF usando Node....

    Convierta mediante programación documentos de Word a PDF usando una API REST en Node.js. Node.js SDK permite convertir archivos DOC y DOCX a archivos PDF en la nube....Establecer texto de marca de agua, color, ancho, alto, etc. Defina PdfConvertOptions...watermark.fontSize = 54; watermark.color = "Gray"; watermark.background...

    blog.groupdocs.cloud/es/conversion/convert-word...
  3. ویرایش اسناد Word با استفاده از REST API در پای...

    اسناد Word (DOC یا DOCX) را با استفاده از یک REST API روی ابر در پایتون با ویرایشگر سند Cloud SDK برای پایتون به صورت برنامه‌ریزی ویرایش کنید....style="width: 100%;background-color: #dddddd;"> <caption style=...style="width: 100%;background-color: #dddddd;"> <caption style=...

    blog.groupdocs.cloud/fa/editor/edit-word-docume...
  4. Porovnejte soubory PDF pomocí REST API v Node.j...

    Programově přidávejte textový nebo obrázkový vodoznak do dokumentů aplikace Word pomocí REST API v cloudu v C# s GroupDocs.Watermark Cloud SDK pro .NET...."Center", ForegroundColor = new Color() { Name = "Red" } }, // nastavit...

    blog.groupdocs.cloud/cs/watermark/add-watermark...
  5. पायथन में REST API का उपयोग करके Word दस्तावेज़...

    पायथन के लिए दस्तावेज़ संपादक क्लाउड एसडीके के साथ पायथन में क्लाउड पर एक REST API का उपयोग करके वर्ड दस्तावेज़ों (DOC या DOCX) को प्रोग्रामेटिक रूप से संपादित करें।...style="width: 100%;background-color: #dddddd;"> <caption style=...style="width: 100%;background-color: #dddddd;"> <caption style=...

    blog.groupdocs.cloud/hi/editor/edit-word-docume...
  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.... font_color = 1201033 a1 . font_size = 12...page_number = 0 $a1 . font_color = 1201033 $a1 . font_size =...

    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.... pen_color = 1201033 a1 . pen_style = "Solid"... page_number = 0 $a1 . pen_color = 1201033 $a1 . pen_style =...

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

    Text Underline annotation marks text with a underline styling 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.... font_color = 1201033 a1 . opacity = 0.7...page_number = 0 $a1 . font_color = 1201033 $a1 . font_size =...

    docs.groupdocs.cloud/annotation/text-underline-...
  9. Text Highlight Annotation | Documentation

    Text Highlight annotation highlights and comments selected text 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.... background_color = 65535 a1 . type = "TextHighlight"...page_number = 0 $a1 . background_color = 65535 $a1 . type = "TextHighlight"...

    docs.groupdocs.cloud/annotation/text-highlight-...
  10. 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.... pen_color = 1201033 a1 . pen_style = "Solid"... page_number = 0 $a1 . pen_color = 1201033 $a1 . pen_style =...

    docs.groupdocs.cloud/annotation/area-annotation/