Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 423 for

metadata properties

(0.14 sec)
  1. 在 Node.js 中使用 REST API 比较 PDF 文件 | PDF比较SDK

    使用适用于 Java 的元数据操作 Cloud SDK 在 Java 中使用云上的 REST API 以编程方式提取 MP3 文件的元数据...Metadata Cloud 的 Java SDK API 来提取 MP3...的 Java 应用程序中轻松使用 GroupDocs.Metadata Cloud。 <repository> <id>g...

    blog.groupdocs.cloud/zh/metadata/extract-metada...
  2. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....Metadata Product Solution GroupDocs...contains the full list of properties. Name Description Comment...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  3. Verify digital signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given Properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Metadata Product Solution GroupDocs...the signatures with given properties are present in a document...

    docs.groupdocs.cloud/signature/verify-digital-s...
  4. Import attachment into pdf document | Documenta...

    This REST API allows add attachments into pdf documents. Attachments should be uploaded into cloud storage before importing. The table below contains the full list of Properties that can be specified. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Attachments Collection of attachments files paths OutputPath Path to resultant document Required Resource URI HTTP POST ~/import Swagger UI lets you call this REST API directly from the browser....Metadata Product Solution GroupDocs...contains the full list of properties that can be specified. Name...

    docs.groupdocs.cloud/merger/import-attachment/
  5. Verify QR-code signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given Properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Metadata Product Solution GroupDocs...the signatures with given properties are present in a document...

    docs.groupdocs.cloud/signature/verify-qr-code-s...
  6. Convert Word to HTML Online in Python

    You can convert a DOC file to a HTML file to display the word doc in a web browser. This article is about how to convert word to html online in Python....HtmlConvertOptions if required Set various properties such as from_page and pages_count...Product Family (16) GroupDocs.Metadata Cloud Product Family (4) GroupDocs...

    blog.groupdocs.cloud/2022/08/02/convert-word-to...
  7. Search for Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides an easy and straightforward way to find all Barcode signatures that are present in a document API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Metadata Product Solution GroupDocs...SearchBarcodeOptions () # set signature properties opts . page = 1 opts . signature_type...

    docs.groupdocs.cloud/signature/search-for-barco...
  8. Adjust time unit | Documentation

    When rendering MS Project documents GroupDocs.Viewer Cloud tries to find optimal output size and time unit depending on the project’s overall length. In case you need to set your own page size or time unit, you can set ProjectManagementOptions class Properties class as shown in code samples below. Time unit refers to smallest unit (days, third of a month or month) used in timescale bar. When the TimeUnit.Days is selected, you will get the most detailed view of your tasks....Metadata Product Solution GroupDocs...ProjectManagementOpt class properties class as shown in code samples...

    docs.groupdocs.cloud/viewer/adjust-time-unit/
  9. Image Viewer - Adjust image size | Documentation

    Image Viewer allows you to set custom output image size in pixels through Width and Height Properties in ImageOptions. Keep in mind that aspect ratio is automatically applied when you set Width or Height only. This example demonstrates how to set output image size API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Metadata Product Solution GroupDocs...through Width and Height properties in ImageOptions. Keep in...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  10. Convert HTML to PDF using REST API in Python | ...

    Programmatically convert HTML files to PDF documents using a REST API on the cloud in Python with Document Conversion Cloud SDK for Python....required Optionally set various properties such as dpi, margin_top,...Product Family (16) GroupDocs.Metadata Cloud Product Family (4) GroupDocs...

    blog.groupdocs.cloud/2021/09/24/convert-html-to...