Convert PDF to TXT in Ruby using REST API. Save PDF as TXT using Ruby....pdf' ) request = ConvertDocumentReque .new(...@words_api .convert_document(request) Run code Copy Ruby code to...
Convert PDF to TIFF in Ruby using REST API. Save PDF as TIFF using Ruby....pdf' ) request = SplitDocumentOnlineR .new(...@words_api .split_document_online(request) Run code Copy Ruby code to...
Convert PDF to HTML in Ruby using REST API. Save PDF as HTML using Ruby....pdf' ) request = ConvertDocumentReque .new(...@words_api .convert_document(request) Run code Copy Ruby code to...
Convert TEXT to GIF in Ruby using REST API. Save TEXT as GIF using Ruby....txt' ) request = SplitDocumentOnlineR .new(...@words_api .split_document_online(request) Run code Copy Ruby code to...
Convert TEXT to SVG in Ruby using REST API. Save TEXT as SVG using Ruby....txt' ) request = SplitDocumentOnlineR .new(...@words_api .split_document_online(request) Run code Copy Ruby 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...
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 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...