Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 3,698 for

name

(0.03 sec)
  1. Get Documents Completed and Signed through Onli...

    GroupDocs' legally-binding e-signature app provides functionality for adding merge fields to documents which can then be completed by signers online....document (for example first name, last name, date, order quote, etc...

    blog.groupdocs.cloud/signature/working-forms-en...
  2. How to esign a document with customer's signatu...

    Hello, I’m struggling to figure out how to do the following via API based on the documentation provided: Uploading a file: I created an internal storage in my GroupDocs dashboard to temporarily store my files but I c…...signature that spells out their name. Which of the signature types...you do not pass the storage name value via the storageName parameter...

    forum.groupdocs.cloud/t/how-to-esign-a-document...
  3. Available SDKs | Documentation

    Available SDKs for GroupDocs.Viewer Cloud...y </id> <name> GroupDocs Artifact Repository </name> <url> https://releases...package= "<package name>" > <uses-permission android:name= "android.permission...

    docs.groupdocs.cloud/viewer/available-sdks/
  4. Convert PDF document to an image file, TIFF, JP...

    Convert PDF document to image formats like TIFF, JPEG, BMP, and GIF image file. Let's see how to convert PDF to Image File TIFF, JPEG, BMP, and GIF in Java....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...ConvertSettings Define the storage name and enter the input PDF file...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  5. 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...signature can be as simple as a name entered in an electronic document...different options barcode type, Name, text, match type, and other...

    blog.groupdocs.cloud/signature/add-electronic-s...
  6. Java Convert PPT and PPTX to HTML Document.

    Convert PowerPoint PPT to HTML in Java using easy-to-use Cloud REST API. This article is about how to convert PowerPoint PPT or PPTX to HTML using Java API....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Thirdly, provide the cloud storage name. Then, set the input PowerPoint...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  7. Java Convert Word Document to HTML File

    Automatically convert a Word DOCX file to HTML file using Java GroupDocs API. This article is about how to convert Word file to HTML in Java using REST API....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Thirdly, provide the cloud storage name. Then, set the input Word file...

    blog.groupdocs.cloud/conversion/convert-word-fi...
  8. Convert JPG to PowerPoint and PowerPoint to JPG...

    Convert JPG files to PPT and PPT to JPG file format using fast and secure REST API. Let's see how to convert JPG to PowerPoint and PowerPoint to JPG in Java...ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...instance Then, set the storage name and input the JPG file path...

    blog.groupdocs.cloud/conversion/convert-jpg-to-...
  9. Add Metadata By Tag | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by exact tag and category Name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have specified tag. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument....add by exact tag and category name. cURL example The following...TagOptions ": { " ExactTag ": { " Name ": " Printed ", " Category ":...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/
  10. Working with Conversion API | Documentation

    This API intended for convert the document to specified target format. URI ~/ HTTP POST Example 2 (Convert document) Takes as input and returns. Example URL https://api.groupdocs.cloud/v2.0/conversion Request { "FilePath": "/words/docx/one-page.docx", "Format": "pdf", "OutputPath": "converted" } Response [ { "Name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" } ]..."converted" } Response [ { "name" : "one-page.pdf" , "size" :...

    docs.groupdocs.cloud/conversion/conversion-api/