Convert DOC to PDF in Go using REST API. Save DOC as PDF using Go....[ string ] interface {}{} request := &models.ConvertDocumentReque{...wordsApi.ConvertDocument(ctx, request) Run code Copy Go code to the...
Convert HTML to PDF in C# using REST API. Save HTML as PDF using C#....html" ); var request = new ConvertDocumentReque(doc...await wordsApi.ConvertDocument(request); Run code Copy C# code to...
Convert TEXT to Image in C# using REST API. Save TEXT as Image using C#....txt" ); var request = new SplitDocumentOnlineR(doc...wordsApi.SplitDocumentOnline(request); using ( var fileStream =...
Make PDF using PHP SDK. Easily create a blank PDF in PHP 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 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...
Split TXT file in C++ using REST API....std::shared_ptr<requests::SplitDocumentOnlineR> request ( new requests::C...wordsApi-> splitDocumentOnline (request); Run code Copy C++ code to...
Split DOC file in C++ using REST API....std::shared_ptr<requests::SplitDocumentOnlineR> request ( new requests::C...wordsApi-> splitDocumentOnline (request); Run code Copy C++ code to...