From 96d71a9c6023d6b0ebbb046caeea3fe049e05887 Mon Sep 17 00:00:00 2001 From: Shadman19299 <30331470+Shadman19299@users.noreply.github.com> Date: Wed, 2 Dec 2020 12:33:45 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5dfb2a1..74a59dc 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ Author: Shadman UR Rabbi Script Name: PDFMERGER Description: This script merges two pdf into one and put them in a folder called Combined. - This is specially designed to accomodate the need of Dept of Records and Information Service - The two pdf has to have a requirement of a front page and a back page in the same folder - The naming convention is front page: "XYZ.pdf" and Back page : "XYZ-bk.pdf" + This is specially designed to accomodate the need of PDF Merging of front and backside. + The two pdf has to have a requirement of a front page and a back page in the same folder. + The naming convention is front page: "XYZ.pdf" and Back page : "XYZ-bk.pdf". Python Version Used: python3.9, Fundamental Packages: os, pathlib, PyPDF2, tkinter(for GUI)