Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 2,106 for

err

(0.05 sec)
  1. 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/
  2. 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...
  3. 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/
  4. Pdf to docx conversion issue - Free Support For...

    In the converted Docx file .the Layout is getting disrupted.Bellow is my code. const loadOptions = new conversion_cloud.PdfLoadOptions(); loadOptions.format = "pdf"; let convertOptions = new conversion_c…...th, result); } catch (err) { throw err; } }...

    forum.groupdocs.cloud/t/pdf-to-docx-conversion-...
  5. 2. Convert to Spreadsheet Document Formats | Do...

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

    docs.groupdocs.cloud/conversion/convert-to-spre...
  6. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret.... err . println ( "Exception while...( "docx" ), } response , _ , err := config . Client . InfoApi...

    docs.groupdocs.cloud/conversion/quick-start/
  7. 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...
  8. Convert document async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Start convert operation and get operation ID Get operation status After get “Finished” status, download converted document from storage Steps 1 and 4 are storage operations, please refer to this for usage details. Resource URI HTTP POST ~/conversion/async Swagger UI lets you call this REST API directly from the browser....false , }, } operationId , _ , err := config . Client . AsyncApi...config . Ctx , settings ) if err != nil { fmt . Printf ( "ConvertToPdfAsync...

    docs.groupdocs.cloud/conversion/convert-documen...
  9. How To Annotate PDF in Node.js Using GroupDocs....

    Hi, We are trying to evaluate groupdocs annotation functionality for our project. I am using nodejs sdk and following the samples provided in github. Repo URL - GitHub - groupdocs-annotation-cloud/groupdocs-annotation-…...catch((err) => { console.log("Error occurred...annotated the PDF document:", err); })...

    forum.groupdocs.cloud/t/how-to-annotate-pdf-in-...
  10. 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...