Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 886 for

metadata family

(0.04 sec)
  1. Supported Document Formats | Documentation

    GroupDocs.Conversion Cloud API supports the following document formats: 3D From Description Source Target 3DS 3D Studio ✅ ✅ 3MF Microsoft 3D Manufacturing Format ✅ AMF Additive manufacturing file format ✅ ✅ ASE 3D Studio Max’s ASCII Scene Exporter format ✅ DAE Collada ✅ ✅ DRC Google Draco ✅ ✅ FBX FilmBox format ✅ ✅ GLTF Khronos Group’s glTF ✅ ✅ JT Siemens JT File ✅ OBJ Wavefront Obj ✅ ✅ PLY Polygon File Format or Stanford Triangle Format ✅ ✅ RVM AVEVA Plant Design Management System Model ✅ ✅ U3D Universal3D ✅ ✅ USD Universal Scene Description ✅ USDZ Universal Scene Description Archive ✅ VRML The Virtual Reality Modeling Language ✅ X DirectX’s X file ✅ CAD From Description Load Save CF2 Common File Format File ✅ DGN MicroStation Design File ✅ DWF Design Web Format File ✅ DWFX Design Web Format File ✅ DWG AutoCAD Drawing Database File ✅ DWT AutoCAD Drawing Template ✅ DXF Drawing Exchange Format File ✅ ✅ IFC Industry Foundation Classes File ✅ IGS Initial Graphics Exchange Specification (IGES) ✅ PLT PLT (HPGL) ✅ STL Stereolithography File ✅ Compression From Description Load Save 7Z 7-Zip Compressed File ✅ ✅ BZ2 Bzip2 Compressed File ✅ CAB Windows Cabinet File ✅ CPIO CPIO Compressed File ✅ ✅ GZ Gnu Zipped Archive ✅ GZIP Gzip Compressed File ✅ LZ Lzip Compressed File ✅ LZMA LZMA Compressed File ✅ RAR RAR Compressed Archive ✅ TAR Consolidated Unix File Archive ✅ ✅ XZ Xz Compressed File ✅ Z Unix Compressed File ✅ ZIP ZIP Compressed File ✅ ✅ Database From Description Load Save LOG Log File ✅ NSF Lotus Notes Storage Format ✅ SQL Sql File ✅ Diagram From Description Load Save VDX Visio Drawing XML File ✅ ✅ VSD Visio Drawing File ✅ VSDM Visio Macro-Enabled Drawing ✅ ✅ VSDX Visio Drawing File ✅ ✅ VSS Visio Stencil File ✅ VSSM Visio Macro-Enabled Stencil File ✅ ✅ VSSX Visio Stencil File ✅ ✅ VST Visio Drawing Template ✅ VSTM Visio Macro-Enabled Drawing Template ✅ ✅ VSTX Visio Drawing Template ✅ ✅ VSX Visio Stencil XML File ✅ ✅ VTX Visio Template XML File ✅ ✅ eBook From Description Load Save AZW3 Amazon Kindle’s proprietary e-book file format ✅ ✅ EPUB Open eBook File ✅ ✅ MOBI Mobipocket eBook ✅ ✅ Email and Outlook From Description Load Save EML E-Mail Message ✅ ✅ EMLX Apple Mail Message ✅ ✅ MBOX Mbox document format ✅ MSG Outlook Mail Message ✅ ✅ OLM Microsoft Outlook file for Mac Operating System....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/supported-docum...
  2. Convert and download document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render documents using single API call, passing input file in the request body, and getting result file stream in the response. This example demonstrates how to render document without using cloud storage. Method parameters: Name Type Description Comment format string Requested conversion format: HTML, JPG, PNG or PDF Required. File binary Input file to convert Form data, Required pages string Pages range to render, like “1,2” or “3-5,10” Default value : all pages password string Input document password Required for password-protected documents....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/convert-and-download/
  3. Get Supported File Formats | Documentation

    GroupDocs.Comparison Cloud REST APIs support document compare tools to compare source and destination files of supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/get-supported-f...
  4. 1. Convert to Any Format | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert supported document formats to any Supported Document Formats and returns the output document storage URL and also support to get result as a stream. Convert to Any Format You can convert the supported document formats to Any Format Format and get Output as Storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Any Format format example....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/convert-to-any-...
  5. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Viewer-Cloud only The metered license can be used in Docker version of GroupDocs.Viewer-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Docker version at How to self-host GroupDocs.Viewer Cloud with Docker Resource URI HTTP GET ~/viewer/consumption cURL example Request # cURL example to get metered license consumption curl -v "http:///v2.0/viewer/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "credit": 487848, "quantity": 6061570985....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/metered-consumption/
  6. GroupDocs.Annotation Cloud SDKs | Documentation

    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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/available-sdks/
  7. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Editor-Cloud only The metered license can be used in Docker version of GroupDocs.Editor-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Docker version at How to self-host GroupDocs.Editor Cloud with Docker Note about credits consumption when using metered license in docker version Storage calls are not charged Editor API calls charge is based on document size: 1 credit per call per 20MB Not about /join method: if page options, like page number, are set for first of joined documents, there may be extra credit consumed, because of internal implementation....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/editor/metered-consumption/
  8. Quick Start | Documentation

    GroupDocs.Viewer Cloud Quick Start...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/quick-start/
  9. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. 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. Pages count Password protection Resources HTTP POST ~/info 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/editor/get-document-inform...
  10. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/quick-start/