Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 456 for

styling

(0.04 sec)
  1. Tag Html - Free Support Forum - groupdocs.cloud

    Hi all, i’m using this: var responseId = await api.HtmlPostAsync(request); to translate a page Html, in my page there is the Tag , and the translater doesn’t read this element, so i need to change —> , the same is …...—> , the same is with → <p style="color: #ff0000 "> and in this...

    forum.groupdocs.cloud/t/tag-html/4207
  2. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...It’s based on XML and can be styled with CSS. Unlike raster graphics...

    blog.groupdocs.cloud/groupdocs.cloud/page/24/
  3. New SDK Versions Have Been Released for GroupDo...

    With these new Cloud SDKs, developers on different platforms can easily integrate GroupDocs’ document collaboration tools into their apps and sites....implemented a number of GUI style fixes. Please find more details...

    blog.groupdocs.cloud/total/groupdocs-customer-n...
  4. No ChatGPT | Rephrase Rewrite Paraphrase Text a...

    Forget OpenAI or ChatGPT. Easily rewrite, rephrase, and paraphrase documents online with .NET REST API. Better than Gemini, Microsoft Copilot, and Claude...", "Language": "en", "Style": "formal" }' Why use cURL?...

    blog.groupdocs.cloud/rewriter/paraphrase-docume...
  5. Python の REST API を使用して DOCX ファイルに注釈を付ける

    Document Annotation Cloud SDK for Python を使用して、Python のクラウド上で REST API を使用して DOCX ファイルにプログラムで注釈を付けます。...pen_style = "Solid" a1.pen_width = 1 a1...pen_color = 1201033 a1.pen_style = "Solid" a1.pen_width = 1 a1...

    blog.groupdocs.cloud/ja/annotation/annotate-doc...
  6. علق مستندات PDF باستخدام REST API في PHP | واجه...

    علق برمجيًا على مستندات PDF باستخدام واجهة برمجة تطبيقات REST على السحابة في 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/ar/annotation/annotate-pdf...
  7. ใส่คำอธิบายประกอบเอกสาร 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...
  8. 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...
  9. 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...
  10. 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/