Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 2,287 for

err

(0.59 sec)
  1. Assistance Required for PPTX to PNG Conversion ...

    I am writing to seek assistance with an issue I encountered while using GroupDocs.Conversion Cloud API. Following the instructions on your blog post Convert PowerPoint (PPT/PPTX) to PNG in Node.js, I attempted to convert…...catch (err) { console.error('Conversion Error:', err); } }; convert();...

    forum.groupdocs.cloud/t/assistance-required-for...
  2. Get Supported File Formats | Documentation

    GroupDocs.conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.conversion Cloud REST API resource has been used in the Supported File Formats example. cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v2.0/conversion/formats' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl.... err . println ( "Exception while...GetSupportedConversi () { response , _ , err := config . Client . InfoApi...

    docs.groupdocs.cloud/conversion/get-supported-f...
  3. Detecting paraphrases in text with GroupDocs.Re...

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

    docs.groupdocs.cloud/rewriter/text/sdk/detect/
  4. Translating Srt files with GroupDocs.Translatio...

    How to use GroupDocs.Translation Cloud SDK for translating Srt files.... err . println ( "Exception when calling...TranslationApi#srtPost" ); System . err . println ( "Status code: " +...

    docs.groupdocs.cloud/translation/file/sdk/subti...
  5. Translating image files with GroupDocs.Translat...

    How to use GroupDocs.Translation Cloud SDK for translating image files.... err . println ( "Exception when calling...TranslationApi#imageToTextPost" ); System . err . println ( "Status code: " +...

    docs.groupdocs.cloud/translation/file/sdk/image...
  6. Translating PDF files with GroupDocs.Translatio...

    How to use GroupDocs.Translation Cloud SDK for translating PDF files.... err . println ( "Exception when calling...TranslationApi#pdfPost" ); System . err . println ( "Status code: " +...

    docs.groupdocs.cloud/translation/file/sdk/pdf/
  7. Split drawing into tiles | Documentation

    Tiled rendering or (rendering by coordinates) is the process of rendering CAD drawings (into an image, HTML or PDF) by dividing into square parts and rendering each part (or tile) separately. The advantage of this process is that the amount of memory involved is reduced as compared to rendering the entire document at once. Generally, DWG documents are divided into pages by Model and Layouts, but when the tiled rendering is enabled, only the Model is rendered and every tile composes a separate page....dwg" , }, } infoResponse , _ , err := config . Client . InfoApi...config . Ctx , viewOptions ) if err != nil { fmt . Printf ( "Exception...

    docs.groupdocs.cloud/viewer/split-drawing-into-...
  8. Translating CSV files with GroupDocs.Translatio...

    How to use GroupDocs.Translation Cloud SDK for translating CSV files.... err . println ( "Exception when calling...TranslationApi#csvPost" ); System . err . println ( "Status code: " +...

    docs.groupdocs.cloud/translation/file/sdk/csv/
  9. Translating HTML files with GroupDocs.Translati...

    How to use GroupDocs.Translation Cloud SDK for translating HTML files.... err . println ( "Exception when calling...TranslationApi#htmlPost" ); System . err . println ( "Status code: " +...

    docs.groupdocs.cloud/translation/file/sdk/html/
  10. Translating Excel files with GroupDocs.Translat...

    How to use GroupDocs.Translation Cloud SDK for translating Excel files.... err . println ( "Exception when calling...TranslationApi#spreadsheetPost" ); System . err . println ( "Status code: " +...

    docs.groupdocs.cloud/translation/file/sdk/excel/