Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 1,964 for

value

(0.03 sec)
  1. Authorization | Documentation

    How to get an access token and use it to authorize GroupDocs.Rewriter Cloud API requests....created application and copy the values from Client Id and Client Secret...the value from Client Id field. client_secret - the value from...

    docs.groupdocs.cloud/rewriter/authorization/
  2. 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. 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.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....{ "name" : "FileFormat" , "value" : "3" , "propertyType" : "Integer"...}, { "name" : "MimeType" , "value" : "application/vnd.openxml...

    docs.groupdocs.cloud/metadata/extract-whole-met...
  3. Extract Metadata of MP3 Files using REST API in...

    Programmatically Extract Metadata of MP3 Files using a REST API on the cloud in Java with Metadata Manipulation Cloud SDK for Java...Extract Metadata by Property Value using Java MP3 Metadata Extraction...of the NameOptions Provide value to match and set MatchOptions...

    blog.groupdocs.cloud/2021/07/09/extract-metadat...
  4. DESKTOP File Format - Desktop Entry File

    Learn about DESKTOP format and APIs that can create and open DESKTOP files....text file with a set of key-value pairs organized into sections...application or launcher. Key-Value Pairs: Within each section,...

    docs.fileformat.com/settings/desktop/
  5. CFML - ColdFusion Markup Language File

    Learn about what is a CFML file and APIs that can create and open CFML files.... <tagname attribute="value"> Code/text that is affected...<tagname attribute1="value" attribute2="value"> Code/text that is...

    docs.fileformat.com/web/cfml/
  6. Sending images and scanned PDFs for translation...

    How to scans and image files for translation to the selected languages and get the result as plain text....settings Property Type Default value Description sourceLanguage String...available only for English. Return value If successful, this method returns...

    docs.groupdocs.cloud/translation/file/request/i...
  7. Sending PowerPoint and ODP files for translatio...

    How to send PowerPoint and ODP files for translation to the selected languages....settings Property Type Default value Description sourceLanguage String...(Archive) or both (Both). Return value If successful, this method returns...

    docs.groupdocs.cloud/translation/file/request/p...
  8. Options Objects | Documentation

    Note Note: The features listed in this Page are supported only in GroupDocs.Viewer Cloud V1 Page contains description for option objects and object fields. DocumentInfoOptions Provides options for retrieving attachment information. Example DocumentInfoOptions object { "password": "document password", "attachmentPassword": "attachment password", "extractText": false, "renderComments": false, "renderHiddenPages": false, "defaultFontName": "font name", "transforms": [ "Rotate", "Reorder", "AddPrintAction" ], "watermark": { "text": "watermark text", "color": "Magenta", "position": "Diagonal", "size": 50 }, "cellsOptions": { "renderGridLines": false, "paginateSheets": false, "encoding": "utf-8", "internalHyperlinkPrefix": "prefix", "countRowsPerPage": 50, "textOverflowMode": "OverlayIfNextIsEmpty", "ignoreEmptyRows": false }, "cadOptions": { "scaleFactor": 50, "width": 600, "height": 800, "renderLayouts": true, "layoutName": "Master", "layers": ["Layer1"] }, "emailOptions": { "encoding": "utf-8" }, "wordsOptions": { "encoding": "utf-8", "renderTrackedChanges": false }, "pdfOptions": { "enablePreciseRendering": false, "enableInitialContentOrdering": false, "renderLayersSeparately": false }, "slidesOptions": { "renderNotes": false }, "projectOptions": { "pageSize": "unknown", "pageSize": "unknown" } } Info Object Fields (Click here to expand)... Default value is “png”. Quality int Allows...“jpg”. Valid values are between 1 and 100. Default value is 90. Width...

    docs.groupdocs.cloud/viewer/options-objects/
  9. Add Metadata By Property Name Match Exact Phras...

    This REST API allows you to add metadata information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name as specified. 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...."" }, " Properties ": [ { " Value ": " 02-12-2020 04:41:10 ",...SearchCriteria ": { " NameOptions ": { " Value ": " Lastprinted ", " MatchOptions...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  10. 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...int Gets or sets the padding value for all the edges. Left int...int Gets or sets the padding value for the left edge. Top int Gets...

    docs.groupdocs.cloud/signature/common-structures/