Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 2,101 for

err

(0.51 sec)
  1. Convert PDF to Word file in Node.js lose the Pr...

    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/convert-pdf-to-word-fil...
  2. Detecting paraphrases in files with GroupDocs.R...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrase detection in files.... err . println ( "Exception when calling...FileApi#fileUploadPost" ); System . err . println ( "Status code: " +...

    docs.groupdocs.cloud/rewriter/file/sdk/detect/
  3. Summarizing files with GroupDocs.Rewriter SDK |...

    How to use GroupDocs.Rewriter Cloud SDK for files summarization.... err . println ( "Exception when calling...FileApi#fileUploadPost" ); System . err . println ( "Status code: " +...

    docs.groupdocs.cloud/rewriter/file/sdk/summarize/
  4. Simplifying files with GroupDocs.Rewriter SDK |...

    How to use GroupDocs.Rewriter Cloud SDK for files simplification.... err . println ( "Exception when calling...FileApi#fileUploadPost" ); System . err . println ( "Status code: " +...

    docs.groupdocs.cloud/rewriter/file/sdk/simmplify/
  5. Conversion takes too long - Free Support Forum ...

    I am using it in nodeJs to convert .docx to .pdf and its taking too long (more then one minute) to do that . can anyone help me out ??...catch (err) { throw new Error(`[convertDocxToPDF] -- ${err.message}`);...pdf", result); } catch (err) { throw err; } } convertDocument()...

    forum.groupdocs.cloud/t/conversion-takes-too-lo...
  6. Paraphrase file with GroupDocs.Rewriter SDK | D...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrasing files.... err . println ( "Exception when calling...FileApi#fileUploadPost" ); System . err . println ( "Status code: " +...

    docs.groupdocs.cloud/rewriter/file/sdk/paraphrase/
  7. Compare Two PDF Files for Differences in Node.j...

    There is an Error: let response = await compareApi.comparisons(request); ^^^^^ SyntaxError: await is only valid in async function Code is here: // initialize api let compareApi = groupdocs_comparison_…...comparisons(request); } catch (err) { throw err; } } comparePDFFiles()...compared successfully"); }) .catch((err) => { console.log("Error occurred...

    forum.groupdocs.cloud/t/compare-two-pdf-files-f...
  8. 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...
  9. 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...
  10. 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...