Sort Score
Result 10 results
Languages All
Labels All
Results 4,461 - 4,470 of 4,886 for

annotation

(0.14 sec)
  1. Working with Barcode Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with Barcode. It provides methods to create Barcode Signature in Document Pages with different options of Barcode type, location, alignment, font, margins and appearances by using signature-options-objects object data in request body. Add Barcode Signature to Document You can create Barcode Signature on Document provided by fileName and document folder (if required) using following API....Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/working-with-bar...
  2. पायथन के साथ पीडीएफ को संपादन योग्य वर्ड दस्ताव...

    तृतीय-पक्ष टूल या एप्लिकेशन पर निर्भर हुए बिना किसी भी प्लेटफ़ॉर्म पर दस्तावेज़ रूपांतरण के लिए पायथन क्लाउड एसडीके के साथ पीडीएफ को संपादन योग्य वर्ड दस्तावेज़ में परिवर्तित करें।...hide_pdf_annotations = True loadOptions.remove_embedded_files...

    blog.groupdocs.cloud/hi/conversion/convert-pdf-...
  3. 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 menyediakan...

    blog.groupdocs.cloud/id/categories/groupdocs.to...
  4. GroupDocs 通訊 2017 年 3 月 – API 更新和代碼示例

    2017 年 6 月的 GroupDocs 開發人員通訊介紹了 GroupDocs 文檔操作 API 中的 API 更新、主要功能增強和錯誤修復。...Annotation for .NET 允許動態註釋業務文檔和圖像文件...

    blog.groupdocs.cloud/zh-hant/total/groupdocs-ne...
  5. GroupDocs 時事通訊 2017 年 10 月版 – 文檔操作 API 更新

    2017 年 10 月的 GroupDocs 開發人員時事通訊介紹了 GroupDocs 文檔操作 API 中的 API 更新、主要功能增強和錯誤修復。...Annotation for .NET 17.8 現在支持從 PowerPoint...

    blog.groupdocs.cloud/zh-hant/total/groupdocs-ne...
  6. 2013 - Tahun yang Menyenangkan Untuk GroupDocs

    Tahun ini cukup penting dan sukses bagi kami. Mari kita lihat pencapaian utama GroupDocs di tahun 2013....Viewer for Java , GroupDocs Annotation for .NET, GroupDocs Signature...

    blog.groupdocs.cloud/id/total/2013-exciting-yea...
  7. Detecting paraphrases in text with GroupDocs.Re...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrase detection in texts....Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/text/sdk/detect/
  8. 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....Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/get-document-inform...
  9. Set Metadata By Property Name Match Regex | Doc...

    This REST API allows to set document metadata new values choosing properties with names matching the specified regular expression. cURL example The following example demonstrates how to set metadata information to all properties that match regular expression “^NameOfApp.*”. Linux/MacOS/Bash # First 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" # cURL example to join several documents into one curl -v "https://api....Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  10. Add Metadata By Property Name | Documentation

    This REST API allows you to add metadata information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time information in all properties that may have names containing specified string value. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. 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" # Add metadata to a document curl -v "https://api....Annotation Product Solution GroupDocs...

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