Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 604 for

properties

(0.07 sec)
  1. Remove Metadata By Property Value | Documentation

    This REST API allows to remove metadata Properties from the document choosing the Properties which values are matching the specified. cURL example The following example demonstrates how to remove metadata Properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # Get JSON Web 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' # cURL example to join several documents into one curl -v 'https://api....Metadata By Property Value Remove Metadata By Property Value Leave...metadata properties from the document choosing the properties which...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  2. Remove Metadata By Property Name Match Exact Ph...

    This REST API allows to remove metadata Properties from the document choosing the Properties with specified name. cURL example The following example demonstrates how to remove metadata Properties that have exact “NameOfApplication” names. Linux/MacOS/Bash # Get JSON Web Token # Set your client credentials in 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" # Join several documents into one (example endpoint) curl -v "https://api....Metadata / Remove Metadata By Property Name Match Exact Phrase Remove...Remove Metadata By Property Name Match Exact Phrase Leave feedback...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  3. Remove Metadata By Tag | Documentation

    This REST API allows to remove metadata Properties from the document choosing the Properties by exact tag and category name. cURL example The following example demonstrates how to remove all metadata Properties with the “Created” tag name. Linux/MacOS/Bash # 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" # Example: remove metadata from a document curl -v "https://api....metadata properties from the document choosing the properties by exact...how to remove all metadata properties with the “Created” tag name...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  4. Remove Metadata By Possible Tag Name | Document...

    This REST API allows to remove metadata Properties from the document choosing the Properties to remove 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 remove metadata Properties that have “creator” phrase in theirs tag names. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET env variables are set....metadata properties from the document choosing the properties to remove...demonstrates how to remove metadata properties that have “creator” phrase...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  5. Get Metadata Tags Information | Documentation

    This REST API allows to obtain tags and Properties information from document metadata. Endpoint accepts document storage path as input payload. Operation traverses whole metadata tree packages and retrieve Properties within the package. 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 Could be omitted for default storage. Resource URI HTTP POST ~/metadata/tags Swagger UI lets you call this REST API directly from the browser....allows to obtain tags and properties information from document...tree packages and retrieve properties within the package. The table...

    docs.groupdocs.cloud/metadata/get-metadata-tags...
  6. How to work with Files and Storage | Documentation

    Using Files view Log into Dashboard. Click on the Files Page. Expand Storage drop-down and select the desired Storage e.g “Test”. Uploading Local File to a Storage Click Upload A dialog box appears, browse the desired file from your local machine. e.g “Input.docx” and click Open Close the dialog box Congratulations! The file has been successfully uploaded. You can view multiple Properties of input.docx file i.e. Name, Size and Modified date.... You can view multiple properties of input.docx file i.e. Name...You can also view multiple properties i.e. FolderName, Size and...

    docs.groupdocs.cloud/total/how-to-work-with-fil...
  7. Common structures | Documentation

    Page contains description for common structures and its Properties SignatureType Properties Specifies enumeration of supported Signature Types. Example SignatureType object { "SignatureType": "Text" } Name Description Text Specifies Text signature type Image Specifies Image signature type Digital Specifies Digital signature type Barcode Specifies Barcode signature type QRCode Specifies QRCode signature type Stamp Specifies Stamp signature type PagesSetup Properties Provides options to specify special or ordinary pages for Document processing. Example PagesSetup object...structures and its properties SignatureType properties Specifies enumeration...signature type PagesSetup properties Provides options to specify...

    docs.groupdocs.cloud/signature/common-structures/
  8. Compare PDF Files using REST API in Node.js | P...

    Programmatically Extract Metadata of MP3 Files using a REST API on the cloud in Java with Metadata Manipulation Cloud SDK for Java...remove or extract various properties of audio files stored in...can easily extract metadata properties such as title, artist, and...

    blog.groupdocs.cloud/metadata/extract-metadata-...
  9. 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...
  10. Extract Whole Metadata Tree | Documentation

    This REST API allows to extract whole metadata Properties tree. cURL example The following example demonstrates how to retrieve all metadata Properties. 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" # Example to join several documents into one curl -v "https://api.groupdocs.cloud/v1.0/metadata" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FileInfo": { "FilePath": "documents/input....to extract whole metadata properties tree. cURL example The following...to retrieve all metadata properties. Linux/MacOS/Bash # First...

    docs.groupdocs.cloud/metadata/extract-whole-met...