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

one

(0.18 sec)
  1. 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/
  2. Get Document Pages | Documentation

    GetPages method allows to create an image representation of each page of the document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation Call Preview method Download result pages from cloud storage HTTP POST ~/annotation/preview/create Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your App Key and App SID from https://dashboard....'{ "FileInfo": { "FilePath": "one-page.docx" } }' Windows PowerShell..."{ 'FileInfo': { 'FilePath': 'one-page.docx' } }" Windows CMD :...

    docs.groupdocs.cloud/annotation/get-pages/
  3. 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...
  4. Delete Document Pages | Documentation

    Delete Pages method allows to delete pages in the cloud storage, created by get pages method. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation Call Preview method Download result pages from cloud storage Delete pages in cloud storage HTTP POST ~/annotation/preview/remove Swagger UI lets you call this REST API directly from the browser....$JWT_TOKEN " \ -d '{ "FilePath": "one-page.docx"}' Windows PowerShell...$env:JWT_TOKEN" ` -d "{ 'FilePath': 'one-page.docx' }" Windows CMD : :...

    docs.groupdocs.cloud/annotation/delete-pages/
  5. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...programs, import and export it from one application to another then the...PowerPoint Presentations into One in Node.js PowerPoint file is...

    blog.groupdocs.cloud/groupdocs.cloud/page/28/
  6. 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...
  7. 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-...
  8. 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...
  9. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Annotation 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/annotation/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....ObjectExistsRequest ( "Annotationdocs/one-page.docx" , Common . MyStorage...ObjectExistsRequest ( "annotations\\one-page.docx" , Utils . MYStorage...

    docs.groupdocs.cloud/annotation/working-with-st...
  10. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" \ -H "Content-Type: application/json" \ -d '{"FileInfo": {"FilePath": "Signaturedocs/One-page.docx","StorageName": "MyStorage","VersionId": "","Password": ""}}' Windows PowerShell curl.exe -X POST "https://api.groupdocs.cloud/v2.0/signature/info" ` -H "accept: application/json" ` -H "authorization: Bearer $env:JWT_TOKEN" ` -H "Content-Type: application/json" ` -d "{ 'FileInfo': { 'FilePath': 'Signaturedocs/One-page....{"FilePath": "Signaturedocs/one-page.docx","StorageName": "MyStorage"...{ 'FilePath': 'Signaturedocs/one-page.docx', 'StorageName': 'MyStorage'...

    docs.groupdocs.cloud/signature/get-document-inf...