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

value

(0.07 sec)
  1. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. 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. Here is the list of properties that can be obtained for document pages: Page width in pixels (when converted to the image); Page height in pixels (when converted to image); Page number; Visible property that indicates whether the page is visible or not.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/merger/get-document-inform...
  2. 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...
  3. AnnotationInfo | Documentation

    AnnotationInfo data structure describes annotation properties. AnnotationInfo example { "Id": 0, "Type": "string", "Text": "string", "TextToReplace": "string", "CreatorId": 0, "CreatorName": "string", "CreatorEmail": "string", "Box": { "X": 0, "Y": 0, "Width": 0, "Height": 0 }, "Points": [ { "X": 0, "Y": 0 } ], "PageNumber": 0, "AnnotationPosition": { "X": 0, "Y": 0 }, "SvgPath": "string", "Replies": [ { "Id": 0, "UserId": 0, "UserName": "string", "UserEmail": "string", "Comment": "string", "RepliedOn": "2020-10-08T08:26:41.865Z", "ParentReplyId": 0 } ], "CreatedOn": "2020-10-08T08:26:41.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/annotation/annotationinfo/
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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-...
  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. Join Documents of different formats | Documenta...

    This REST API allows merging the document of different formats into one pdf or word processing document. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Pages Collection of page numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All.... The default value is All Ignored if Pages collection...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/merger/join-document-cross...