Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 2,489 for

word annotation

(0.31 sec)
  1. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud... Compare two or more Word documents programmatically on...on how to compare two or more Word documents using a REST API in...

    blog.groupdocs.cloud/groupdocs.cloud/page/42/
  2. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format File extension File size Pages count Resource The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place Client Id in $CLIENT_ID and Client Secret in $CLIENT_SECRET environment variables....Annotation Product Solution GroupDocs...'{ "FilePath": "source_files/word/source.docx" }' Windows PowerShell...

    docs.groupdocs.cloud/comparison/get-document-in...
  3. Get list of changes without cloud storage | Doc...

    GroupDocs.Comparison Cloud allows you to get a list of changes between source and target documents by sending the files directly in the request body as multipart/form-data. No prior upload to cloud storage is required. This is especially useful when you already have the document bytes in memory or on disk and prefer a single round-trip call instead of a separate upload step. API usage The PUT /comparison/changes endpoint accepts files as multipart/form-data form fields:...Annotation Product Solution GroupDocs...IO . FileInfo ( "source_files/word/source.docx" ); var targetFile...

    docs.groupdocs.cloud/comparison/get-changes-wit...
  4. GroupDocs.Annotation 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. You can programmatically...developer, you can easily annotate PDF documents on the cloud...

    blog.groupdocs.cloud/categories/groupdocs.annot...
  5. Set Metadata By Property Value | Documentation

    This REST API allows to set document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set metadata information to all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from environment variables CLIENT_ID and CLIENT_SECRET. 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...properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # First...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  6. Annotate DOCX Files on Document Automation REST...

    Annotate DOCX Files on Document Automation REST APIs | GroupDocs Cloud Recent content in Annotate DOCX Files on Document Automation REST APIs | GroupDocs Cloud Node.js में REST API का उपयोग करके Wo......Annotate DOCX Files on Document Automation REST APIs | GroupDocs...GroupDocs Cloud Recent content in Annotate DOCX Files on Document Automation...

    blog.groupdocs.cloud/hi/tag/annotate-docx-files...
  7. How to Convert Excel to PDF using Java API

    Convert your documents and files using our fast and secure file format REST API in Java. This article is about how to convert Excel to PDF using Java API....text, structuring elements, annotations, and graphics. You can convert...documents and images online like Word, PDF, PowerPoint, Excel, HTML...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  8. Reject all revisions | Documentation

    GroupDocs.Comparison Cloud allows to reject all revisions in Word document and save the result. The following code sample demonstrates how to reject all revisions without getting them. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Call API method with options Download comparison result document from storage (if any) Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Annotation Product Solution GroupDocs...allows to reject all revisions in Word document and save the result...

    docs.groupdocs.cloud/comparison/reject-all-revi...
  9. 如何使用 Python 将 PDF 转换为可编辑的 Word 文档

    使用 Python Cloud SDK 将 PDF 转换为可编辑的 Word 文档,以便在任何平台上进行文档转换,而无需依赖第三方工具或应用程序。...开发人员,您的用户可能会要求在您的应用程序中提供 PDF 到 Word 文档转换功能。因为如果没有 Adobe Acrobat,编辑...、图像等内容的需求。解决方案是将PDF文档转换为可编辑的Word文档。但是,您知道这在编程上并不是那么简单。幸运的是,有一个模块;...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  10. Overview | Documentation

    GroupDocs.Signature Cloud is a REST API to create, verify, search, update and delete different type of Signatures objects to documents in the cloud by performing a wide variety of signature options you can wish to put on a document in the cloud, verify document and search Signatures in it. Note Summary there are five types of supported Signature type you can operate with. Text Signature - simple text label with different appearance settings and ability to align the signature location on page area, set font and colors, same as put on any or all pages of a document Image Signature - image signature with amount of filters and appearance settings, like Opacity, gray scale filter, brightness, contracts etc Barcode Signature - put different Barcode encode types on Document pages with lot of additional settings, appearance options and alignment properties QR-Code Signature - put different QR-Code encode types on Document pages with a lot of additional settings, appearance options and alignment properties Digital Signature - put digital signatures like certificate files (PFX, CRT format) on Document or separate pages (for PDF only) with a lot of additional settings, appearance options and alignment properties Stamp Signature - put Stamp generated images on Document pages Our GroupDocs....Annotation Product Solution GroupDocs...Microsoft Document formats like Word, Excel, PowerPoint Verify Text...

    docs.groupdocs.cloud/signature/overview/