Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 4,349 for

name

(0.04 sec)
  1. metadata.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.cloud/metadata/add-metadata/ weekly 0.5 https://docs.groupdocs.cloud/metadata/release-n......cloud/metadata/add-metadata-by-possible-tag-name/ weekly 0.5 https://docs.groupdocs...cloud/metadata/add-metadata-by-property-name/ weekly 0.5 https://docs.groupdocs...

    docs.groupdocs.cloud/sitemaps/metadata.xml
  2. Get Supported Barcodes | Documentation

    GroupDocs.Signature Cloud REST API supports to sign a document with Barcode. This API lists all supported Barcode types. Resource The following GroupDocs.Signature Cloud REST API resource has been used in example to list supported Barcode types. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/signature/barcodes" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "barcodeTypes": [ { "Name": "AustralianPosteParcel" }, { "Name": "AustralianPost" }, { "Name": "Codabar" }, { "Name": "CodablockF" }, { "Name": "Code11" }, { "Name": "Code128" }, { "Name": "Code16K" }, { "Name": "Code32" }, { "Name": "Code39Standard" }, { "Name": "Code39Extended" }, { "Name": "Code93Extended" }, { "Name": "Code93Standard" }, { "Name": "DatabarExpanded" }, { "Name": "DatabarExpandedStacked" }, { "Name": "DatabarLimited" }, { "Name": "DatabarOmniDirectional" }, { "Name": "DatabarStacked" }, { "Name": "DatabarStackedOmniDirectional" }, { "Name": "DatabarTruncated" }, { "Name": "DataLogic2of5" }, { "Name": "DeutschePostIdentcode" }, { "Name": "DeutschePostLeitcode" }, { "Name": "DotCode" }, { "Name": "DutchKIX" }, { "Name": "EAN8" }, { "Name": "EAN13" }, { "Name": "EAN14" }, { "Name": "GS1CodablockF" }, { "Name": "GS1Code128" }, { "Name": "IATA2of5" }, { "Name": "Interleaved2of5" }, { "Name": "ISBN" }, { "Name": "ISMN" }, { "Name": "ISSN" }, { "Name": "ItalianPost25" }, { "Name": "ITF14" }, { "Name": "ITF6" }, { "Name": "MacroPdf417" }, { "Name": "Matrix2of5" }, { "Name": "MaxiCode" }, { "Name": "MicroPdf417" }, { "Name": "MSI" }, { "Name": "OneCode" }, { "Name": "OPC" }, { "Name": "PatchCode" }, { "Name": "Pdf417" }, { "Name": "Pharmacode" }, { "Name": "Planet" }, { "Name": "Postnet" }, { "Name": "PZN" }, { "Name": "RM4SCC" }, { "Name": "SCC14" }, { "Name": "SingaporePost" }, { "Name": "SSCC18" }, { "Name": "Standard2of5" }, { "Name": "SwissPostParcel" }, { "Name": "UPCA" }, { "Name": "UpcaGs1Code128Coupon" }, { "Name": "UpcaGs1DatabarCoupon" }, { "Name": "UPCE" }, { "Name": "VIN" } ] } SDK examples The API is completely independent of your operating system, database system or development language...."barcodeTypes" : [ { "name" : "AustralianPosteParce" }, { "name" : "AustralianPost"..."AustralianPost" }, { "name" : "Codabar" }, { "name" : "CodablockF"...

    docs.groupdocs.cloud/signature/get-supported-ba...
  3. Annotation tools not working - Free Support For...

    Hi, Using the cloud annotation app. The following tools do nothing when I try to use them: Text redaction Resource redaction Text replacement Perhaps I’m not using them correctly? Thanks...role name. Can be: SysAdmin, Admin, User, Guest $role->name = "User";...array($role); //Set nick name as entered first name $user->nickname =...

    forum.groupdocs.cloud/t/annotation-tools-not-wo...
  4. Search Options Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Search Options objects and object properties SearchOptionsCollectionData Object Provides list of options for documents searching. Example SearchOptionsCollectionData object { "items": [ { "barcodeTypeName": "Code39Standard", "text": "123456789012", "matchType": "Contains", "documentPageNumber": 3, "pagesSetup": { "firstPage": false, "lastPage": true, "oddPages": false, "evenPages": true, "pageNumbers": [ 1, 3, 5 ] }, "searchAllPages": true }, { "documentPageNumber": 3, "pagesSetup": { "firstPage": false, "lastPage": true, "oddPages": false, "evenPages": true, "pageNumbers": [ 1, 3, 5 ] } ] } SearchOptionsCollectionData Object Fields...SearchOptionsCollect Object Fields Name Type Description Items List...CellsSearchBarcodeOp Object Fields Name Type Description BarcodeTypeName...

    docs.groupdocs.cloud/signature/search-options-o...
  5. Set Metadata | Documentation

    This REST API allows to set metadata new values into existing properties of the documents. With this API you can set metadata with following features: Metadata properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be edited. You could search for properties to set by: Name (a part of Name, exact phrase, regex match. All Names matching is ignorecase); tag (exact tag, possible tag Name); value....properties to set by: name (a part of name, exact phrase, regex...regex match. All names matching is ignorecase); tag (exact tag, possible...

    docs.groupdocs.cloud/metadata/set-metadata/
  6. Extract Metadata | Documentation

    This REST API allows to extract metadata from the documents. With this API you can extract metadata with following features: Extract whole metadata properties tree; Extract properties with specified tag; Extract properties with specified Name; Extract properties with specified value; The table below contains the full list of properties that can be specified when extracting metadata from the document. Name Description Comment FileInfo.FilePath The path of the document, located in the storage....Extract properties with specified name; Extract properties with specified...metadata from the document. Name Description Comment FileInfo...

    docs.groupdocs.cloud/metadata/extract-metadata/
  7. Add Metadata | Documentation

    This REST API allows to add metadata to the documents. With this API you can add metadata with following features: Metadata properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be added. You could search for properties to add by: Name (a part of Name, exact phrase, regex match. All Names matching is ignorecase); tag (exact tag, possible tag Name)....properties to add by: name (a part of name, exact phrase, regex...regex match. All names matching is ignorecase); tag (exact tag, possible...

    docs.groupdocs.cloud/metadata/add-metadata/
  8. Remove Metadata | Documentation

    This REST API allows to remove metadata from the documents. With this API you can search metadata to remove with following features: There are many ways to specify what property should be removed. You could search for properties to add by: Name (a part of Name, exact phrase, regex match. All Names matching is ignorecase); tag (exact tag, possible tag Name). values of different types: string; datetime; integer; double; boolean; The table below contains the full list of properties that can be specified when removing metadata to the document....properties to add by: name (a part of name, exact phrase, regex...regex match. All names matching is ignorecase); tag (exact tag, possible...

    docs.groupdocs.cloud/metadata/remove-metadata/
  9. JSON Request Details | GroupDocs.Rewriter Cloud...

    User should put in the requests body following information to paraphrase a document: format — format of file for paraphrasing (ex: docx) outformat — format of paraphrased file (ex: pdf) language — language of source file (ex: en) Name — Name of file to paraphrase (ex: test.docx) folder — folder of file to paraphrase (ex: texts) savepath — folder for paraphrased file (ex: paraphrased) savefile — Name of paraphrased file (ex: paraphrased....of source file (ex: en) namename of file to paraphrase (ex:...(ex: paraphrased) savefile — name of paraphrased file (ex: paraphrased...

    docs.groupdocs.cloud/rewriter/json-request-deta...
  10. Search Result Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Search Options objects and object properties CellsBarcodeSignatureData Object Contains Cells Bar-code Signature properties. CellsBarcodeSignatureData Object Fields Name Type Description BarcodeTypeName string Specifies the Barcode type. Text string Specifies text of Bar-code. ImagesBarcodeSignatureData Object Contains Images Bar-code Signature properties. ImagesBarcodeSignatureData Object Fields Name Type Description BarcodeTypeName string Specifies the Barcode type. Text string Specifies text of Bar-code....CellsBarcodeSignatur Object Fields Name Type Description BarcodeTypeName...ImagesBarcodeSignatu Object Fields Name Type Description BarcodeTypeName...

    docs.groupdocs.cloud/signature/search-result-ob...