Sort Score
Result 10 results
Languages All
Labels All
Results 3,251 - 3,260 of 4,041 for

comparison

(0.1 sec)
  1. Supported Document Formats | Documentation

    The following table indicates the input and output file formats supported by GroupDocs.Watermark Cloud WordProcessing family formats Format Description Add Remove Search Replace DOC MS Word 97-2007 Binary File Format ✔ ✔ ✔ ✔ DOCX Office Open XML WordProcessingML Macro-Free Document ✔ ✔ ✔ ✔ DOCM Office Open XML WordProcessingML Macro-Enabled Document ✔ ✔ ✔ ✔ DOT MS Word 97-2007 Template ✔ ✔ ✔ ✔ DOTM Office Open XML WordprocessingML Macro-Enabled Template ✔ ✔ ✔ ✔ DOTX Office Open XML WordprocessingML Macro-Free Template ✔ ✔ ✔ ✔ ODT Open Document Format Text Document ✔ ✔ ✔ ✔ RTF Rich Text Format ✔ ✔ ✔ ✔ Spreadsheet family formats Format Description Add Remove Search Replace XLS Excel 97-2003 Binary File Format ✔ ✔ ✔ ✔ XLT Excel 97-2003 Template ✔ ✔ ✔ ✔ XLSX Office Open XML Workbook Macro-Free ✔ ✔ ✔ ✔ XLSM Office Open XML Workbook Macro-Enabled ✔ ✔ ✔ ✔ XLTX Office Open XML Template Macro-Free ✔ ✔ ✔ ✔ XLTM Office Open XML Template Macro-Enabled ✔ ✔ ✔ ✔ Presentation family formats Format Description Add Remove Search Replace PPT Microsoft PowerPoint 97-2003 Presentation ✔ ✔ ✔ ✔ PPTX Microsoft Office Open XML PresentationML Macro-Free Document ✔ ✔ ✔ ✔ PPTM Microsoft Office Open XML PresentationML Macro-Enabled Document ✔ ✔ ✔ ✔ PPS Microsoft PowerPoint 97-2003 SlideShow ✔ ✔ ✔ ✔ PPSX Microsoft Office Open XML PresentationML Macro-Free SlideShow ✔ ✔ ✔ ✔ PPSM Microsoft Office Open XML PresentationML Macro-Enabled SlideShow ✔ ✔ ✔ ✔ POTX Microsoft Office Open XML PresentationML Macro-Free Template ✔ ✔ ✔ ✔ POTM Microsoft Office Open XML PresentationML Macro-Enabled Template ✔ ✔ ✔ ✔ Other formats Format Description Add Remove Search Replace PDF Saves the document as PDF (Adobe Portable Document) format....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/supported-docume...
  2. โมดูลโปรแกรมดูเอกสาร Drupal | เอกสารกลุ่ม

    GroupDocs API อนุญาตให้ผู้ใช้กำหนดคอลเลกชันตัวเลือกลายเซ็นที่ช่วยในการใช้ลายเซ็นหลายรายการในเอกสารได้ในที่สุด...Comparison for .NET 16.12.0 – 8 การปรับปรุงและแก้ไข...

    blog.groupdocs.cloud/th/total/welcome-2017-spec...
  3. GroupDocs ニュースレター 2017 年 3 月 – API の更新とコード例

    2017 年 6 月の GroupDocs 開発者ニュースレターでは、GroupDocs ドキュメント操作 API 内の API の更新、主要な機能強化、バグ修正について説明しています。...Comparison for .NET は、Comparison.Imaging による DICOM...

    blog.groupdocs.cloud/ja/total/groupdocs-newslet...
  4. Document Automation REST APIs | GroupDocs Cloud

    Document Automation REST APIs | GroupDocs Cloud Recent content on Document Automation REST APIs | GroupDocs Cloud HTML in PDF umwandeln mit Node.js | DOC Export über die GroupDocs REST API Easily c......Comparison Cloud SDK. Unser ausführlicher...Python mit dem GroupDocs.Comparison Cloud SDK für Python. Konvertieren...

    blog.groupdocs.cloud/de/index.xml
  5. 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....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/get-document-inf...
  6. Available SDKs | Documentation

    GroupDocs.Metadata Cloud SDKs GroupDocs.Metadata 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....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/available-sdks/
  7. Extract Metadata By Property Value | Documentation

    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. 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....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  8. 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. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  9. Add Metadata By Tag | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by exact tag and category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have specified tag. 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....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/
  10. Remove Metadata By Property Name Match Regex | ...

    This REST API allows to remove metadata properties from the document choosing the properties with names matching the specified regular expression. cURL example The following example demonstrates how to remove metadata properties that match regular expression “^[N]ame[A-Z].*”. 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....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/remove-metadata-b...