Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 1,963 for

value

(0.06 sec)
  1. Document Information | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Get Document Information This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. cURL example Request curl -v "https://api.groupdocs.cloud/v1/signature/document.docx/document/info" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer _0zqJ6w3enMdpEw5C6ZKm3lgYvHell1lHdx3vztekvBpCbZGqMvMplrKNrsVXih9Xe6738GSej2hb0BnwKVVz-ANEOnW0bGqjeiJcEySo2Y9-9VZ1K_rs_p4zZcsMoGNuDkL9G4rowGX9Wd1frChwRXzsJCpJUs9G5fGK-0kochaFTVdMgoOHU8JjUOQ5wiu-_ZQSbR0bMKRamxEyc_P_gv9NU7LTJQTCrP1SIJwem1WTX7GaTr8JRUYE0zsXH2vHUkJ1rNh-1RPblqE6wwrfxkklTCGxAWTxvoaSG-Ax-h2Zl9nZkBCAjS48zzz2kqIWS-K5WUmGPP9hAWQL00_deMB0Qi7xqvf2MWoJ831mFnyse-ZQ80fAqPyFBdYpS-xVFC0Uuc8rVHehydCxD0_oIJWkCU_GuDJpNMv6q4IpM-1RzFn" Response { "fileName": "document.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/signature/document-informa...
  2. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. 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 It could be omitted for default storage.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/parser/get-document-inform...
  3. Extract Images from the Whole Document | Docume...

    This REST API allows extracting images from the whole document by default. Document could be a file of any supported formats.You need to specify only the file information parameters. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the extract image from the whole document example. cURL example The following example demonstrates how to extract text from the whole document. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/parser/extract-images-from...
  4. Add Text Watermarks | Documentation

    This REST API allows adding text watermarks to the document. With this API you can add watermarks with following features: For a text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc.; There are many watermark positioning and transforming properties; There are format-specific options. These options allow to leverage specific format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/watermark/add-text-waterma...
  5. Extract Formatted Text | Documentation

    This REST API allows extracting formatted text by setting the pages extraction mode option. You need to specify the FormattedTextOptions Mode parameter besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract formatted text example. cURL example The following example demonstrates how to extract formatted text. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/parser/extract-formatted-t...
  6. Working With Folders | GroupDocs.Rewriter Cloud...

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find the folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Rewriter Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs expose....[Access Token]" Response { "value": [ { "name": "four-pages.docx"...folder/files you need to pass true value to a recursive parameter in...

    docs.groupdocs.cloud/rewriter/working-with-fold...
  7. Working With Folders | GroupDocs.Translation Cl...

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find the folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Translation Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs expose....[Access Token]" Response { "value": [ { "name": "four-pages.docx"...folder/files you need to pass true value to a recursive parameter in...

    docs.groupdocs.cloud/translation/working-with-f...
  8. groupdocs-conversion-cloud-java/pom.xml at mast...

    Java SDK to communicate with the GroupDocs.Conversion REST API. Convert between 50+ documents & image formats in the Cloud. - groupdocs-conversion-cloud-java/pom.xml at master · groupdocs-conversion-cloud/groupdocs-conversion-cloud-java...<name>loggerPath</name> <value>conf/log4j.properties</value> </property>...

    github.com/groupdocs-conversion-cloud/groupdocs...
  9. Digital Signing of PDF Documents in Node.js wit...

    Hello, first post here. I followed the Node.js SDK example and so far I got this: certificate = Assets.getBinary('keyStore.pfx') imagePath = Assets.getBinary('base_icon_transparent_background.png') axios.get(url, { re…...SignDigitalOptions to true, as its default value is false. It will help you to...opaque and 1 for clear, default value is 0. 1 Like biglesias April...

    forum.groupdocs.cloud/t/digital-signing-of-pdf-...
  10. Apex Cloud User Access Rights - Free Support Fo...

    Hello we are using the GroupDocs SDK for Apex (SalesForce) in are organization we have this function public void giveUserCollaboratorAccessToFiles(GD_ListEntitiesResult result) { GD_UserInfo user = createUserIfNeeded(); GD_ReviewerInfo info = new GD_ReviewerInfo(); info.primary_email = user.primary_email; info.firstName = user.firstname; info.lastName = user.lastname; info.access_rights = '3'; info.guid = user.guid; info.color = 16711680; GD_ListEntitiesRe......enums and return the integer value needed for the scripts generating...That is actually the first value that I tried. I have tried 3...

    forum.groupdocs.cloud/t/apex-cloud-user-access-...