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

property

(0.42 sec)
  1. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...wide range of methods and properties. Follow this guide to learn...Node.js offers methods and properties to password-protect PowerPoint...

    blog.groupdocs.cloud/groupdocs.cloud/page/11/
  2. Gabungkan File JPG di Node.js | Penggabungan JP...

    Ikuti postingan blog ini untuk menggabungkan file JPG di Node.js. GroupDocs.Merger menyediakan Cloud SDK, REST API, dan alat online untuk menggabungkan file JPG....JPG sumber dengan memanggil properti filePath. Buat objek kelas...kelas JoinOptions. Panggil properti JoinItems untuk menetapkan array...

    blog.groupdocs.cloud/id/merger/merge-jpg-files-...
  3. Annotate DOCX Files using a REST API in Python

    Programmatically Annotate DOCX Files using REST API on the cloud in Python with Document Annotation Cloud SDK for Python....AnnotationInfo Set various Annotation properties e.g. position, type, text...AnnotationInfo Set various Annotation properties for the first instance e...

    blog.groupdocs.cloud/annotation/annotate-docx-f...
  4. Add Metadata By Possible Tag Name | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add 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 add metadata date and time information in all properties that have particular string phrase in theirs tag names. Linux/MacOS/Bash # Get JSON Web Token curl -v "https://api....API allows to add metadata properties to the document choosing...and time information in all properties that have particular string...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  5. 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....API allows to add metadata properties to the document choosing...and time information in all properties that have specified tag....

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/
  6. 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....metadata properties from the document choosing the properties by exact...metadata information from all properties with Created tag. Linux/MacOS/Bash...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  7. Gabungkan File PNG di Node.js - Perpustakaan Pe...

    GroupDocs.Merger menawarkan Cloud SDK untuk Node.js untuk menggabungkan gambar PNG secara terprogram. Pengembang Node.js dapat menginstal API ini dengan mudah dan menjalankan berbagai metode....PNG sumber dengan memanggil properti filePath. Buat objek kelas...kelas JoinOptions. Panggil properti JoinItems untuk menetapkan array...

    blog.groupdocs.cloud/id/merger/merge-png-files-...
  8. Set Metadata By Tag | Documentation

    This REST API allows to set document metadata new values choosing properties by exact tag and category name. cURL example The following example demonstrates how to set metadata information to all properties with the “Creator” tag name. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in CLIENT_ID and Client Secret in CLIENT_SECRET environment variables. curl -v "https://api....metadata new values choosing properties by exact tag and category...metadata information to all properties with the “Creator” tag name...

    docs.groupdocs.cloud/metadata/set-metadata-by-tag/
  9. 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....appearance options and alignment properties QR-Code Signature - put different...appearance options and alignment properties Digital Signature - put digital...

    docs.groupdocs.cloud/signature/overview/
  10. Úprava metadat souborů PDF pomocí REST API v C#

    Programově upravujte metadata souborů PDF pomocí REST API v cloudu v C# s Metadata Manipulation Cloud SDK pro .NET...SetOptions { FileInfo = fileInfo, Properties = new List<SetProperty> {...SetOptions { FileInfo = fileInfo, Properties = new List<SetProperty> {...

    blog.groupdocs.cloud/cs/metadata/edit-metadata-...