Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 2,993 for

one

(0.54 sec)
  1. 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 Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....ObjectExistsRequest ( "Comparisondocs/one-page.docx" , Common . MyStorage...ObjectExistsRequest ( "Comparisondocs\\one-page.docx" , Utils . MYStorage...

    docs.groupdocs.cloud/comparison/working-with-st...
  2. Combine PNG Files in Java

    Combine PNG Files in Java programmatically. GroupDocs.Merger offers enterprise-level REST APIs and Cloud SDKs to seamlessly combine PNG files into One....programmatically combine PNG files into one large file without overlapping...method to combine PNG files into one. You can copy & paste the following...

    blog.groupdocs.cloud/merger/combine-png-files-i...
  3. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Editor Cloud API Reference lets you try out Storage existence 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 storageName Storage name cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v1.0/editor/storage/MyStorage/exist' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....ObjectExistsRequest ( "WordProcessing/one-page.docx" , Common . MyStorage...ObjectExistsRequest ( "Editors\\one-page.docx" , Utils . MYStorage...

    docs.groupdocs.cloud/editor/working-with-storage/
  4. GroupDocs.Merger Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats.... one by one then combine them into one document and...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  5. Split Document | Documentation

    Split the Document Into Several One-Page Documents GroupDocs.Merger Cloud REST API provides an ability to split the document into several One-page documents by providing exact page numbers. The following example demonstrates how to split the document into three One-page documents with 3rd, 6th, and 8th pages. As a result, these documents will be produced: Document name Page numbers document_0 3 document_1 6 document_2 8 Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....Split the Document Into Several One-Page Documents GroupDocs.Merger...split the document into several one-page documents by providing exact...

    docs.groupdocs.cloud/merger/split-document/
  6. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...instead of processing all files one by one. As a Ruby developer, you...Ruby. Change Orientation of one Page Word to Landscape or Portrait...

    blog.groupdocs.cloud/groupdocs.cloud/page/32/
  7. What data need to be given in the field "Accoun...

    I want to know what type of data need to be given while adding a storage account. image.png (49.9 KB)...Azure account if you don’t have one. Log into Dashboard Access the...Azure account if you don’t have one Log into Dashboard Access the...

    forum.groupdocs.cloud/t/what-data-need-to-be-gi...
  8. When rendering Xlsx as PDF, Chinese characters ...

    We’re using node.js groupdocs-viewer-cloud 24.8.0. Here’s the code: import { readFile, writeFile } from "fs/promises"; import viewer, { Configuration, DownloadFileRequest, FileInfo, RenderOptions, Spreadshe…...// Set output HTML options, one file per page const fileId =...pagination. By default one worksheet is rendered into one page. */ paginateSheets:...

    forum.groupdocs.cloud/t/when-rendering-xlsx-as-...
  9. 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 Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FilePath": "annotationdocs/One-page.docx" }' Windows PowerShell curl.exe -v "https://api.groupdocs.cloud/v2.0/annotation/info" ` -X POST ` -H "Content-Type: application/json" ` -H "Accept: application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'annotationdocs/One-page...."FilePath": "annotationdocs/one-page.docx" }' Windows PowerShell...'FilePath': 'annotationdocs/one-page.docx' }" Windows CMD curl...

    docs.groupdocs.cloud/annotation/get-document-in...
  10. Get Container Items Information | Documentation

    This REST API endpoint allows retrieving container items (relative paths) from ZIP archives, documents that contain other attached documents like emails, PDF portfolios, MS Outlook storages. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. FileInfo.Password The password to open file It should be specified only for password-protected documents....join several documents into one # The JWT token is taken from...join several documents into one # The JWT token is taken from...

    docs.groupdocs.cloud/parser/get-container-items...