Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 2,173 for

err

(0.18 sec)
  1. 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.Conversion 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/conversion/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...StorageExist () { response , _ , err := client . StorageApi . StorageExists...

    docs.groupdocs.cloud/conversion/working-with-st...
  2. Working with File Api | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Conversion 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/conversion/working-with-fi...
  3. Downloaded pdf file and converted file is not o...

    image.png (24.6 KB)...catch(function(err) { // Deal with an error console.log(err); }); killerguy066...readFile(resourcesFolder, (err, fileStream) => { if (err) { res.status(400)...

    forum.groupdocs.cloud/t/downloaded-pdf-file-and...
  4. Moving app to another IP address and getting in...

    I am in the process of moving our test version of an app to new server with a different IP address, for performance concerns. However when testing it, I am now receiving an Error that the client is invalid....async (err, fileStream) => { if(err){ console.log(err) next(err)...next(err) } else { // create upload file request console.log("forming...

    forum.groupdocs.cloud/t/moving-app-to-another-i...
  5. How to Convert PDF to PPT in Node.js using Grou...

    Hi all, I just started using the api so I’m using the code samples. I’ve uploaded a PDF file to internal storage however I am not able to convert the PDF to a PPTX. I am however able to convert the PDF to DOCX but when …...convertDocument(request); } catch (err) { throw err; } } convertPDFtoPPTXNode()...converted successfully"); }) .catch((err) => { console.log("Error occurred...

    forum.groupdocs.cloud/t/how-to-convert-pdf-to-p...
  6. PDF file containing progress bars doesn’t get p...

    Hey, I’m using Groupdocs conversion API using Node.js to convert PDF to WORD. I’m able to convert PDF to WORD but the converted word document is not 100% identical to the PDF file. I’ve attaching both PDF and the conv…...convertDocument(request); } catch (err) { throw err; } } convertDocument()...converted successfully"); }) .catch((err) => { console.log("Error occurred...

    forum.groupdocs.cloud/t/pdf-file-containing-pro...
  7. Convert document direct async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously without using cloud storage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted document) Resource URI HTTP PUT ~/conversion/async Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....docx" localFile , err := os . Open ( path ) if err != nil { fmt ...open file %s: %v\n" , path , err ) return } defer localFile ....

    docs.groupdocs.cloud/conversion/convert-documen...
  8. Working With Storage | Documentation

    GroupDocs.Viewer Cloud Working With Storage... err . println ( "Exception while...ApiException e ) { System . err . println ( "Exception while...

    docs.groupdocs.cloud/viewer/working-with-storage/
  9. Working with Folder API | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find folder in GroupDocs Cloud Storage. API Explorer GroupDocs.conversion Cloud API Reference lets you to try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs exposes.... err . println ( "Exception while..."WordProcessing" filesList , _ , err := client . FolderApi . GetFilesList...

    docs.groupdocs.cloud/conversion/working-with-fo...
  10. Convert Microsoft Word to PDF in Nodejs with Em...

    Hi, How are you? I have used libre-office to convert my docx files to pdf in nodejs app and it has some limitations, so I need to find another way to convert docx files. I found this api and I think that it would be pe…...convertDocument(request); } catch (err) { throw err; } } convert() .then(()...converted successfully"); }) .catch((err) => { console.log("Error occurred...

    forum.groupdocs.cloud/t/convert-microsoft-word-...