How to Convert Arabic Numerals to Roman Numerals with Bash
With Bash, one of the most used scripting languages in Linux/Unix environments, we can create a simple script that automates this process. In this article, we will see how to do it.
How To Convert The Output of the dig Command to JSON in Bash
In this article, I will show you how to convert the output of a dig DNS query to JSON format using a Bash script.
How to extract text from a PDF document with Go
To accomplish this task, we will use an open-source Go library called pdfcpu, which allows you to handle PDF files, including text extraction.
How to extract text from a PDF document with Python
In this article, we will explore how to extract text from a PDF document using PyPDF2.
How to use getopts in Bash to handle options and arguments
In this article, we will look at how getopts works and how to use it to handle various types of options and arguments.
How to extract text from a PDF document with Node.js
In this article we will see how to extract text from a PDF document using Node.js, through dedicated libraries.