Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 498 for

properties

(0.3 sec)
  1. How to work with Files and Storage | Documentation

    Using Files view Log into Dashboard. Click on the Files Page. Expand Storage drop-down and select the desired Storage e.g “Test”. Uploading Local File to a Storage Click Upload A dialog box appears, browse the desired file from your local machine. e.g “Input.docx” and click Open Close the dialog box Congratulations! The file has been successfully uploaded. You can view multiple Properties of input.docx file i.e. Name, Size and Modified date.... You can view multiple properties of input.docx file i.e. Name...You can also view multiple properties i.e. FolderName, Size and...

    docs.groupdocs.cloud/total/how-to-work-with-fil...
  2. 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...structures and its properties SignatureType properties Specifies enumeration...signature type PagesSetup properties Provides options to specify...

    docs.groupdocs.cloud/signature/common-structures/
  3. GroupDocs Newsletter August 2017– .NET, Java AP...

    GroupDocs developer newsletter August 2017 describes API updates, new features, .NET and Java code examples within GroupDocs document manipulation APIs....watermarks with matching properties within PDF, Microsoft Word...User can manage annotation properties as well. Try out fully functional...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  4. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document. Endpoint accepts document storage path as input payload. Here are the list of Properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count; Document encryption indicator. The table below contains the full list of Properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required.... Here are the list of properties that can be obtained for...contains the full list of properties. Name Description Comment...

    docs.groupdocs.cloud/metadata/get-document-info...
  5. Convert Emails and Outlook Messages to PDF usin...

    Programmatically Convert Emails and Outlook Messages to PDF using a REST API in Node.js. Node.js SDK allows converting EML, MSG files to PDF....EmlLoadOptions Set various properties such as displayHeader, displayEmailAddress...PdfConvertOptions Set various properties such as centerWindow , MarginTop...

    blog.groupdocs.cloud/conversion/convert-email-a...
  6. Add Annotations in Word Documents using REST AP...

    Programmatically add annotations in Word documents using a REST API on the cloud in Node.js with Document Annotation Cloud SDK for Node.js.... Then, set annotation properties for the first instance e...annotation types and other properties for each instance to add...

    blog.groupdocs.cloud/annotation/add-annotations...
  7. 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. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Example to join several documents into one curl -v "https://api.groupdocs.cloud/v1.0/metadata" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FileInfo": { "FilePath": "documents/input....to extract whole metadata properties tree. cURL example The following...to retrieve all metadata properties. Linux/MacOS/Bash # First...

    docs.groupdocs.cloud/metadata/extract-whole-met...
  8. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...js offers methods and properties to password-protect PowerPoint...

    blog.groupdocs.cloud/groupdocs.cloud/page/11/
  9. 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....structure describes annotation properties. AnnotationInfo example {...describes annotation reply properties. { "Id": "string", "UserId":...

    docs.groupdocs.cloud/annotation/annotationinfo/
  10. 在 C# 中使用 REST API 编辑 PDF 文件的元数据

    使用适用于 .NET 的元数据操作 Cloud SDK 在 C# 中使用云上的 REST API 以编程方式编辑 PDF 文件的元数据...SetOptions { FileInfo = fileInfo, Properties = new List<SetProperty> {...SetOptions { FileInfo = fileInfo, Properties = new List<SetProperty> {...

    blog.groupdocs.cloud/zh/metadata/edit-metadata-...