Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 2,125 for

assembly

(0.11 sec)
  1. Content processing workflow | Documentation

    An overview of the GroupDocs.Rewriter Cloud workflow....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/workflow/
  2. Document Processing REST APIs | GroupDocs Cloud

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Assembly Cloud API를 사용하여 JSON 데이터로...

    blog.groupdocs.cloud/ko/page/15/
  3. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...Assembly Cloud API를 사용하여 JSON 데이터로...

    blog.groupdocs.cloud/ko/groupdocs.cloud/page/15/
  4. Remove Metadata | Documentation

    This REST API allows to remove metadata from the documents. With this API you can search metadata to remove with following features: There are many ways to specify what property should be removed. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name). values of different types: string; datetime; integer; double; boolean; The table below contains the full list of properties that can be specified when removing metadata to the document....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/remove-metadata/
  5. Add Metadata | Documentation

    This REST API allows to add metadata to the documents. With this API you can add metadata with following features: Metadata properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be added. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name)....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata/
  6. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. cURL example Request curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" -H "accept: application/json" -H "authorization: Bearer [Access Token]" -H "Content-Type: application/json" -d "{ \"FileInfo\": { \"FilePath\": \"Signaturedocs/one-page.docx\", \"StorageName\": \"MyStorage\", \"VersionId\": \"\", \"Password\": \"\" }}" Response { "fileName": "one-page.docx", "extension": "....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/get-document-inf...
  7. Translation workflow | Documentation

    An overview of the GroupDocs.Translation Cloud workflow....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/workflow/
  8. Getting supported languages | Documentation

    How to get a full list of supported language pairs....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/languages/
  9. इलेक्ट्रॉनिक हस्ताक्षर क्षमता के साथ अपने C#/AS...

    ग्रुपडॉक्स लचीली एपीआई के साथ एक .NET लाइब्रेरी प्रदान करता है जिसका उपयोग वेब हस्ताक्षर कैप्चर कार्यक्षमता के साथ कानूनी रूप से बाध्यकारी ई-हस्ताक्षर ऐप्स बनाने के लिए किया जा सकता है।...Assembly C# या JS के माध्यम से टेम्पलेट...क्लाउड ऐप के लिए GroupDocs.Assembly टेम्प्लेट संपादक अब किसी भी...

    blog.groupdocs.cloud/hi/comparison/spotlight-gr...
  10. ChangeInfo | Documentation

    ChangeInfo data structure returned by /comparison/changes API as output result. Also used by /comparison/updates API as input. ChangeInfo example: { "id": 0, "comparisonAction": "None", "type": "Inserted", "text": "lol", "targetText": "Latin (i/?læt?n/, /?læt?n/; Latin: lingua lat?na, IPA: [?l????a la?ti?na]) is a classical language, originally spoken inLatium, Italy, which belongs to the Italic branch of the Indo-European languages.[3] The Latin alphabet is derived from the Etruscan and Greek alphabetslol.", "authors": [ "?GroupDocs" ], "styleChangeInfo": [], "pageInfo": { "width": 0, "height": 0, "pageNumber": 0 }, "box": { "height": 0, "width": 0, "x": 0, "y": 0 } } Name Description Id Id of change ComparisonAction Action (accept or reject)....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/changeinfo/