Skip to content

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

Ali-Adnan219/MakePdfEasily

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages