Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 2,372 for

assembler

(0.18 sec)
  1. Add Image Watermarks | Documentation

    This REST API allows adding image watermarks to the document. With this API you can add image watermarks with the following features: Image watermark supports various image formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; There are many watermark positioning and transforming properties; There are format-specific options. These options allow to leverage specific format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/add-image-waterm...
  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. 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...
  4. خبرنامه GroupDocs سپتامبر 2017– به روزرسانی های...

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

    blog.groupdocs.cloud/fa/total/groupdocs-newslet...
  5. cloud api on Document Processing REST APIs | Gr...

    cloud api on Document Processing REST APIs | GroupDocs Cloud Recent content in cloud api on Document Processing REST APIs | GroupDocs Cloud 在雲端只需幾步即可線上建立發票 了解如何使用 GroupDocs.Assembly Cloud 即時產生專業發票。......Assembly Cloud 即時產生專業發票。上傳 DOCX 範本、綁定...

    blog.groupdocs.cloud/zh-hant/tag/cloud-api/inde...
  6. GroupDocs.Conversion Cloud Product Family

    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 for .NET 3.3.0 支持 Microsoft...

    blog.groupdocs.cloud/zh/categories/groupdocs.co...
  7. Add Metadata By Possible Tag Name | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have particular string phrase in theirs tag names. Linux/MacOS/Bash # Get JSON Web Token curl -v "https://api....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  8. Get Container Items Information | Documentation

    This REST API endpoint allows retrieving container items (relative paths) from ZIP archives, documents that contain other attached documents like emails, PDF portfolios, MS Outlook storages. 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. FileInfo.Password The password to open file It should be specified only for password-protected documents....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/get-container-items...
  9. Extract Metadata By Possible Tag Name | Documen...

    This REST API allows to extract metadata properties from the document choosing the properties to extract by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to extract metadata creator information from all properties that have particular string phrase in theirs tag names. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  10. Extract Whole Metadata Tree | Documentation

    This REST API allows to extract whole metadata properties tree. cURL example The following example demonstrates how to retrieve all metadata properties. 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" # Example to join several documents into one curl -v "https://api.groupdocs.cloud/v1.0/metadata" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FileInfo": { "FilePath": "documents/input....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/extract-whole-met...