Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 9,983 for

text

(1.27 sec)
  1. Add Barcode Signature to your Documents

    REST API to create, verify and search different types of barcode Signatures to documents in the cloud by performing a wide variety of signature options...can be in the form of digital text, images, barcode, QR codes,...Signature you can operate with: Text Signature Barcode Signature...

    blog.groupdocs.cloud/signature/add-electronic-s...
  2. 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...."Id" : 0 , "Type" : "string" , "Text" : "string" , "TextToReplace"...sets the annotation’s field text FontColor Gets or sets the annotation’s...

    docs.groupdocs.cloud/annotation/annotationinfo/
  3. First Public Release of Next Generation GroupDo...

    GroupDocs.Conversion Cloud is a REST API for converting over 50 documents and image formats to Words, Cells, Html, PDF, Slides and Image formats....SVG+HTML+CSS, delivering true-text high-fidelity rendering. Rotating...Request Data {"watermark":{"text":"My Company"}} Rest example(cURL)...

    blog.groupdocs.cloud/viewer/first-public-releas...
  4. GroupDocs.Editor Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....learn to upload a PPTX, modify text or images via the REST API,...Use a REST API to easily alter text files using Python. Use this...

    blog.groupdocs.cloud/categories/groupdocs.edito...
  5. Edit PowerPoint Files in Java: Step-by-Step Gui...

    Discover how to edit PowerPoint files with GroupDocs.Editor Cloud SDK for Java. Follow this step-by-step guide to integrate the REST API and see code samples....provides full control over slides, text, images, and layout, making...: Use the EditApi to replace text or insert images. For example...

    blog.groupdocs.cloud/editor/edit-powerpoint-fil...
  6. Supported Document Formats | Documentation

    GroupDocs.Classification Cloud API supports following document formats: Format Name Extension Load Save Remarks Portable Document Format PDF Words Document Formats DOC, DOCX, DOCM, DOT, DOTX, DOTM Rich Text Formats RTF Plain Text File TXT OpenDocument Formats ODT, OTT...Formats , , , , , Rich Text Formats Plain Text File OpenDocument Formats...

    docs.groupdocs.cloud/classification/supported-d...
  7. Setting content language | Documentation

    How to specify a language of the processed Text....Example { "language" : "en" , "text" : "Hello, everyone! We will...will try to rephrase this text into something new." , "suggestions"...

    docs.groupdocs.cloud/rewriter/languages/
  8. classify Request Parameters | Documentation

    Parameter In Type Comment body BaseRequest Document’s description (string) and/or document’s info. BestClassesCount url (Optional) string (“1”, “2”, “3”,..) Count of the best classes to return. Taxonomy url (Optional) string ("", “default”, “iab2”, “documents”, “sentiment”, “sentiment3”) Taxonomy to use for classification return. PrecisionRecallBalance url (Optional) string (“precision”, “recall”, “”) Balance between precision and recall. BaseRequest Model: BaseRequest { description (string, optional), document (FileInfo, optional) } FileInfo { folder (string, optional), name (string, optional), password (string, optional) } Examples: JSON..."description" : "File description or raw text to classify if no document is...<description> File description or raw text to classify if no document is...

    docs.groupdocs.cloud/classification/classify-re...
  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...."pdf", "WatermarkOptions": { "Text": "Sample watermark", "Color":..."pdf", "WatermarkOptions": { "Text": "Sample watermark", "Color":...

    docs.groupdocs.cloud/conversion/add-watermark/
  10. Update PPTX File in .NET: Complete Developer Guide

    Learn how to update PPTX files in .NET using GroupDocs.Editor Cloud SDK for .NET. This guide provides code, setup, and REST API examples for editing slides....update PPTX files, modify slide text, images, and metadata without...server. Rich editing API - modify text, replace images, add or remove...

    blog.groupdocs.cloud/editor/update-pptx-file-in...