Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 1,590 for

groupdocs.metadata cloud

(0.08 sec)
  1. Sign document with multiple signature | Documen...

    GroupDocs.Signature Cloud allows to sign document with several signatures simultaneously and even apply signatures of different types to the same document. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into Cloud storage and other files, like digital certificate or image stamp Sign document Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/sign-document-wi...
  2. LoadOptions | Documentation

    CadLoadOptions - dxf, dwg, dgn, dwf, stl, Ifc, plt, Igs Properties Description format The format of input file, (“docx”, for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, API can correctly handle LoadOptions. layoutNames Specify which layouts to be converted backgroundColor A background color (for example: “Green”) drawType Type of drawing, “UseDrawColor” (default) - Allows to use common color, or “UseObjectColor” - Allows to use separate color for every object { "layoutNames": ["Floor1", "Floor3"] } SpreadsheetLoadOptions - xls, xlsx, xlsm, xlsb, xls2003, ods, ots, xltx, xltm, tsv Properties Description format The format of input file, (“docx”, for example)....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/conversion/loadoptions/
  3. 3. Convert to Word Processing Document Formats ...

    GroupDocs.Conversion Cloud REST API allows us to convert the supported document formats to Word Processing Document Formats and returns the output document storage URL and also support to get the result as a stream. Convert to Words Formats You can convert the supported document formats to Word Processing Document Formats and get the output as a storage URL Resource HTTP POST ~/conversion Swagger UI lets you call this REST API directly from the browser....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/conversion/convert-to-word...
  4. Multiple Annotation | Documentation

    This REST API allows to add multiple annotations to the document API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into Cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/annotation/multiple-annota...
  5. Working with Folder API | Documentation

    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 folder in GroupDocs Cloud Storage. API Explorer GroupDocs.conversion Cloud API Reference lets you to 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 exposes....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/conversion/working-with-fo...
  6. Document Information | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Viewer Cloud V1 Get Document Information for HTML Representation This API retrieves document information. It returns an object that contains information about file format and file size. It also Includes information about document pages and attachments The following GroupDocs.Viewer Cloud REST API resource has been used to get document information(HTML representation). cURL example Request curl -v "https://api.groupdocs.Cloud/v1/viewer/Test.msg/html/info" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer [Access Token]" Response { "fileName": "Test....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/viewer/document-information/
  7. 6. Convert to PDF Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to PDF Formats and returns the output document storage URL and also support to get result as a stream. Convert to PDF Formats You can convert the supported document formats to PDF Formats and get output as storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to PDF format example. cURL example Request curl -X POST "https://api....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/conversion/convert-to-pdf-...
  8. Working with File Api | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Conversion 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....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/conversion/working-with-fi...
  9. 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....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/viewer/renderoptions/
  10. Sign document with stamp signature | Documentation

    A stamp signature is a special type of electronic signature that have visual appearance of round seal and its visual parameters can be set programmatically. Every stamp signature can have multiple “stamp lines” with custom text and different line thickness, color, font weight and size. Here is an example of how stamp signature created with GroupDocs.Siganture Cloud may look like: GroupDocs.Signature Cloud provides options to specify different options for Stamp signature:...Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/sign-document-wi...