Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 2,317 for

assembly

(0.49 sec)
  1. Boletín de GroupDocs de julio de 2017: actualiz...

    El boletín informativo para desarrolladores de GroupDocs de julio de 2017 describe las actualizaciones de API, las principales mejoras de funciones y las correcciones de errores dentro de las API de manipulación de documentos de GroupDocs....Assembly para .NET 17.05 : establezca...

    blog.groupdocs.cloud/es/total/groupdocs-newslet...
  2. Boletín de GroupDocs de septiembre de 2017: act...

    El boletín informativo para desarrolladores de GroupDocs de septiembre de 2017 describe las actualizaciones de API, las principales mejoras de funciones y las correcciones de errores dentro de las API de manipulación de documentos de GroupDocs....Assembly ahora admiten el ensamblaje...

    blog.groupdocs.cloud/es/total/groupdocs-newslet...
  3. GroupDocs 通讯 2017 年 3 月 – API 更新和代码示例

    2017 年 6 月的 GroupDocs 开发人员通讯介绍了 GroupDocs 文档操作 API 中的 API 更新、主要功能增强和错误修复。...Assembly for Java 现在允许用户动态设置文本背景颜色并控制图像容器的大小。...

    blog.groupdocs.cloud/zh/total/groupdocs-newslet...
  4. خبرنامه GroupDocs سپتامبر 2017– به روزرسانی های...

    خبرنامه توسعه دهندگان GroupDocs سپتامبر 2017 به‌روزرسانی‌های API، پیشرفت‌های عمده ویژگی‌ها و رفع اشکال در APIهای دستکاری سند GroupDocs را توضیح می‌دهد....Assembly اکنون از مونتاژ اسناد برای...

    blog.groupdocs.cloud/fa/total/groupdocs-newslet...
  5. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...Assembly Cloud REST API 的第一个版本即将推出。它是一个文档自动化和报告生成...及指定的输出格式生成输出文档。 GroupDocs.Assembly Cloud REST API 将为您在任何平台上提...

    blog.groupdocs.cloud/zh/groupdocs.cloud/page/44/
  6. Set Metadata By Property Name Match Regex | Doc...

    This REST API allows to set document metadata new values choosing properties with names matching the specified regular expression. cURL example The following example demonstrates how to set metadata information to all properties that match regular expression “^NameOfApp.*”. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -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/set-metadata-by-p...
  7. Detecting paraphrases in text with GroupDocs.Re...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrase detection in texts....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/text/sdk/detect/
  8. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/get-document-inform...
  9. Add Metadata By Property Name | Documentation

    This REST API allows you to add metadata information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time information in all properties that may have names containing specified string value. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d 'grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET' \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Add metadata to a document curl -v "https://api....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  10. Set Metadata By Property Name Match Exact Phras...

    This REST API allows to set document metadata new values choosing properties with specified name. cURL example The following example demonstrates how to set metadata information to all properties with the exact same name as specified. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -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/set-metadata-by-p...