Sort Score
Result 10 results
Languages All
Labels All
Results 3,331 - 3,340 of 10,078 for

text

(0.45 sec)
  1. Annotation for Cloud on Document Processing RES...

    Annotation for Cloud on Document Processing REST APIs | GroupDocs Cloud Recent content in Annotation for Cloud on Document Processing REST APIs | GroupDocs Cloud Erste öffentliche Veröffentlichung ......Online Dokumentanmerkungsto, die Text und Abbildungsanmerkunge unterstützt...

    blog.groupdocs.cloud/de/tag/annotation-for-clou...
  2. Edit DOCX in PHP on Document Processing REST AP...

    Edit DOCX in PHP on Document Processing REST APIs | GroupDocs Cloud Recent content in Edit DOCX in PHP on Document Processing REST APIs | GroupDocs Cloud แก้ไขเอกสารโดยใช้ REST API ใน PHP แก้ไขเอกส......PHP แก้ไขไฟล์ Word, Excel หรือ Text ใน PHP บนคลาวด์ Recent content...

    blog.groupdocs.cloud/th/tag/edit-docx-in-php/in...
  3. Add Image Watermark to Word in C# | Watermark D...

    Learn how to add image watermark to Word documents online using GroupDocs.Watermark Cloud SDK for .NET. Add logos, photos, or JPG images as watermarks in DOC and DOCX files programmatically....simple interface for applying text and image watermarks to Word...Key Features # Add image or text watermarks to DOC and DOCX files...

    blog.groupdocs.cloud/watermark/add-image-waterm...
  4. GroupDocs Customer Newsletter – June 2015

    GroupDocs.Comparison for .NET is a multi-format document comparison library that allows to compare two Word, PDF, Excel, PowerPoint, plain Text or HTML files....PDF, Excel, PowerPoint, plain text or HTML files. The library understands...making it possible to compare text, style and layout changes. GroupDocs...

    blog.groupdocs.cloud/annotation/groupdocs-custo...
  5. Edit DOCX in PHP on Document Processing REST AP...

    Edit DOCX in PHP on Document Processing REST APIs | GroupDocs Cloud Recent content in Edit DOCX in PHP on Document Processing REST APIs | GroupDocs Cloud تحرير المستندات باستخدام REST API في PHP قم......بتحرير ملفات Word أو Excel أو Text في PHP على السحابة. Recent content...

    blog.groupdocs.cloud/ar/tag/edit-docx-in-php/in...
  6. Parse DOCX in Python on Document Processing RES...

    Parse DOCX in Python on Document Processing REST APIs | GroupDocs Cloud Recent content in Parse DOCX in Python on Document Processing REST APIs | GroupDocs Cloud Analysieren Sie Word Dokumente mith......programmgesteuert und extrahieren Sie Text und Bilder mithilfe einer REST-API...

    blog.groupdocs.cloud/de/tag/parse-docx-in-pytho...
  7. strikethrough pdf online on Document Processing...

    strikethrough pdf online on Document Processing REST APIs | GroupDocs Cloud Recent content in strikethrough pdf online on Document Processing REST APIs | GroupDocs Cloud Strikethrough Text در PDF ب......GroupDocs Cloud Strikethrough Text در PDF با Node.js و REST API...

    blog.groupdocs.cloud/fa/tag/strikethrough-pdf-o...
  8. Product overview | Documentation

    An introduction to GroupDocs.Rewriter Cloud service and how it can solve everyday business needs....generate alternative versions of text, providing diversity and uniqueness...variety and style: Rewrite texts and documents to convey the...

    docs.groupdocs.cloud/rewriter/product-overview/
  9. ViewOptions | Documentation

    ViewOptions data structure used as input parameters for Document Info working-with-viewer-api API and Document View working-with-viewer-api API. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. ViewOptions example { "ViewFormat": "HTML", "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "OutputPath": "string", "FontsPath": "string", "Watermark": { "Text": "string", "Color": "string", "Position": "string", "Size": 0 }, "RenderOptions": { "StartPageNumber": 0, "CountPagesToRender": 0, "ExternalResources": false, "ExtractText": false, } } ViewOptions fields Name Description API Version ViewFormat Allows to set rendering format, available values are: HTML, JPG, PNG, PDF...."string" , "Watermark" : { "Text" : "string" , "Color" : "string"...rendering. Watermark.Text The watermark text. Watermark.Color The...

    docs.groupdocs.cloud/viewer/viewoptions/
  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 Linux/MacOS/Bash # First get JSON Web Token curl -v "https://api...."Annotations": [ { "Type": "Area", "Text": "This is area annotation"...'Annotations': [ { 'Type': 'Area', 'Text': 'This is area annotation'...

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