Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 4,094 for

name

(0.1 sec)
  1. Convert EXCEL to JSON and JSON to EXCEL in Python

    GroupDocs API provides a simple way to convert JSON and excel sheet in python. Let's learn how to convert EXCEL to JSON and JSON to EXCEL in Python....Next, provide the files storage name Set input excel file path and...provide the your cloud storage name Set input JSON file path and...

    blog.groupdocs.cloud/2022/08/26/convert-excel-t...
  2. Azure blob storage url for cloud document viewe...

    I am trying your cloud document viewer pasting a url in the “Open file from the web” field. I get an error message "The specified path too long. The fully qualified path Name must be less than 260 characters" But my url …... The fully qualified path name must be less than 260 characters"...

    forum.groupdocs.cloud/t/azure-blob-storage-url-...
  3. 下一代GroupDocs.Annotation Clou首次公開發布

    GroupDocs.Annotation for Cloud API 為開發人員提供了一個 API,用於創建支持文本和圖形註釋的高級在線文檔註釋工具...request = new GetImportRequest() { Name = "Annotated.pdf", Folder =...request = new PutExportRequest() { Name ="Annotated.pdf", Folder=null...

    blog.groupdocs.cloud/zh-hant/annotation/first-p...
  4. WordPress Document Viewer by GroupDocs

    Easily embed and display PDF, Microsoft Office and 50+ other common document types directly on your WordPress website.... To name just a few, GroupDocs.Viewer...

    blog.groupdocs.cloud/viewer/display-pdf-microso...
  5. GroupDocs.Viewer Cloud 20.3 Release Notes | Gro...

    This page contains release notes for GroupDocs.Viewer Cloud 20.3 Major Features Added OutputPath option to DeleteViewOptions Removed BMP View Format Added Options for rendering a document into PDF Added new render options Added support for new file formats: xltm, xltx, jpc, xlam, mpx, oxps, fods, sxc, dwt, otg Added support for programming languages code files (cpp, java, cs, etc) Added support for archive file formats Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERCLOUD-265 Add page rotation support Feature VIEWERCLOUD-348 Add Microsoft Excel Macro-Enabled Template (....VIEWERCLOUD-372 Include folder name when rendering archive folders...

    docs.groupdocs.cloud/viewer/groupdocs-viewer-cl...
  6. Get attachments | Documentation

    GroupDocs.Viewer Cloud API enables you to to retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents. Following example demonstrates on how to get all attachments from MSG file. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....html" } ], "attachments" : [ { "name" : "attachment-image.png" ,...attachment-image.png" }, { "name" : "attachment-word.doc" , "path"...

    docs.groupdocs.cloud/viewer/get-attachments/
  7. GroupDocs.Metadata Cloud · GitHub

    GroupDocs.Metadata Cloud has 6 repositories available. Follow their code on GitHub....Batchfile C# Java Sort Last updated Name Stars Showing 6 of 6 repositories...

    github.com/groupdocs-metadata-cloud
  8. TemLicense

    c#/vb.net excel,word,pdf component...Email Address Company Product Name Please Choose Spire.Office for...

    www.e-iceblue.com/TemLicense.html
  9. Edit Word Documents using REST API in Python | ...

    Programmatically edit Word documents (DOC or DOCX) using a REST API on the cloud in Python with Document Editor Cloud SDK for Python....List</caption> <tr><th>First Name</th><th>Last Name</th><th>Age</th></tr>...

    blog.groupdocs.cloud/2021/11/19/edit-word-docum...
  10. UpdatesOptions | Documentation

    UpdatesOptions data structure defines comparison options UpdatesOptions example: { "SourceFile": { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" }, "TargetFiles": [ { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" } ], "Settings": { "GenerateSummaryPage": true, "ShowDeletedContent": true, "ShowInsertedContent": true, "StyleChangeDetection": true, "InsertedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "DeletedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "ChangedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "WordsSeparatorChars": [ "string" ], "UseFramesForDelInsElements": true, "CalculateComponentCoordinates": true, "MarkChangedContent": true, "MarkNestedContent": true, "MetaData": { "Author": "string", "LastSaveBy": "string", "Company": "string" }, "Password": "string", "DiagramMasterSetting": { "MasterPath": "string", "UseSourceMaster": true }, "OriginalSize": { "Width": 0, "Height": 0 }, "HeaderFootersComparison": true, "SensitivityOfComparison": 0 }, "OutputPath": "string", "Changes": [ { "Id": 0, "Text": "string", "TargetText": "string", "Authors": [ "string" ], "StyleChangeInfo": [ { "ChangedProperty": "string", "OldValue": "string", "NewValue": "string" } ], "PageInfo": { "Width": 0, "Height": 0, "PageNumber": 0 }, "Box": { "Height": 0, "Width": 0, "X": 0, "Y": 0 } } ] } Name Description SourceFile Information about source file TargetFiles An array of Information about target file(s) Settings Comparison settings ChangeType Changes type...., "X" : 0 , "Y" : 0 } } ] } Name Description SourceFile about...

    docs.groupdocs.cloud/comparison/updatesoptions/