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

name

(0.03 sec)
  1. Delete Template | Documentation

    This REST API provides the functionality to remove files which no more useful in Parse endpoint. You can use storage methods to remove template files as well. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage Name It could be omitted for default storage. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the Delete Template example.... Name Description Comment TemplatePath...FileInfo.StorageName Storage name It could be omitted for default...

    docs.groupdocs.cloud/parser/delete-template/
  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. Convert PDF Files to PNG, JPEG, BMP, and TIFF I...

    Convert PDF document to optimized image formats in high fidelity. This article is about how to convert PDF Files to PNG, JPEG, BMP and TIFF images in Ruby....ConvertSettings Then, set the storage name and pdf file path Also, set...the pdf file path and storage name Also, assign “jpeg” as output...

    blog.groupdocs.cloud/conversion/convert-pdf-fil...
  4. Convert Word to Image Formats using REST API in...

    GroupDocs Ruby SDK is the best way to convert Word DOCX to image formats. This article is about how to Convert Word to Image Formats using REST API in Ruby...the word file path and storage name. Also, assign “jpeg” as output...ConvertSettings . Also, set the storage name and word file path. Set “jpg”...

    blog.groupdocs.cloud/conversion/convert-word-to...
  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. Convert PDF document to an image file, TIFF, JP...

    Convert PDF document to image formats like TIFF, JPEG, BMP, and GIF image file. Let's see how to convert PDF to Image File TIFF, JPEG, BMP, and GIF in Java....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...ConvertSettings Define the storage name and enter the input PDF file...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  7. 使用 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...
  8. 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...
  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. Add Metadata By Tag | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by exact tag and category Name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have specified tag. 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....add by exact tag and category name. cURL example The following...TagOptions ": { " ExactTag ": { " Name ": " Printed ", " Category ":...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/