Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 2,285 for

err

(0.06 sec)
  1. Working with File Api | Documentation

    This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to 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 exposes. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.ext Required. Can be passed as query string parameter or as part of the URL storageName Name of the storage.... err . println ( "Expected response...ApiException e ) { System . err . println ( "Exception while...

    docs.groupdocs.cloud/comparison/working-with-fi...
  2. 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.... err . println ( "Output file path:...ApiException e ) { System . err . println ( "Exception while...

    docs.groupdocs.cloud/merger/split-document/
  3. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to https://dashboard.groupdocs.cloud to create a free account. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get Client Id and Client Secret. That will be used to invoke the GroupDocs Cloud API. You can get it from existing Application or create new Application from Applications View of GroupDocs Cloud Dashboard.... err . println ( "Output file path:...ApiException e ) { System . err . println ( "Exception while...

    docs.groupdocs.cloud/merger/quick-start/
  4. 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 Request curl -X GET "https://api.groupdocs.cloud/v2.0/annotation/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language.... err . println ( "Exception while...ApiException e ) { System . err . println ( "Exception while...

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

    This REST API allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format. Here is the list of properties that can be obtained for document pages: Page width in pixels (when converted to the image); Page height in pixels (when converted to image); Page number; Visible property that indicates whether the page is visible or not.... err . println ( "InfoResult.Pages...ApiException e ) { System . err . println ( "Exception while...

    docs.groupdocs.cloud/merger/get-document-inform...
  6. 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.Merger 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 Request curl -X GET "https://api.groupdocs.cloud/v1.0/merger/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language.... err . println ( "Exception while...ApiException e ) { System . err . println ( "Exception while...

    docs.groupdocs.cloud/merger/working-with-storage/
  7. 使用 Node.js 将 PDF 转换为可编辑的 Word 文档

    使用 Node.js 中的 REST API 以编程方式将 PDF 转换为可编辑的 Word 文档。 Node.js SDK 允许将 PDF 转换为 DOC 和 DOCX 文件。...readFile(resourcesFolder, (err, fileStream) => { // 构建FileApi...response, "binary", function (err) { }); console.log(response);...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  8. 使用 Node.js 将 JPG 转换为 PDF |将图像转换为 PDF

    使用 GroupDocs.Conversion Cloud SDK for Node.js 在 Node.js 中使用云上的 REST API 以编程方式将 JPG 转换为 PDF。...readFile(resourcesFolder, (err, fileStream) => { // 构建FileApi...response, "binary", function (err) { }); 使用高级选项将 JPG 转换为 PDF #...

    blog.groupdocs.cloud/zh/conversion/convert-imag...
  9. Swap Pages | Documentation

    This REST API allows swapping two pages of positions within the source document. The result is a new document where two pages have their positions exchanged. For swapping pages positions it’s needed to specify page numbers along with a path to document in storage. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while swapping document pages.... err . println ( "Output file path:...ApiException e ) { System . err . println ( "Exception while...

    docs.groupdocs.cloud/merger/swap-pages/
  10. Remove Pages | Documentation

    This REST API provides an ability to remove a single page or a collection of specific page numbers from the source document. There are several ways to specify page numbers to be removed from a document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password.... err . println ( "Output file path:...ApiException e ) { System . err . println ( "Exception while...

    docs.groupdocs.cloud/merger/remove-pages/