Sort Score
Result 10 results
Languages All
Labels All
Results 9,011 - 9,020 of 18,019 for

groupdocs java rest api

(0.12 sec)
  1. Text Replacement Annotation | Documentation

    Text Replacement annotation replaces original text with other provided text fragment Api usage There are steps that usage of Groupdocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File Api) Add annotation(s) Download document with annotations (using File Api) HTTP POST ~/annotation/add Swagger UI lets you call this Rest Api directly from the browser. cURL example Linux/MacOS/Bash # 1. Get JSON Web Token # Replace $CLIENT_ID and $CLIENT_SECRET with your actual credentials (or set them as environment variables)....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/annotation/text-replacemen...
  2. 在 Node.js 中使用 REST API 比较 PDF 文件 | PDF比较SDK

    使用用于 Node.js 的 Groupdocs.Signature Cloud SDK 在 Node.js 中的云中使用 Rest Api 以编程方式签署带有数字签名的文档。...js 中使用 REST API 对文档进行数字签名。 本文应涵盖以下主题: 文档签名 REST API 和 Node.js...Node.js 中使用 REST API 签署 Word 文档 在 Node.js 中使用 REST API 签署 PDF 文档...

    blog.groupdocs.cloud/zh/signature/sign-document...
  3. \"تحويل DOC إلى JPEG في جافا\" on Document Proc...

    \"تحويل DOC إلى JPEG في جافا\" on Document Processing Rest Apis | Groupdocs Cloud Recent content in \"تحويل DOC إلى JPEG في جافا\" on Document Processing Rest Apis | Groupdocs Cloud تحويل Word إلى ......Document Processing REST APIs | GroupDocs Cloud Recent content...Processing REST APIs | GroupDocs Cloud تحويل Word إلى JPG في Java - DOCX...

    blog.groupdocs.cloud/ar/tag/\تحويل-doc-إلى-jpeg...
  4. Extract Metadata By Tag | Documentation

    This Rest Api allows to extract metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to extract metadata information from all properties with Created tag. Linux/MacOS/Bash # Get JSON Web Token # Provide your Client Id and Client Secret via 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  5. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  6. Add Text Watermarks | Documentation

    This Rest Api allows adding text watermarks to the document. With this Api you can add watermarks with following features: For a text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc.; There are many watermark positioning and transforming properties; There are format-specific options. These options allow to leverage specific format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/watermark/add-text-waterma...
  7. Accept or reject revisions | Documentation

    Groupdocs.Comparison Cloud allows to accept or reject revisions from Word document and save the result. The following code sample demonstrates how to accept all revisions. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/comparison/accept-reject-r...
  8. Compare multiple documents with specific compar...

    Groupdocs.Comparison Cloud allows to compare more that 2 documents and specify some specific comparison options like styling for detected changes, comparison details level etc. The following code sample shows how to compare multiple documents with specific options. Api usage There are steps that usage of Groupdocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File Api documentation for usage details....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/comparison/compare-multipl...
  9. Working with Text 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 Text. It provides methods to create Text Signature in Document Pages with different options of Text, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Text Signature to Document You can create Text Signature on Document provided by fileName and document folder (if required) using following Api....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/signature/working-with-tex...
  10. HTML Viewer - Exclude fonts | Documentation

    When rendering documents into HTML, by default the fonts that are used in the document are added to HTML content. This ensures fonts availability so that you can be pretty sure that the text from the original document will appear similar in the HTML, regardless of whether the fonts are installed on the viewer’s device or not. Depending on type of Html rendering (with embedded or with external resources) the fonts are added inline as base64-encoded fonts or as external resources....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/viewer/html-viewer-exclude...