Sort Score
Result 10 results
Languages All
Labels All
Results 3,401 - 3,410 of 9,837 for

text

(0.09 sec)
  1. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...Enhance your GIFs with overlay text using GIF watermarking REST...

    blog.groupdocs.cloud/groupdocs.cloud/page/15/
  2. Rendering options by document type | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Rendering Spreadsheets Rendering Text Files Rendering Visio Documents...

    docs.groupdocs.cloud/viewer/rendering-options-b...
  3. GroupDocs.Merger Cloud Product Family on Docume...

    GroupDocs.Merger Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Merger Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud M...... Combine Text Files using a TXT File Merger...SDK for Node.js and combine text files programmatically. This...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  4. 使用 Python 從 PDF 中提取特定數據 |休息API

    使用適用於 Python 的 Document Parser Cloud SDK 在 Python 中使用雲中的 REST API 以編程方式從 PDF 中提取特定數據。...page_text_area is not None: print("Field...name + ". Text :" + data.page_area.page_text_area.text) if data...

    blog.groupdocs.cloud/zh-hant/parser/extract-spe...
  5. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...guide to learn how to convert Text to Image in Java programmatically...

    blog.groupdocs.cloud/groupdocs.cloud/page/10/
  6. Supported languages | Documentation

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

    docs.groupdocs.cloud/rewriter/supported-languages/
  7. 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....: "Barcode" , "Page" : 1 , "Text" : "John Smith" , "BarcodeType"...

    docs.groupdocs.cloud/signature/signsettings/
  8. UpdateResult | Documentation

    UpdateResult data structure returned by Update API method as output result UpdateResult example { "fileInfo": { "filePath": "signedBarcode_one-page.docx", "storageName": null, "versionId": null, "password": null }, "size": 1360021, "succeeded": [ { "barcodeType": "Code128", "Text": "123456789012", "format": null, "signatureType": "Barcode", "pageNumber": 1, "signatureId": "4cb67aa8-835d-4877-8a5d-5a9ad015a098", "isSignature": true, "createdOn": "2020-07-23T07:26:42.7549544+00:00", "modifiedOn": "2020-07-23T07:36:03.9037414+00:00", "top": 200, "left": 200, "width": 300, "height": 100 } ], "failed": [] } UpdateResult fields Name Description API Version fileInfo Input file information size The size of the output document Succeeded List of successfully modified signatures Failed List of signatures that were not updated..."barcodeType" : "Code128" , "text" : "123456789012" , "format"...

    docs.groupdocs.cloud/signature/updateresult/
  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)?...link { text-decoration : none ; } a : visited { text-decoration...: link { text-decoration : none ;} a : visited { text-decoration...

    docs.groupdocs.cloud/total/authenticating-api-r...
  10. 使用 REST API 查找和替换文档中的水印

    使用适用于 .NET 的 Watermarking Cloud SDK 在 C# 中的云文档中使用 REST API 以编程方式查找和替换水印文本或图像...TextSearchCriteria { SearchText = "Watermark Text" }, ReplaceTextOptions = new...new ReplaceTextOptions { Text = "Confidential", } }; var request...

    blog.groupdocs.cloud/zh/watermark/find-and-repl...