Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 2,088 for

assembly

(0.08 sec)
  1. 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/
  2. Newsletter Februar 2014

    Integrationen und neue Cloud-API-Beispiele, Produktveröffentlichungen und -aktualisierungen und mehr in unserem Newsletter vom Februar 2014....Kürze erhältlich: GroupDocs Assembly für Cloud App 2.5.0 Die neue...neue Version von GroupDocs Assembly für Cloud-App , Version 2...

    blog.groupdocs.cloud/de/total/groupdocs-total-n...
  3. خبرنامه فوریه 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...
  4. Notiziario di febbraio 2014

    Integrazioni e nuovi esempi di API Cloud, rilasci e aggiornamenti dei prodotti e altro ancora nella nostra newsletter di febbraio 2014....prodotti Prossimamente: GroupDocs Assembly per Cloud App 2.5.0 La nuova...nuova versione di GroupDocs Assembly for cloud app , versione 2...

    blog.groupdocs.cloud/it/total/groupdocs-total-n...
  5. 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 supporta la generazione di...documenti esterni. GroupDocs.Assembly offre API per l’automazione...

    blog.groupdocs.cloud/it/tag/customer-newsletters/
  6. Remove Metadata By Property Name | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties with specified name. cURL example The following example demonstrates how to remove metadata properties that may have names containing “Application” string. 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.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  7. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Watermark Cloud product. Resource URI HTTP POST ~~/formats Swagger UI lets you call this REST API directly from the browser. cURL example 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.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to get document information curl -v "https://api....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/get-supported-fi...
  8. 電子署名機能で C# / ASP.NET アプリを強化

    GroupDocs は、Web 署名キャプチャ機能を備えた法的拘束力のある電子署名アプリの構築に使用できる、柔軟な API を備えた .NET ライブラリを提供します。...Assembly C# または JS 経由でテンプレート エディター...つの異なるタイプのフィールドをサポートします。 クラウド アプリの GroupDocs.Assembly テンプレート エディターで、Microsoft Word...

    blog.groupdocs.cloud/ja/comparison/spotlight-gr...
  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. 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/