Convert TEXT to Image in Go using REST API. Save TEXT as Image using Go....{}{ "zipOutput" : true ,} request := &models.SplitDocumentOnlineR{...wordsApi.SplitDocumentOnline(ctx, request) Run code Copy Go code to the...
Make PDF using Go SDK. Easily create a blank PDF in Go in a few steps....new PDF document Create a request to make PDF, passing the name...CreateDocument() method, passing the request Get the result of PDF creation...
Convert DWG to PDF. Convert DWG to JPG in C#. Learn how to convert DWG to PNG in C#. Convert AutoCAD drawing to JPG | PNG | BMP images...where the Image is passed as a request body. The mandatory parameters...following example, the Post HTTP request is used where an input file...
Convert PDF to EPUB in Java using REST API. Save PDF as EPUB using Java....toAbsolutePath()); ConvertDocumentReque request = new ConvertDocumentReque...= wordsApi.convertDocument(request); Run code Copy Java code to...
Make DOC using PHP SDK. Easily create a blank DOC in PHP in a few steps....new DOC document Create a request to make DOC, passing the name...createDocument() method, passing the request Get the result of DOC creation...
Convert PDF to TXT in Go using REST API. Save PDF as TXT using Go....[ string ] interface {}{} request := &models.ConvertDocumentReque{...wordsApi.ConvertDocument(ctx, request) Run code Copy Go code to the...
Convert PDF to RTF in C# using REST API. Save PDF as RTF using C#....pdf" ); var request = new ConvertDocumentReque(doc...await wordsApi.ConvertDocument(request); Run code Copy C# code to...
Make DOC using Java SDK. Easily create a blank DOC in Java in a few steps....new DOC document Create a request to make DOC, passing the name...createDocument() method, passing the request Get the result of DOC creation...
Convert PDF to SVG in C# using REST API. Save PDF as SVG using C#....pdf" ); var request = new SplitDocumentOnlineR(doc...wordsApi.SplitDocumentOnline(request); using ( var fileStream =...
Convert PDF to JPG in PHP using REST API. Save PDF as JPG using PHP....pdf" ; $request = new SplitDocumentOnlineR...-> splitDocumentOnline ( $request ); Run code Copy PHP code to...