Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 4,349 for

name

(0.05 sec)
  1. GroupDocs.Cloud Java Repository Browser /java/r...

    Index of java/repo/com/groupdocs/groupdocs-merger-cloud/ Name Last modified Size ../ 23.2/ 23.10/ 22.5/ 21.6/ 21.12/ ......ocs/groupdocs-merger-cloud/ Name Last modified Size ../ 23.2/...

    releases.groupdocs.cloud/java/repo/com/groupdoc...
  2. Translate Document API - Free Support Forum - g...

    Hello All, Getting below response for calling document translation API, not sure what the issue is. I am passing the correct JSON body as suggested in the documentation. I am using Postman to serve this request. I am ge…...“outformat”: “rtf”, “pair”: “en-fr”, “name”: “sample_rtf.rtf”, “folder”:...“outformat”: “rtf”, “pair”: “en-fr”, “name”: “sample_rtf.rtf”, “folder”:...

    forum.groupdocs.cloud/t/translate-document-api/...
  3. VerifyResult | Documentation

    VerifyResult data structure returned by Verify API method as output result VerifyResult example { "FileInfo": { "FilePath": "/words/docx/one-page.docx", "Password" : "1234567890" }, "Size" : 12345, "IsSuccess": "true" } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process...SignResult fields Name Description FilePath Name of the verified...

    docs.groupdocs.cloud/signature/verifyresult/
  4. ConversionSettings | Documentation

    ConversionSettings data structure used as input parameters for Document Conversion API. ConversionSettings example { "Format": "string", "FilePath": "string", "Storage": "string", "LoadOptions": { "Password": "string", }, "ConvertOptions": { "FromPage": "integer", "PagesCount": "integer" }, "OutputPath": "string" } ConversionSettings fields Name Description Format Specifies target conversion format. Required. FilePath The path of the document, located in the storage. Required. StorageName Storage Name LoadOptions Format specific LoadOptions. ConvertOptions Format specific ConvertOptions. OutputPath Path to store conversion result....} ConversionSettings fields Name Description Format Specifies...Required. StorageName Storage name LoadOptions Format specific...

    docs.groupdocs.cloud/conversion/conversionsetti...
  5. 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...
  6. Sponsor @fatedier on GitHub Sponsors · GitHub

    GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects....you request we will note your name in plain-text in our README...you request we will put your name or linked company logo in our...

    github.com/sponsors/fatedier
  7. Set Metadata By Tag | Documentation

    This REST API allows to set document metadata new values choosing properties by exact tag and category Name. cURL example The following example demonstrates how to set metadata information to all properties with the “Creator” tag Name. 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. curl -v "https://api....properties by exact tag and category name. cURL example The following...properties with the “Creator” tag name. Request # First get JSON Web...

    docs.groupdocs.cloud/metadata/set-metadata-by-tag/
  8. Minification of HTML and SVG | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Viewer Cloud V1 Since the version 18.2 GroupDocs.Viewer API, we have provide a new EnableMinification property, that lets you get output content minified. Minification removes comments, extra white-spaces, and other unneeded characters without breaking the content structure. As a result page become smaller in size and loads faster. The following example demonstrates how to minify output content when creating cache...."number" : 1 , "resources" : [ { "name" : "font.woff" , "url" : "http://api...1/resources/font.woff" }, { "name" : "image.png" , "url" : "http://api...

    docs.groupdocs.cloud/viewer/minification-of-htm...
  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. Edit Metadata of PDF Files using a REST API in C#

    Programmatically Edit Metadata of PDF Files using a REST API on the cloud in C# with Metadata Manipulation Cloud SDK for .NET...set the metadata by property name of a PDF document using a REST...API. Set Metadata by Property Name The following code snippet shows...

    blog.groupdocs.cloud/2021/03/13/edit-metadata-o...