Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 496 for

property

(0.04 sec)
  1. Set Metadata By Possible Tag Name | Documentation

    This REST API allows to set document metadata new values choosing properties to edit by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to set new metadata creator name. 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....metadata new values choosing properties to edit by approximate or..." StorageName ": "" }, " Properties ": [ { " NewValue ": " NewAuthor...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  2. Convert Markdown to HTML on Document Automation...

    Convert Markdown to HTML on Document Automation REST APIs | GroupDocs Cloud Recent content in Convert Markdown to HTML on Document Automation REST APIs | GroupDocs Cloud Konversi Penurunan Harga ke......Conversion menyediakan metode dan properti yang kaya untuk mengonversi...

    blog.groupdocs.cloud/id/tag/convert-markdown-to...
  3. 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.... Here is the list of properties that can be obtained for...contains the full list of properties. |Name|Description|Comment...

    docs.groupdocs.cloud/watermark/get-document-inf...
  4. Document Automation REST APIs | GroupDocs Cloud

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....dapat dengan mudah mengekstrak properti metadata seperti judul, artis...

    blog.groupdocs.cloud/id/page/32/
  5. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud...dapat dengan mudah mengekstrak properti metadata seperti judul, artis...

    blog.groupdocs.cloud/id/groupdocs.cloud/page/32/
  6. 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....to extract whole metadata properties tree. cURL example The following...to retrieve all metadata properties. Request # First get JSON...

    docs.groupdocs.cloud/metadata/extract-whole-met...
  7. file conversion API on Document Automation REST...

    file conversion API on Document Automation REST APIs | GroupDocs Cloud Recent content in file conversion API on Document Automation REST APIs | GroupDocs Cloud Konversi GIF ke JPG di Node.js - API ......menawarkan berbagai metode dan properti. Konversi File RAR ke PNG...

    blog.groupdocs.cloud/id/tag/file-conversion-api...
  8. Konversikan Email dan Pesan Outlook ke PDF meng...

    Konversikan Email dan Pesan Outlook secara terprogram ke PDF menggunakan REST API di Node.js. Node.js SDK memungkinkan konversi file EML, MSG ke PDF....EmlLoadOptions Atur berbagai properti seperti displayHeader, displayEmailAddress...PdfConvertOptions Atur berbagai properti seperti centerWindow, MarginTop...

    blog.groupdocs.cloud/id/conversion/convert-emai...
  9. extract metadata

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....dapat dengan mudah mengekstrak properti metadata seperti judul, artis...

    blog.groupdocs.cloud/id/tag/extract-metadata/
  10. 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/