Convert HTML to PDF in Java using REST API. Save HTML as PDF using Java....toAbsolutePath()); ConvertDocumentReque request = new ConvertDocumentReque...= wordsApi.convertDocument(request); Run code Copy Java code to...
Convert a Word document to HTML in Go using REST API. Save a Word document as HTML using Go....[ string ] interface {}{} request := &models.ConvertDocumentReque{...wordsApi.ConvertDocument(ctx, request) Run code Copy Go code to the...
Make Markdown using Java SDK. Easily create a blank Markdown in Java in a few steps....a new MD document Create a request to make MD, passing the name...createDocument() method, passing the request Get the result of MD creation...
Compress PDF to smaller size using Swift SDK. Optimize PDF content in Swift....compressDocumentOnli(request: compressDocumentRequ); let...= try api.convertDocument(request: convertDocument); Run code...
Compress HTML to smaller size using Swift SDK. Optimize HTML content in Swift....compressDocumentOnli(request: compressDocumentRequ); let...= try api.convertDocument(request: convertDocument); Run code...
Compress a Word document to smaller size using Swift SDK. Optimize a Word document content in Swift....compressDocumentOnli(request: compressDocumentRequ); let...= try api.convertDocument(request: convertDocument); Run code...
Convert TEXT to PNG in C# using REST API. Save TEXT as PNG using C#....txt" ); var request = new SplitDocumentOnlineR(doc...wordsApi.SplitDocumentOnline(request); using ( var fileStream =...
Make PDF using .NET SDK. Easily create a blank PDF in C# 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...
Make HTML using .NET SDK. Easily create a blank HTML in C# 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 C# using REST API. Save HTML as Image using C#....html" ); var request = new SplitDocumentOnlineR(doc...wordsApi.SplitDocumentOnline(request); using ( var fileStream =...