Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 2,287 for

err

(0.03 sec)
  1. Translating Markdown files with GroupDocs.Trans...

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

    docs.groupdocs.cloud/translation/file/sdk/markd...
  2. Delete rendered document | Documentation

    After rendering various types of documents into HTML, Image, or Pdf, you may clean (delete) rendered pages from cloud storage using special method. Note: This method deletes only output files, the input file remains in the storage. Following example demonstrates on how to delete rendered document results. API Usage Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....docx" , }, } response , _ , err := config . Client . ViewApi...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    docs.groupdocs.cloud/viewer/delete-rendered-doc...
  3. Available SDKs | Documentation

    Find the latest software development kits (SDKs) that help you easily integrate GroupDocs.Rewriter Cloud into your applications.... err . println ( "Exception when calling...ParaphraseApi#paraphraseTextPost" ); System . err . println ( "Status code: " +...

    docs.groupdocs.cloud/rewriter/sdk/
  4. Translating image and scanned PDF files with Gr...

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

    docs.groupdocs.cloud/translation/file/sdk/image...
  5. Convert document without storage | Documentation

    This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default value : 1 pagesCount integer Number of pages to convert Default value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data convertOptions ConvertOptions Conversion options Form data Resource URI HTTP PUT ~/conversion...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...
  6. Translating files with GroupDocs.Translation SD...

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

    docs.groupdocs.cloud/translation/file/sdk/
  7. Translating Resx files with GroupDocs.Translati...

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

    docs.groupdocs.cloud/translation/file/sdk/resou...
  8. 7. Convert to Text Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Text Formats and returns the output document storage URL and also support to get result as a stream or Array of stream. Convert to Text Formats You can convert the supported document formats to Text Formats and get output as Storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Text format example.... err . println ( "Exception while..."converted" , } result , _ , err := config . Client . ConvertApi...

    docs.groupdocs.cloud/conversion/convert-to-text...
  9. Translating Word files with GroupDocs.Translati...

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

    docs.groupdocs.cloud/translation/file/sdk/word/
  10. Translating PowerPoint files with GroupDocs.Tra...

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

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