Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 3,694 for

name

(0.47 sec)
  1. Add Metadata By Tag | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by exact tag and category Name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have specified tag. 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....add by exact tag and category name. cURL example The following...TagOptions ": { " ExactTag ": { " Name ": " Printed ", " Category ":...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/
  2. Working with File Api | Documentation

    This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to try out Download a File API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description Path Path of the file including file Name and extension e.g. /Folder1/file.ext Required. Can be passed as query string parameter or as part of the URL storageName Name of the storage....Path of the file including file name and extension e.g. /Folder1/file...part of the URL storageName Name of the storage. If not set,...

    docs.groupdocs.cloud/comparison/working-with-fi...
  3. Convert Word Document to PDF in Java using REST...

    Quickly convert document formats using our high performance file conversion API. Let's see how to convert Word document to PDF in Java using REST API....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...ConvertSettings Then, put in your storage name. Now, set the input Word file...

    blog.groupdocs.cloud/conversion/convert-word-do...
  4. Supported Document Formats | Documentation

    GroupDocs.Classification Cloud API supports following document formats: Format Name Extension Load Save Remarks Portable Document Format PDF Words Document Formats DOC, DOCX, DOCM, DOT, DOTX, DOTM Rich Text Formats RTF Plain Text File TXT OpenDocument Formats ODT, OTT...following document formats: Format Name Extension Load Save Remarks...

    docs.groupdocs.cloud/classification/supported-d...
  5. Working with Charts | Documentation

    How-to-use different types of charts and graphs, work with chart options and colors in document templates with GroupDocs Assembly Cloud....chart title or chart series’ names as follows: << x [ x_value_expression...multiple x tags to chart series’ names – one for each chart series...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  6. How to esign a document with customer's signatu...

    Hello, I’m struggling to figure out how to do the following via API based on the documentation provided: Uploading a file: I created an internal storage in my GroupDocs dashboard to temporarily store my files but I c…...signature that spells out their name. Which of the signature types...you do not pass the storage name value via the storageName parameter...

    forum.groupdocs.cloud/t/how-to-esign-a-document...
  7. Available SDKs | Documentation

    Available SDKs for GroupDocs.Viewer Cloud...y </id> <name> GroupDocs Artifact Repository </name> <url> https://releases...package= "<package name>" > <uses-permission android:name= "android.permission...

    docs.groupdocs.cloud/viewer/available-sdks/
  8. Convert Markdown .md file to HTML using Java

    Converts Markdown plain text to HTML using Markdown markup language to HTML APIs. This article is about how to convert Markdown to HTML in Java using REST API....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Next, provide the cloud storage name Then, set the input Markdown...

    blog.groupdocs.cloud/conversion/convert-markdow...
  9. How to Convert Excel to PDF using Java API

    Convert your documents and files using our fast and secure file format REST API in Java. This article is about how to convert Excel to PDF using Java API....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...instance Thirdly, set the storage name and input the XLSX file path...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  10. RenderOptions | Documentation

    RenderOptions data structure used as part of ViewOptions data structure. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. RenderOptions example { "StartPageNumber": 0, "CountPagesToRender": 0, "PagesToRender": [ 0 ], "PageRotations": [ { "PageNumber": 0, "RotationAngle": "On90Degree" } ], "DefaultFontName": "string", "DefaultEncoding": "string", "DetectEncoding": true, "RenderComments": true, "RenderNotes": true, "RenderHiddenPages": true, "SpreadsheetOptions": { "PaginateSheets": true, "CountRowsPerPage": 0, "CountColumnsPerPage": 0, "RenderGridLines": true, "RenderEmptyRows": true, "RenderEmptyColumns": true, "RenderHiddenRows": true, "RenderHiddenColumns": true, "RenderHeadings": true, "RenderPrintAreaOnly": true, "TextOverflowMode": "Overlay" }, "CadOptions": { "ScaleFactor": 0, "Width": 0, "Height": 0, "Tiles": [ { "StartPointX": 0, "StartPointY": 0, "Width": 0, "Height": 0 } ], "RenderLayouts": true, "LayoutName": "string", "Layers": [ "string" ] }, "EmailOptions": { "PageSize": "Unspecified", "FieldLabels": [ { "Field": "string", "Label": "string" } ], "DateTimeFormat": "string", "TimeZoneOffset": "string" }, "ProjectManagementOptions": { "PageSize": "Unspecified", "TimeUnit": "Unspecified", "StartDate": "2024-03-25T06:24:32....: 0 } } RenderOptions fields Name Description StartPageNumber...DefaultFontName The name of the default font. Default font name may be specified...

    docs.groupdocs.cloud/viewer/renderoptions/