Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 1,241 for

text watermark

(0.04 sec)
  1. Rendering Spreadsheets | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Watermark Product Solution GroupDocs...Spreadsheets Leave feedback Adjust text overflow in cells Render grid...

    docs.groupdocs.cloud/viewer/rendering-spreadshe...
  2. Verifying Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1...Watermark Product Solution GroupDocs...Verify QRCode Signature Verify Text Signature Working with Verify...

    docs.groupdocs.cloud/signature/verifying-signat...
  3. Working with Signature Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with multiple signatures. For example, you can add Text and Barcode Signature to a document at same time. To put list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SignOptionsCollectionData that can contain one or more signature options. Please, use signature options which appropriate for current document format....Watermark Product Solution GroupDocs...signatures. For example, you can add Text and Barcode Signature to a document...

    docs.groupdocs.cloud/signature/working-with-sig...
  4. Supported languages | Documentation

    Content languages supported by GroupDocs.Rewriter Cloud....Watermark Product Solution GroupDocs...Ukrainian Paraphrasing detection and text simplification work only with...

    docs.groupdocs.cloud/rewriter/supported-languages/
  5. Conversion options by document family | Documen...

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Watermark Product Solution GroupDocs...to PDF Formats 7. Convert to Text Formats 8. Convert to HTML Format...

    docs.groupdocs.cloud/conversion/conversion-opti...
  6. Signing Documents | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1...Watermark Product Solution GroupDocs...Code Signature Working with Text Signature Working with Stamp...

    docs.groupdocs.cloud/signature/signing-document...
  7. Sending files for processing | Documentation

    How to send files for processing to the selected language....Watermark Product Solution GroupDocs...parameters remain the same as in text requests. Return value If successful...

    docs.groupdocs.cloud/rewriter/file/request/
  8. Annotate Over 50 Common Document and Image Type...

    GroupDocs released an add-on that allows Concrete5 developers to seamlessly integrate the Java version of GroupDocs.Annotation into their sites....arrow, text underline/strikethrough, redaction, watermarks, etc...

    blog.groupdocs.cloud/annotation/groupdocs-annot...
  9. Authenticating API Requests | Documentation

    There is only one way to authenticate GroupDocs Cloud REST APIs: by using OAuth 2.0 protocol with JWT Bearer Token. The JWT token is extracted and validated by our APIs from the Authorization request header. OAuth 2.0 OAuth 2.0 is an authorization framework that enables your applications to obtain access to data to different APIs. OAuth provides authorization flows for web and desktop applications, and mobile devices. What is a JSON Web Token (JWT)?...Watermark Product Solution GroupDocs...link { text-decoration : none ; } a : visited { text-decoration...

    docs.groupdocs.cloud/total/authenticating-api-r...
  10. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....Watermark Product Solution GroupDocs...: "Barcode" , "Page" : 1 , "Text" : "John Smith" , "BarcodeType"...

    docs.groupdocs.cloud/signature/signsettings/