Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 5,099 for

groupdocs.viewer cloud

(0.81 sec)
  1. View ZIP Files using REST API in Python | Rednd...

    Programmatically View the content of ZIP files in HTML using a REST API in Python with Document Viewer Python SDK. Render ZIP to HTML, ZIP to PDF and JPG....using the Python SDK of GroupDocs.Viewer Cloud API. It enables us...pip install groupdocs-viewer-cloud Please get your Client ID and...

    blog.groupdocs.cloud/viewer/view-zip-files-usin...
  2. Sign PDF with Stamp using REST API in Node.js |...

    Programmatically Sign PDF documents with Stamp signatures using REST API on the Cloud in Node.js with GroupDocs.Signature Cloud SDK for Node.js....signature programmatically on the cloud. In this article, we will learn...SDK of GroupDocs.Signature Cloud API. It enables us to create...

    blog.groupdocs.cloud/2021/12/27/sign-pdf-with-s...
  3. Working with Text Documents | Documentation

    Textual documents are simple Plain Text flat files (TXT), that contain no images, pages, paragraphs, lists, tables and so on. However, users can create some primitive formatting like lists with leading markers, left indents with whitespaces, tables with pseudo-graphics, paragraphs with line breaks, and so on. GroupDocs.Editor Cloud can recognize some of these structures. Other non-obvious feature, that GroupDocs.Editor Cloud provides, is the ability to save edited TXT document not only back to TXT, but also to WordProcessing....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/editor/working-with-text-d...
  4. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Watermark Cloud product. Resource URI HTTP POST ~~/formats 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.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 get document information curl -v "https://api....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/watermark/get-supported-fi...
  5. Sending Resx files for translation | Documentation

    How to send Resx files for translation to the selected languages....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/translation/text/request/r...
  6. Edit Word Documents or Excel Sheets using REST API

    Programmatically edit Word documents or Excel sheets using a REST API from your documents on the Cloud in Python with Document Editor Cloud SDK for Python....Editor Cloud API. It allows you to programmatically...for the Cloud API. You can install GroupDocs.Editor-Cloud to your...

    blog.groupdocs.cloud/2021/02/12/edit-word-or-ex...
  7. Get Changes | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare documents and get a list of changes by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to get list of changes. cURL example Request curl -v "https://api.groupdocs.Cloud/v1.0/comparison/compareDocuments/changes?appsid#XXXX&signature#XXX-XX" -H "content-type: application/json" -X POST -d "{'sourceFile':{'folder':'comparisons','name':'source.docx','password':''},'targetFiles':[{'folder':'comparisons','name':'target.docx','password':''}],'settings ':{'generateSummaryPage':true,'showDeletedContent':true,'styleChangeDetection':true,'insertedItemsStyle':{'color':'Blue','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'deletedItemsStyle':{'color':'Red','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'styleChangedItemsStyle':{'color':'Green','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'wordsSeparatorChars':[],'detailLevel':'Low','useFramesForDelInsElements':false,'calculateComponentCoordinates':false,'markDeletedInsertedContentDeep':false},'changes':[{'id':0,'action':'Reject'},{'id':1,'action':'Reject'}]}" Response [ { "id": 0, "type": "Deleted", "text": "digital ", "authors": [ "Rizwan" ], "action": "None", "styleChanges": [] }, { "id": 1, "type": "Deleted", "text": "Executive ", "authors": [ "Rizwan" ], "action": "None", "styleChanges": [] }, { "id": 2, "type": "Inserted", "text": "", "authors": [ "Rizwan" ], "action": "None", "styleChanges": [] }, { "id": 3, "type": "Deleted", "text": "", "authors": [ "Rizwan" ], "action": "None", "styleChanges": [] } ] SDK example The API is completely independent of your operating system, database system or development language....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/comparison/get-changes/
  8. Translation workflow | Documentation

    An overview of the GroupDocs.Translation Cloud workflow....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/translation/workflow/
  9. Content processing workflow | Documentation

    An overview of the GroupDocs.Rewriter Cloud workflow....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/rewriter/workflow/
  10. Sending PDF files for translation | Documentation

    How to send PDF files for translation to the selected languages....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/translation/file/request/pdf/