Search
Follow Us
Categories
- News Release(0)
How to Move, Reorder, and Rearrange Pages in Word using Ruby

Word is the word most popular program for creating documents. But when working with bigger word documents, you may need to change the order of your pages. Rather than starting from scratch, you could consider rearranging the pages so that they end up in better order. So, it is very important to know how to change pages order in Word. In this article, you will learn how to move, … Continue Reading
Convert TXT Files to PDF using REST API in Ruby

Notepad is a word processing program, which allows you to create quick notes in a TXT file. Windows Notepad is a simple text editor created by the Microsoft corporation. Converting text to PDF file gives it more versatility, as the final document can be viewed on any system. To perform TXT to PDF conversion programmatically, this article covers how to convert TXT files to PDF using REST API … Continue Reading
Convert PDF Files to PNG, JPEG, BMP, and TIFF Images using Ruby

PDF files are very useful and can be used as an alternative to many different types of data for storing documents. However, in certain cases, you have to convert PDF files to other file formats. For such cases, this article covers how to convert PDF files to popular image formats. Particularly, you will learn how to convert PDF files to PNG, JPEG, BMP, … Continue Reading
Extract Pages From Word Documents using Rest API in Ruby

You may need to extract a set of consecutive pages from Word documents or may need to split word to individual pages as smaller parts. As a Ruby developer, you can easily extract certain pages from word documents by applying page number filters programmatically. In this article, you will learn how to extract pages from word documents using REST API in Ruby.
The following topics shall be covered to convert … Continue Reading
Convert Excel to PDF using REST API in Ruby

Excel is commonly used to store information in a series of separate pages within business organizations. In certain cases, you may need to convert Excel to PDF programmatically. In this article, we will learn how to convert Excel to PDF using REST API in Ruby.
The following topics shall be covered in this article:
… Continue ReadingSplit PDF Files using REST API in Ruby

Long PDF files require a lot of team work and it’s necessary to split it into multiple shorter documents for working faster in PDF. Instead of cutting and pasting long documents, we have more fast cloud APIs to split PDF documents into several files programmatically. By splitting PDF documents, you can easily extract and share a specific piece of information or a set of data with the stakeholders. … Continue Reading
Merge and Combine PDF Files using REST API in Ruby

You can combine PDF documents into a single PDF file programmatically on the cloud using REST API. It can be useful in sharing or printing multiple documents combined in a single file instead of processing all files one by one. As a Ruby developer, you can merge two or more PDF files into a single file in your Ruby applications. In this article, you will learn how to … Continue Reading