Compress JPG to smaller size using PHP SDK. Optimize JPG content in PHP....available save format – DOCX, DOC, RTF, PDF, HTML and many others...other file formats: Compress DOC Compress DOCX Compress HTML Compress...
Make PDF using Ruby SDK. Easily create a blank PDF in Ruby in a few steps....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...in other file formats: Make DOC Make DOCX Make HTML Make MD Make...
Compress PDF to smaller size using Python SDK. Optimize PDF content in Python....available save format – DOCX, DOC, RTF, HTML and many others. For...other file formats: Compress DOC Compress DOCX Compress HTML Compress...
Make PDF using Python SDK. Easily create a blank PDF in Python in a few steps....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...in other file formats: Make DOC Make DOCX Make HTML Make MD Make...
Compress PDF to smaller size using .NET SDK. Optimize PDF content in C#....available save format – DOCX, DOC, RTF, HTML and many others. For...other file formats: Compress DOC Compress DOCX Compress HTML Compress...
Convert a Word Document to JPG in C# using REST API. Save a Word Document as JPG using C#....WordsApi(config); using var doc = File.OpenRead( "Input.docx"...request = new SplitDocumentOnlineR(doc, "jpg" , zipOutput: true ); var...
Convert TEXT to PNG in Java using REST API. Save TEXT as PNG using Java....WordsApi (apiClient); byte [] doc = Files.readAllBytes(Paths.get(...= new SplitDocumentOnlineR ( doc, "png" , null , null , null ...
Convert HTML to JPG in Ruby using REST API. Save HTML as JPG using Ruby....new doc = File.open( 'Input.html' ) request...SplitDocumentOnlineR .new( document: doc, format: 'jpg' , zip_output:...
Convert HTML to JPG in Go using REST API. Save HTML as JPG using Go....CreateWordsApi(config) doc, _ := os.Open( "Input.html" )...SplitDocumentOnlineR{ Document: doc, Format: ToStringPointer( "jpg"...
Convert TEXT to Image in C++ using REST API. Save TEXT as Image using C++....make_shared <WordsApi>(config); auto doc = std:: shared_ptr <std::istream>(...requests::SplitDocumentOnlineR( doc, std::make_shared<std::wstring>(...