Sort Score
Result 10 results
Languages All
Labels All
Results 4,521 - 4,530 of 4,888 for

annotation

(0.1 sec)
  1. Document Processing REST APIs | GroupDocs Cloud

    Document Processing REST APIs | GroupDocs Cloud Recent content on Document Processing REST APIs | GroupDocs Cloud .NET で PDF ファイルを分類する:チュートリアルとサンプルコード .NET で GroupDocs.Classification Cloud SDK を使用し......PDF 内のテキストを強調表示する Document Annotation Cloud SDK for Node.js を使用して、Node...PDF ドキュメントに注釈を付ける Document Annotation Cloud SDK for PHP を使用して、PHP...

    blog.groupdocs.cloud/ja/index.xml
  2. document viewer

    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....Annotation for .NET 现在支持 HTML 和电子邮件文档格式注释,以及处理...

    blog.groupdocs.cloud/zh/tag/document-viewer/
  3. Bản tin GroupDocs tháng 3 năm 2017– Cập nhật AP...

    Bản tin dành cho nhà phát triển GroupDocs vào tháng 5 năm 2017 mô tả các bản cập nhật API, cải tiến tính năng chính và sửa lỗi trong API thao tác tài liệu GroupDocs....Annotation for Java APIs cho phép bạn...

    blog.groupdocs.cloud/vi/total/groupdocs-newslet...
  4. GroupDocs 뉴스레터 2017년 3월 – API 업데이트 및 코드 예제

    2017년 5월의 GroupDocs 개발자 뉴스레터에서는 GroupDocs 문서 조작 API 내의 API 업데이트, 주요 기능 향상 및 버그 수정에 대해 설명합니다....Annotation 을 사용하면 문서 내용에 메모, 주석 및 태그를...

    blog.groupdocs.cloud/ko/total/groupdocs-newslet...
  5. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...fonctionnalité d’affichage, d’annotation, de signature électronique...

    blog.groupdocs.cloud/fr/groupdocs.cloud/page/48/
  6. GroupDocs.Total 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....Annotation for .NET 17.1.0 обеспечивает...

    blog.groupdocs.cloud/ru/categories/groupdocs.to...
  7. GroupDocs.Total 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....Annotation for . خبرنامه ماهانه ژانویه...

    blog.groupdocs.cloud/fa/categories/groupdocs.to...
  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....Annotation 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....Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  10. 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. Linux/MacOS/Bash # Get JWT token 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' # Join several documents into one curl -v 'https://api....Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/