Merge PDF to DOCX in C# using REST API. Save PDF as DOCX using C#...."######### }; var wordsApi = new WordsApi(config); using var...ent, documentList); await wordsApi.AppendDocumentOnline(appendDocumentOnline);...
Follow this article to update all fields in Word with Java REST API. You will learn to update field in Word with Java RESTful Service using a Java-based Cloud SDK....updating fields Create the WordsApi object using the above configuration...
Merge JPG to JPG in C# using REST API. Save JPG as JPG using C#...."######### }; var wordsApi = new WordsApi(config); using var...imageList); var mergedDocs = await wordsApi.AppendDocumentOnline(appendDocumentOnline);...
Merge a Word document to JPG in Dart using REST API. Save a Word document as JPG using Dart...."######### ); final wordsApi = WordsApi(config); final document...documentList); final mergedDocs = await wordsApi.appendDocumentOnline(appendDocumentOnline);...
Merge HTML to PDF in Dart using REST API. Save HTML as PDF using Dart...."######### ); final wordsApi = WordsApi(config); final document...ent, documentList); await wordsApi.appendDocumentOnline(appendDocumentOnline);...
Compare two PDF using C#. With our C# SDK, you can easily find the difference between PDF files...."######### }; var wordsApi = new WordsApi(config); var fileName1...ontent, fileName1); await wordsApi.UploadFile(uploadFirstFileReque);...
Compare two HTML using C#. With our C# SDK, you can easily find the difference between HTML files...."######### }; var wordsApi = new WordsApi(config); var fileName1...ontent, fileName1); await wordsApi.UploadFile(uploadFirstFileReque);...
Merge JPG to JPG in Dart using REST API. Save JPG as JPG using Dart...."######### ); final wordsApi = WordsApi(config); final document...final mergedImages = await wordsApi.appendDocumentOnline(appendDocumentOnline);...