Temmuz 2017 tarihli GroupDocs geliştirici bülteni, GroupDocs belge işleme API'lerindeki API güncellemelerini, önemli özellik geliştirmelerini ve hata düzeltmelerini açıklar....Assembly for .NET 17.05 - Herhangi...
GroupDocs geliştiricileri bülteni Eylül 2017, GroupDocs belge işleme API'lerindeki API güncellemelerini, önemli özellik geliştirmelerini ve hata düzeltmelerini açıklar....Assembly API’leri artık popüler e-posta...
عرض GroupDocs Holidays - احصل على خصم 25٪ على GroupDocs.Total لـ .NET و Java. اقتبس HOL2017WBS عند تقديم طلبك عبر الإنترنت....Assembly الآن إدراج الصور والرموز الشريطية...
Integrasi dan sampel Cloud API baru, rilis dan pembaruan produk, dan lainnya di Buletin Februari 2014 kami....Assembly untuk mod aplikasi Cloud untuk...
Integrace a nové ukázky Cloud API, vydání a aktualizace produktů a další informace v našem Zpravodaji z února 2014....Assembly for Cloud app mod pro Simple...
GroupDocs.Annotation Cloud is a modern REST oriented API, that allows easy integration into existing systems.
Why use an SDK? Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project.
SDK benefits Our supported SDKs are 100% tested and out of the box running....Assembly Product Solution GroupDocs...
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...
This REST API allows to extract metadata properties from the document choosing the properties which values are matching the specified value.
cURL example The following example demonstrates how to extract metadata information from all properties with the “Microsoft Office Word” value.
Linux/MacOS/Bash # Get JSON Web Token # Set CLIENT_ID and CLIENT_SECRET as environment variables or replace them directly in the command. 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: retrieve metadata (join several documents into one) curl -v "https://api....Assembly Product Solution GroupDocs...
This REST API allows to remove metadata properties from the document choosing the properties by exact tag and category name.
cURL example The following example demonstrates how to remove all metadata properties with the “Created” tag name.
Linux/MacOS/Bash # 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: remove metadata from a document curl -v "https://api....Assembly Product Solution GroupDocs...
GroupDocs.Conversion Cloud is a modern REST oriented API, that allows easy integration into existing systems.
Why use an SDK? Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project.
SDK benefits Our supported SDKs are 100% tested and out of the box running....Assembly Product Solution GroupDocs...