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

text

(0.06 sec)
  1. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...Use a REST API to easily alter text files using Python. Use this...

    blog.groupdocs.cloud/groupdocs.cloud/page/14/
  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. Sign PDF Documents with QR Code using REST API ...

    Programmatically Sign PDF Documents with QR Code using a REST API in Python with Document Signature Cloud SDK for Python....SignQRCodeOptions Set Signature Type , Text , and Code Set signature position...VerifyQRCodeOptions Provide Signature Type , Text , and Code Define VerifySettings...

    blog.groupdocs.cloud/signature/sign-pdf-documen...
  4. DeleteResult | Documentation

    DeleteResult data structure returned by Delete API method as output result DeleteResult example { "fileInfo": { "filePath": "signedBarcode_one-page.docx", "storageName": null, "versionId": null, "password": null }, "size": 1360026, "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": 0, "left": 0, "width": 0, "height": 0 } ], "failed": [] } DeleteResult fields Name Description API Version fileInfo Input file information size The size of the output document Succeeded List of successfully deleted signatures Failed List of signatures that were not deleted..."barcodeType" : "Code128" , "text" : "123456789012" , "format"...

    docs.groupdocs.cloud/signature/deleteresult/
  5. 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...
  6. 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/
  7. 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/
  8. Remove Annotations From Word in Python

    Programmatically extract or remove annotations from Word in Python. GroupDocs.Annotation offers Cloud SDKs and REST APIs to delete annotations programmatically....overlays, text replacements, redactions, sticky notes, and text markups...

    blog.groupdocs.cloud/annotation/extract-or-remo...
  9. Extract or Remove Annotations from PDF using RE...

    Programmatically Extract or Remove Annotations from PDF using a REST API in Node.js with GroupDocs.Signature Cloud for Node.js SDK....overlays, text replacements, redactions, sticky notes, and text markups...

    blog.groupdocs.cloud/annotation/extract-or-remo...
  10. Insert Watermark in Excel File in Java using RE...

    Learn how to insert watermark in Excel files using the Excel watermarking REST API and Java SDK. Enhance document security & branding with GroupDocs.Watermark.... Then, define text watermark details (text, font, size). Next...

    blog.groupdocs.cloud/watermark/how-to-add-water...