Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 3,703 for

name

(0.04 sec)
  1. Working With Files | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Merger 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....Path of the file including file name and extension e.g. /Folder1/file...part of the URL storageName Name of the storage. If not set,...

    docs.groupdocs.cloud/merger/working-with-files/
  2. Error calling ConvertDocument - Free Support Fo...

    This is the exception from the SDK: GroupDocs.Conversion.Cloud.Sdk.Client.ApiException: The Namespace declaration attribute has an incorrect ‘NamespaceURI’: ‘A Namespace Name for xmlns Attributes’. at GroupDocs.Conver…...‘namespaceURI’: ‘ A Namespace Name for xmlns Attributes ’. at GroupDocs...‘namespaceURI’: ‘ A Namespace Name for xmlns Attributes ’.” I’m...

    forum.groupdocs.cloud/t/error-calling-convertdo...
  3. Render Outlook Data File Folder | Documentation

    GroupDocs.Viewer Cloud renders messages from all folders (including nested folders) by default. When you need to render items from a specific folder, set Folder property of the OutlookOptions class as shown in the example below. Please note that you should use the following convention for naming folders and subfolders to specify it in FolderName option: {Parent folder Name}~~{Sub folder Name}. Thus, if you need to render items from Inbox folder just specify Folder = “Inbox”; when you need to render subfolder Named “Orion” that resides in a folder Named “Urgent” that in turn resides in Inbox, set: Folder = “Inbox~~\Urgent~~\Orion”....the following convention for naming folders and subfolders to specify...option: {Parent folder name}~~{Sub folder name} . Thus, if you need...

    docs.groupdocs.cloud/viewer/render-outlook-data...
  4. How to work with Files and Storage | Documentation

    Using Files view Log into Dashboard. Click on the Files Page. Expand Storage drop-down and select the desired Storage e.g “Test”. Uploading Local File to a Storage Click Upload A dialog box appears, browse the desired file from your local machine. e.g “Input.docx” and click Open Close the dialog box Congratulations! The file has been successfully uploaded. You can view multiple properties of input.docx file i.e. Name, Size and Modified date.... Name, Size and Modified date. You...New Folder Provide the Folder Name e.g “MyFolderName” Click Create...

    docs.groupdocs.cloud/total/how-to-work-with-fil...
  5. Working with Storage API | Documentation

    Storage existance API This API intended for checking existence of cloud storage with given Name from GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to try out Storage existence 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 storageName Storage Name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK example Our API is completely independent of your operating system, database system or development language....of cloud storage with given name from . API Explorer lets you...Description storageName Storage name cURL example Request curl -X...

    docs.groupdocs.cloud/comparison/working-with-st...
  6. Can't convert password-protected .doc - Free Su...

    Hello, When querying the “info” of a password-protected .Doc file, I am getting ““isPasswordProtected”: false”, instead of true. in the latest Alpine tag. The query: In Postman, “Get” on: “http://localhost:8080/v2.0/c…...%2F<FILE_NAME>&StorageName=. ” The docker:...8080:80 -v $(pwd)/data:/data --name conversion_cloud groupdocs/...

    forum.groupdocs.cloud/t/cant-convert-password-p...
  7. GroupDocs.Annotation Cloud Product Family | Gro...

    Monthly Newsletter May, 2015 Display 50+ Common Document Types on Your Kentico Site Kentico is a popular CMS largely focused on document management....the viewer generates stream names. Previously, GroupDocs.Viewer...unique, but reproducible stream name by using its length. A more...

    blog.groupdocs.cloud/annotation/groupdocs-custo...
  8. 使用 Python 从 PDF 中提取特定数据 |休息API

    使用适用于 Python 的 Document Parser Cloud SDK 在 Python 中使用云中的 REST API 以编程方式从 PDF 中提取特定数据。...not None: print("Field name: " + data.name + ". Text :" + data.page_area...not None: print("Table name: " + data.name) for cell in data.page_area...

    blog.groupdocs.cloud/zh/parser/extract-specific...
  9. 使用 Java 和 .NET 管理文档元数据 |元数据云API

    使用 REST API 以及适用于 Java 和 .NET 的开源元数据 SDK,在 Java 和 C# 中添加元数据、编辑、删除和提取来自 50 多种文件格式的元数据。...println("Name :" + tagItem.getName()); System...FileFormat: 2 === Tag for Property === Name :FileFormat Category: Content...

    blog.groupdocs.cloud/zh/metadata/manipulate-met...
  10. Extract Images | Documentation

    This REST API provides the functionality to extract images from the document. There are following ways to extract images from a document: Extract all images from the whole document; Extract images from specific document pages by setting pages range. It saves extracted images to the storage so they can be easily downloaded. The API allows extracting images from containers like ZIP archives, PDF portfolios, Email attachments, MS Outlook storages (PST/OST). For protected documents, it is also required to provide a password.... Name Description Comment FileInfo...FileInfo.StorageName Storage name It could be omitted for default...

    docs.groupdocs.cloud/parser/extract-images/