Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 1,678 for

groupdocs.editor cloud

(0.08 sec)
  1. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of text on pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document information. cURL example Request curl -v "https://api.groupdocs.Cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer " \ -d "{ 'FilePath': 'annotationdocs/one-page.docx'} Response { "name": "one-page.docx", "path": "annotationdocs/one-page....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/annotation/get-document-in...
  2. Document Information | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Annotation Cloud V1 This API retrieves document information. It returns an object that contains the document description with meta data and coordinates of text on pages. DocumentInfo object fields Field Name Type Description name string The document name. folder string The document folder. extension string The file extension. fileFormat string The file type. size long The file size....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/annotation/document-inform...
  3. Sending PDF files for translation | Documentation

    How to send PDF files for translation to the selected languages....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/translation/text/request/pdf/
  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 ✔...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/supported-docume...
  5. 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....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  6. Extract or Remove Annotations from PDF using RE...

    Programmatically Extract or Remove Annotations from PDF using a REST API in Node.js with GroupDocs.Signature Cloud for Node.js SDK....documents programmatically on the cloud. You can also extract or remove...SDK of GroupDocs.Annotation Cloud API for extracting or removing...

    blog.groupdocs.cloud/2021/08/14/extract-or-remo...
  7. Compare Two or More Word Documents using Python

    Programmatically Compare two or more Word documents using a REST API on the Cloud in Python with Document Comparison Cloud SDK for Python....differences programmatically on the cloud. The document comparison helps...SDK of GroupDocs.Comparison Cloud API. It compares two ‎documents...

    blog.groupdocs.cloud/2021/03/03/compare-word-do...
  8. JsonRequest Fields Description | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 Name Type Description sourceFile File Object Information about source file targetFiles File Object[] Information about target file(s) settings ComparisonSettings Object Comparison settings changes ChangeInfo Object[] Changes for apply or discard. Used only for Changes resource. File Object fields Name Type Description folder string Path to the folder with file name string File name password string Password for encrypted documents ComparisonSettings Object fields Name Type Description generateSummaryPage bool Add summary page to result document showDeletedContent bool Show deleted components in result document styleChangeDetection bool Detect style changes insertedItemsStyle ItemsStyle Object Style for inserted components deletedItemsStyle ItemsStyle Object Style for deleted components styleChangedItemsStyle ItemsStyle Object Style for style changed components wordsSeparatorChars string[] Array of separators for dividing text on words detailLevel DetailLevelenum Set the level for detail of comparison useFramesForDelInsElements bool Use frames for shapes in Comparison....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/comparison/jsonrequest-fie...
  9. Working With Files | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer Groupdocs.editor Cloud API Reference lets you 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 expose. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.ext. Required. Can be passed as a query string parameter or as part of the URL storageName Name of the storage....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/editor/working-with-files/
  10. Classify Documents and Raw Text using C# | REST...

    Programmatically Classify your Documents and any Raw Text using a REST API in C# with GroupDocs.Classification for .NET SDK....documents programmatically on the cloud. In this article, you will learn...of GroupDocs.Classification Cloud API. It enables you to classify...

    blog.groupdocs.cloud/2021/05/26/classify-docume...