This REST API allows to remove metadata properties from the document choosing the properties with names matching the specified regular expression.
cURL example The following example demonstrates how to remove metadata properties that match regular expression “^[N]ame[A-Z].*”.
Request # 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" argument. curl -v "https://api....Match Regex Remove Metadata By Property Name Match Regex Leave...
This REST API allows to set document metadata new values choosing properties with names matching the specified regular expression.
cURL example The following example demonstrates how to set metadata information to all properties that match regular expression “^NameOfApp.*”.
Request # 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" argument. curl -v "https://api....Match Regex Set Metadata By Property Name Match Regex Leave feedback...
This REST API allows you to add metadata information as properties which names are match the specified regular expression.
cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name that have string ‘print’ in any place of the name.
Request # 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" argument....Match Regex Add Metadata By Property Name Match Regex Leave feedback...
This REST API allows to extract metadata properties from the document choosing the properties which names are matching the specified regular expression.
cURL example The following example demonstrates how to extract metadata information from all properties with the “dc” string in the beginning of the name.
Request # 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" argument....Match Regex Extract Metadata By Property Name Match Regex Leave...
This REST API allows us to extract document’s fields and tables defined in a template object passed as a method parameter.
The following example demonstrates how to extract data from a source document by a user-defined template. Here you can see how to parse text fields by regular expressions and a table inside the document.
Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template defined as an object example....FieldPositionType ": " Regex ", " Regex ": " Company address:...FieldPositionType ": " Regex ", " Regex ": " Company name: " }...