singleImagesToPDF
This helps you to convert all the image files in your current working directory (os.getcwd()) to pdf files and merge them (if you want) to be combined in a PDF file format.
Specifications:
Supported File Formats :- JPEG/JPG/PNG
Supported Operating Systems :- Linux/Windows
Programming Language :- Python3
Using this you can convert all your images gathered (either notes or documents) to a single pdf file.
How to Use?
All you need to do is open your command promt in the required directory(folder) and run:
1) pip install singleImagesToPDF
2) make a python script and add the following lines of code
a) Do the necessary import:-
from singleImagesToPDF.pdfFromMultiImages import pdfFromMultiImgs
b) Make an instance and call the merge function
a = pdfFromMultiImgs()
a.merge()
Follow along the instructions and your images (usually notes/documents) will be merged into a single pdf or keep the single pdfs corresponding to the images as required.
Image Format supported :- JPG/JPEG/PNG
Platform Supported :- Linux/Windows
Use Cases :-
a) Can be used for merging the images obtained through whatsapp in your computer
b) Can be used to merge the images obtained from mail,
or any other place where you can utilize it for
Release files for singleImagesToPDF 4.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| singleImagesToPDF-4.2.1.tar.gz | 6.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| singleImagesToPDF-4.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.2 kB
Release files / singleImagesToPDF-4.2.1.tar.gz
| Download URL | singleImagesToPDF-4.2.1.tar.gz |
|---|---|
| Size | 6.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b3236946f9dda1b17f7f7adcb985001df0dcb8d930b463e66d621b51111e24d8
|
|
BLAKE2b-256 checksum How to use checksums |
3c2b6b93706415e7d6598b62172a22f3592df13d860ba94415bddd3ab48a029f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.2
|
Release files / singleImagesToPDF-4.2.1-py3-none-any.whl
| Download URL | singleImagesToPDF-4.2.1-py3-none-any.whl |
|---|---|
| Size | 7.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5fe5ec76bbd8f9bbe6eb61999060f9e691bbc2646426b0794857a2d5b9792ddd
|
|
BLAKE2b-256 checksum How to use checksums |
76ffef0bedf031c212c2bdefcdaa644f7253c28bda423404d76564c54c70ea02
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.2
|