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

err

(0.68 sec)
  1. 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...
  2. 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...
  3. 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-...
  4. Simplifying text with GroupDocs.Rewriter SDK | ...

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

    docs.groupdocs.cloud/rewriter/text/sdk/simmplify/
  5. Summarizing text with GroupDocs.Rewriter SDK | ...

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

    docs.groupdocs.cloud/rewriter/text/sdk/summarize/
  6. Findging synonyms with GroupDocs.Rewriter SDK |...

    How to use GroupDocs.Rewriter Cloud SDK to find synonyms for word or phrase.... err . println ( "Exception when calling...SynonymizeApi#synonymizeTextPost" ); System . err . println ( "Status code: " +...

    docs.groupdocs.cloud/rewriter/text/sdk/synoymize/
  7. 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...
  8. 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...
  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. Paraphrase text with GroupDocs.Rewriter SDK | D...

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

    docs.groupdocs.cloud/rewriter/text/sdk/paraphrase/