Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 1,120 for

watermark annotation

(0.09 sec)
  1. Інформаційний бюлетень GroupDocs, серпень 2017 ...

    Інформаційний бюлетень розробників GroupDocs за серпень 2017 року описує оновлення API, нові функції, приклади коду .NET і Java в рамках API обробки документів GroupDocs....Watermark для .NET 17.7.0 дає змогу...діаграм у .NET # API GroupDocs.Annotation для .NET 17.6.0 тепер підтримує...

    blog.groupdocs.cloud/uk/total/groupdocs-newslet...
  2. Buletin GroupDocs Agustus 2017– .NET, Pembaruan...

    Buletin pengembang GroupDocs Agustus 2017 menjelaskan pembaruan API, fitur baru, contoh kode .NET dan Java dalam API manipulasi dokumen GroupDocs....Watermark untuk .NET 17.7.0 memungkinkan...Populer di .NET # GroupDocs.Annotation untuk .NET 17.6.0 API kini...

    blog.groupdocs.cloud/id/total/groupdocs-newslet...
  3. Newsletter GroupDocs Červenec 2017 – Aktualizac...

    Newsletter pro vývojáře GroupDocs z července 2017 popisuje aktualizace rozhraní API, hlavní vylepšení funkcí a opravy chyb v rozhraní API pro manipulaci s dokumenty GroupDocs....Annotation for .NET nyní podporuje anotaci...a PowerPoint? # GroupDocs.Watermark for .NET 17.6.0 usnadňuje...

    blog.groupdocs.cloud/cs/total/groupdocs-newslet...
  4. GroupDocs 通訊 2017 年 8 月 – .NET、Java API 更新和代碼示例

    GroupDocs 開發人員通訊 2017 年 8 月介紹了 GroupDocs 文檔操作 API 中的 API 更新、新功能、.NET 和 Java 代碼示例。...Watermark for .NET 17.7.0 使您能夠根據包含字...NET 中註釋流行的圖表格式 # GroupDocs.Annotation for .NET 17.6.0 API 現在提供對...

    blog.groupdocs.cloud/zh-hant/total/groupdocs-ne...
  5. Quickstart | 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....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/quickstart/
  6. SearchResult | Documentation

    SearchResult data structure returned by Search API method as output result SearchResult example { "fileInfo": { "filePath": "/words/docx/one-page.docx", "password" : "1234567890" }, "size" : 12345, "signatures": [ { "barcodeType": "Code128", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "Barcode", "pageNumber": 1, "signatureId": "114bc076-f734-4edf-9ce4-2277725a6ea5", "isSignature": true, "createdOn": "2020-07-22T07:45:01.6812929+00:00", "modifiedOn": "2020-07-22T07:45:01.6812929+00:00", "top": 100, "left": 100, "width": 300, "height": 100 } ] } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process Signatures Array of found Signatures that match for passed Search Options....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/searchresult/
  7. Supported File Formats | Documentation

    GroupDocs.Classification Cloud REST API support to classify several documents formats such as: Classification From: Portable Document Format: PDF Documents: DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT, ODT, OTT Resource The following GroupDocs.Classification Cloud REST API resource has been used in the Supported File Formats example. cURL Rest Example Request curl -v "https://api.groupdocs.cloud/v1.0/classification/formats" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer [Acccess Token] Response { "formats": [ { "fileFormat": "Microsoft Word", "extension": "....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/classification/supported-f...
  8. InfoResult | Documentation

    InfoResult data structure returned by Document Info API as output result InfoResult example { "FormatExtension": "string", "Format": "string", "Pages": [ { "Number": 0, "Width": 0, "Height": 0, "Visible": true, "Lines": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Words": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Characters": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string" } ] } ] } ] } ], "Attachments": [ { "Name": "string" } ], "ArchiveViewInfo": { "Folders": [ "string" ] }, "CadViewInfo": { "Layers": [ { "Name": "string", "Visible": true } ], "Layouts": [ { "Name": "string", "Width": 0, "Height": 0 } ] }, "ProjectManagementViewInfo": { "StartDate": "2020-04-02T05:56:17....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/inforesult/
  9. Get Supported File Types | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Parser Cloud product. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the get supported file types example. HTTP POST ~~/formats cURL example The following example demonstrates how to get supported file types. 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....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/get-supported-file-...
  10. Delete Template | Documentation

    This REST API provides the functionality to remove files which no more useful in Parse endpoint. You can use storage methods to remove template files as well. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the Delete Template example....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/delete-template/