Posts by Anamika Roy
Author Biographical Info: Student of UIT BU, studying CSE.
Here we will discuss how to find the page number of a text from a PDF file in Python. It is used for many purposes. You may need it while making software or doing a project. While .... Read More
In this tutorial, we will learn how to delete pages from a PDF file in Python. While working with PDF files we may need to delete some unwanted pages from the PDF. Sometimes it w.... Read More
We will discuss how to count the number of pages in a PDF file in Python here. In our daily uses, while working with a PDF file, we may need to know how many pages are there. While.... Read More
We are going to learn about how to extract tables from PDF in Python. While programming in many cases, we need to work with table data. But if they are in the PDF, we need to extra.... Read More
Hello Everyone! We are going to learn about how to check if a string exists in a PDF file in Python, in this tutorial. Strings play an important role in Python. It is used in Proje.... Read More
We are going to learn about how to handle missing keys in the Python dictionary. Dictionaries are widely used all over. It acts as a container. It gives access to every key to its .... Read More
Here we will learn about how to capture a particular portion of a screen in Python. We need to take a screenshot of a particular portion, for most of the applications in many cases.... Read More
We are going to discuss how to comment out a portion of code in Python, in this tutorial. We add comments to explain the code or to avoid getting the code complex. It is always goo.... Read More