Ali-Adnan219 / MakePdfEasily

A library that facilitates the process of converting images into a PDF file By creating a folder and putting all the images in it and writing the name of the pdf file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MakePdfEasily

Choose a language

Arabic - العربية

to install:

pip install MakePdfEasily

Examples

import MakePdfEasily 

from  MakePdfEasily import *
#Create a folder first and put all the pictures in it
print(MakePdf("folder","hi.pdf"))

#one image

print(Make_one_pdf("./img.png", "a.pdf"))
#Merge pdf files

print(mergerPDf("folder","hi.pdf"))

Bot Telegram with MakePdfEasily

pytelegrambotapi

About

A library that facilitates the process of converting images into a PDF file By creating a folder and putting all the images in it and writing the name of the pdf file

License:MIT License


Languages

Language:Python 100.0%