Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 2,078 for

assembly

(0.04 sec)
  1. خبرنامه فوریه 2014

    یکپارچه‌سازی‌ها و نمونه‌های جدید Cloud API، محصولات منتشر شده و به‌روزرسانی‌ها و موارد دیگر در خبرنامه فوریه 2014 ما....اخبار محصول به زودی: GroupDocs Assembly for Cloud App 2.5.0 نسخه جدید...جدید GroupDocs Assembly for cloud app ، نسخه 2.5.0، در دست تولید...

    blog.groupdocs.cloud/fa/total/groupdocs-total-n...
  2. Customer Newsletters

    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 підтримує створення форматів...джерел документів. GroupDocs.Assembly пропонує API автоматизації...

    blog.groupdocs.cloud/uk/tag/customer-newsletters/
  3. Content processing workflow | Documentation

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

    docs.groupdocs.cloud/rewriter/workflow/
  4. 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/
  5. GroupDocs.Rewriter Cloud | Documentation

    An introduction to natural language processing technology and how GroupDocs.Rewriter Cloud can help you use it for your day-to-day business needs....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/
  6. 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/
  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. 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...
  10. 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...Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/deleteresult/