Convert a Word document to PDF in Dart using REST API. Save a Word document as PDF using Dart....asByteData(); final request = ConvertDocumentReque(doc...await wordsApi.convertDocument(request); Run code Copy Dart code to...
Convert a Word document to Image in Ruby using REST API. Save a Word document as Image using Ruby....docx' ) request = SplitDocumentOnlineR .new(...@words_api .split_document_online(request) Run code Copy Ruby code to...
Convert HTML to PDF in Ruby using REST API. Save HTML as PDF using Ruby....html' ) request = ConvertDocumentReque .new(...@words_api .convert_document(request) Run code Copy Ruby code to...
Convert HTML to JPG in Dart using REST API. Save HTML as JPG using Dart....asByteData(); final request = SplitDocumentOnlineR(doc...wordsApi.splitDocumentOnline(request); Run code Copy Dart code to...
Make HTML using PHP SDK. Easily create a blank HTML in PHP in a few steps....new HTML document Create a request to make HTML, passing the name...createDocument() method, passing the request Get the result of HTML creation...
Convert DOC to JPG in Java using REST API. Save DOC as JPG using Java....toAbsolutePath()); SplitDocumentOnlineR request = new SplitDocumentOnlineR...wordsApi.splitDocumentOnline(request); Run code Copy Java code to...
Make HTML using Java SDK. Easily create a blank HTML in Java in a few steps....new HTML document Create a request to make HTML, passing the name...createDocument() method, passing the request Get the result of HTML creation...
Convert HTML to Image in Go using REST API. Save HTML as Image using Go....{}{ "zipOutput" : true ,} request := &models.SplitDocumentOnlineR{...wordsApi.SplitDocumentOnline(ctx, request) Run code Copy Go code to the...
Convert a Word document to JPG in Go using REST API. Save a Word document as JPG using Go....{}{ "zipOutput" : true ,} request := &models.SplitDocumentOnlineR{...wordsApi.SplitDocumentOnline(ctx, request) Run code Copy Go code to the...
Compress DOCX to smaller size using Swift SDK. Optimize DOCX content in Swift....compressDocumentOnli(request: compressDocumentRequ); let...= try api.convertDocument(request: convertDocument); Run code...