Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 4,017 for

groupdocs total cloud

(0.1 sec)
  1. Remove Metadata By Property Name | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties with specified name. cURL example The following example demonstrates how to remove metadata properties that may have names containing “Application” string. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  2. Get Supported File Formats | Documentation

    Groupdocs.Annotation Cloud is a REST API provides methods to apply Text and Figure based annotations to documents & images of all popular formats. Resource The following Groupdocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.Groupdocs.Cloud/v2.0/annotation/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": ".doc", "fileFormat": "Microsoft Word" }, { "extension": ".docx", "fileFormat": "Microsoft Word" }, { "extension": "....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/annotation/get-supported-f...
  3. Get Supported File Formats | Documentation

    Groupdocs.Signature Cloud is a REST API to create, verify and search different type of Signatures objects in all common business formats, including PDF, Microsoft Word, Excel, PowerPoint, epub and many other files. To get list of supported file formats, you can use the following API. Resource The following Groupdocs.Signature Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.Groupdocs.Cloud/v2.0/signature/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/signature/get-supported-fi...
  4. Supported Document Formats | Documentation

    This page is a reference for all document and image formats supported by Groupdocs.Signature Cloud V2 Image Formats Format File Extension Signature Bitmap Picture (BMP) BMP ✔ Computer Graphics Metafile CGM ✔ CorelDraw Image CDR ✔ Corel Exchange image CMX ✔ Digital Imaging and Communications in Medicine (DICOM) DCM ✔ Deja Vu (DjVu) DJVU ✔ Digital Negative Specification DNG ✔ Windows Enhanced Metafile (EMF) EMF ✔ Encapsulated PostScript EPS ✔ Graphics Interchange Format (GIF) GIF ✔ Windows Icon ICO ✔ JPEG 2000 (JP2) JP2, JPF, JPX, J2K, J2C, JPM ✔ Joint Photographic Experts Group (JPEG) JPG, JPEG ✔ Open Document Graphic ODG ✔ Printer Command Language PCL ✔ Portable Network Graphics (PNG) PNG ✔ PostScript (PS) PS ✔ Adobe Photoshop Document (PSD) PSD ✔ Scalable Vector Graphics (SVG) SVG ✔ Tagged Image File Format (TIFF) TIF, TIFF ✔ WebP Image WEBP ✔ Windows Metafile (WMF) WMF ✔ PDF Formats Format File Extension Signature Adobe Portable Document Format (PDF) PDF ✔ Presentation Formats Format File Extension Signature OpenDocument Presentation ODP ✔ OpenDocument Presentation Template OTP ✔ Microsoft PowerPoint Macro-Enabled Template POTM ✔ Microsoft PowerPoint Template POTX ✔ Microsoft PowerPoint 97-2003 Slide Show PPS ✔ Microsoft PowerPoint Macro-Enabled Slide Show PPSM ✔ Microsoft PowerPoint Slide Show PPSX ✔ Microsoft PowerPoint 97-2003 Presentation PPT ✔ Microsoft PowerPoint Macro-Enabled Presentation PPTM ✔ Microsoft PowerPoint Presentation PPTX ✔ Spreadsheet Formats Format File Extension Signature Comma Separated Values File CSV ✔ OpenDocument Spreadsheet ODS ✔ OpenDocument Spreadsheet Template OTS ✔ Tab Separated Values File TSV ✔ Microsoft Excel 97-2003 Worksheet XLS ✔ Microsoft Excel Binary Worksheet XLSB ✔ Microsoft Excel Macro-Enabled Worksheet XLSM ✔ Microsoft Excel Worksheet XLSX ✔ Word Processing Formats Format File Extension Signature Microsoft Word 97-2003 Document DOC ✔ Microsoft Word Macro-Enabled Document DOCM ✔ Microsoft Word Document DOCX ✔ Microsoft Word 97-2003 Template DOT ✔ Microsoft Word Macro-Enabled Template DOTM ✔ Microsoft Word Template DOTX ✔ OpenDocument Text ODT ✔ OpenDocument Text Template OTT ✔ Rich Text Document RTF ✔ Plain Text Document TXT ✔...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/signature/supported-docume...
  5. Working with Image Signature | Documentation

    Note Note: The features listed on this page are supported only in Groupdocs.Signature Cloud V1 Groupdocs.Signature Cloud REST API supports to sign a document with Image. It provides methods to create Image Signature in Document Pages with different options of Image name, location, alignment, font, margins and appearances by using signature-options-objects object data in request body. Add Image Signature to Document You can create image Signature on Document provided by fileName and document folder (if required) using following API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/signature/working-with-ima...
  6. Working with Verify Collection | Documentation

    Note Note: The features listed on this page are supported only in Groupdocs.Signature Cloud V1 Groupdocs.Signature Cloud REST API supports to verify multiple signatures in a document. For example, you can verify whether a document contains Text and Barcode Signatures at same time. To verify list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object VerifyOptionsCollectionData that can contain one or more verify options....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/signature/working-with-ver...
  7. App & API Based Document Merging Solution

    Free Online Document Merge App, On Premise APIs for MS Office, OpenDocument, PDF, images & other document file formats.... GroupDocs.Merger Cross Platform Apps Include GroupDocs.Merger...Merger Total App Try our free online app to concatenate more than...

    products.groupdocs.app/merger
  8. ViewOptions | Documentation

    ViewOptions data structure used as input parameters for Document Info working-with-viewer-api API and Document View working-with-viewer-api API. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. ViewOptions example { "ViewFormat": "HTML", "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "OutputPath": "string", "FontsPath": "string", "Watermark": { "Text": "string", "Color": "string", "Position": "string", "Size": 0 }, "RenderOptions": { "StartPageNumber": 0, "CountPagesToRender": 0, "ExternalResources": false, "ExtractText": false, } } ViewOptions fields Name Description API Version ViewFormat Allows to set rendering format, available values are: HTML, JPG, PNG, PDF....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/viewer/viewoptions/
  9. Working with Presentations | Documentation

    Presentation documents are presented by many formats: PPT, PPTX, PPTM, PPS(X/M), POT(X/M) and others, which are supported by Groupdocs.Editor Cloud as a separate format family among all others. Same as for all other family formats, the Presentation family has its own load and saves options. There several steps that usage of Groupdocs.Editor Cloud consists of: Upload input document into Cloud storage Load the document into editable representation in the Cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into Spreadsheet format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/editor/working-with-presen...
  10. Working with Search Collection | Documentation

    Note Note: The features listed on this page are supported only in Groupdocs.Signature Cloud V1 Groupdocs.Signature Cloud REST API supports to search multiple signatures in a document. For example, you can search whether a document contains Text and Barcode Signatures at same time. To search list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SearchOptionsCollectionData that can contain one or more search options....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/signature/working-with-sea...