Convert TEXT to GIF in Java using REST API. Save TEXT as GIF using Java....toAbsolutePath()); SplitDocumentOnlineR request = new SplitDocumentOnlineR...wordsApi.splitDocumentOnline(request); Run code Copy Java code to...
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...
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...
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...
Convert a Word document to Image in C# using REST API. Save a Word document as Image using C#....docx" ); var request = new SplitDocumentOnlineR(doc...wordsApi.SplitDocumentOnline(request); using ( var fileStream =...
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...
Make PDF using Java SDK. Easily create a blank PDF in Java 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 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 =...