Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 3,783 for

name

(0.04 sec)
  1. Java Convert EML to PDF - A Step-by-Step Guide.

    Learn how to convert EML files to PDF in Java using GroupDocs.Conversion Cloud SDK for Java. Enhance security and compatibility using a step-by-step guide....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Then, provide the cloud storage name. Set the source EML file path...

    blog.groupdocs.cloud/conversion/convert-eml-fil...
  2. EPUB Metadata Editor |Change EPUB Metadata in J...

    Easily modify EPUB e-book metadata in Java using our REST API-based EPUB Metadata Editor. Tailor and update e-book details seamlessly for a customized reading experience....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Create a Tag object and set its name to “Creator” and category to...

    blog.groupdocs.cloud/metadata/edit-epub-metadat...
  3. Add Watermark to Images using Java | Text or Im...

    Programmatically Add Text or Image Watermark to JPEG images using a REST API on the cloud with Watermarking Cloud SDK for Java....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...

    blog.groupdocs.cloud/watermark/add-watermark-to...
  4. Edit Excel Sheet using REST API in Python | Edi...

    Programmatically edit Excel sheet (XLS or XLSX) using a REST API on the cloud in Python with Excel Spreadsheet Editor Cloud SDK for Python....#04AA6D; color: white;">First Name</th><th style="background-color:...#04AA6D; color: white;">Last Name</th><th style="background-color:...

    blog.groupdocs.cloud/editor/edit-excel-sheet-us...
  5. Convert DOCX to Text | Extract Text from DOC | ...

    Learn how to extract text from Word documents using .NET REST API. Convert DOC, and DOCX to TXT format with OCR and text parsing features. Document to text...file name and {outputFile} with the desired TXT file name to save...

    blog.groupdocs.cloud/parser/extract-text-from-w...
  6. Working with Verify 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 verify multiple signatures in a document. For example, you can verify whether a document contains Text and Barcode Signatures at same time. To verify list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object VerifyOptionsCollectionData that can contain one or more verify options....object which contains document name, folder location and signing...object which contains document name, folder location and signing...

    docs.groupdocs.cloud/signature/working-with-ver...
  7. Help! - Free Support Forum - groupdocs.cloud

    Hi , it’s possible to have support to translation PDF ( en to other language) ? How I must do it? I want test with postman and after compile java class. Now I receive error 401 , Bearer error=“invalid_token”, error_de…..."authorizationError": null, "cipher": { "name": "TLS_AES_128_GCM_SHA256",..."authorizationError": null, "cipher": { "name": "TLS_AES_128_GCM_SHA256",...

    forum.groupdocs.cloud/t/help/5457
  8. Signature envelope expiration - Free Support Fo...

    Hi, Using cloud signature api. When does the envelope expire email go out - in how many days? Also when does reminder emails go out? I’m sure all other emails are sent instantly. Thanks...$signature->CreateSignatureEnvel($clientID, $name, null, null, null, null, $s...

    forum.groupdocs.cloud/t/signature-envelope-expi...
  9. Security Operations | Documentation

    Add Document Password Protection This REST API allows adding document password protection. API endpoint accepts document storage path as input payload and returns path to the created a password-protected document. The description of the important API parameters is given below: Name Description Comment FilePath The file path in the storage Required property StorageName Storage Name It could be omitted for default storage. VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents OutputPath Path to resultant document Required Resource URI HTTP PUT ~/password Swagger UI lets you call this REST API directly from the browser....API parameters is given below: Name Description Comment FilePath...property StorageName Storage name It could be omitted for default...

    docs.groupdocs.cloud/merger/security-operations/
  10. 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..."failed" : [] } UpdateResult fields Name Description API Version fileInfo...

    docs.groupdocs.cloud/signature/updateresult/