Make a Word document using Go SDK. Easily create a blank a Word document in Go in a few steps....new Word document Create a request to make Word, passing the name...CreateDocument() method, passing the request Get the result of Word creation...
Convert TEXT to PNG in PHP using REST API. Save TEXT as PNG using PHP....txt" ; $request = new SplitDocumentOnlineR...-> splitDocumentOnline ( $request ); Run code Copy PHP code to...
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...
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...
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 PDF to DOC in Dart using REST API. Save PDF as DOC using Dart....asByteData(); final request = ConvertDocumentReque(doc...await wordsApi.convertDocument(request); Run code Copy Dart code to...
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...
Convert PDF to PNG in Ruby using REST API. Save PDF as PNG using Ruby....pdf' ) request = SplitDocumentOnlineR .new(...@words_api .split_document_online(request) Run code Copy Ruby code to...
Compress DOCX to smaller size using Swift SDK. Optimize DOCX content in Swift....compressDocumentOnli(request: compressDocumentRequ); let...= try api.convertDocument(request: convertDocument); Run code...
Convert PDF to WORD in Ruby using REST API. Save PDF as WORD using Ruby....pdf' ) request = ConvertDocumentReque .new(...@words_api .convert_document(request) Run code Copy Ruby code to...