# 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<br/>
Supported Operating Systems :- Linux/Windows<br/>
Programming Language :- Python3<br/>
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:<br/>
1) **pip install singleImagesToPDF**<br/>
2) make a python script and add the following lines of code<br/>
a) Do the necessary **import**:-<br/>
**from singleImagesToPDF.pdfFromMultiImages import pdfFromMultiImgs**<br/>
b) Make an instance and call the merge function<br/>
**a = pdfFromMultiImgs()**<br/>
**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 :- <br/>
======
a) Can be used for merging the images obtained through whatsapp in your computer<br/>
b) Can be used to merge the images obtained from mail,<br/>
or any other place where you can utilize it for
Raw data
{
"_id": null,
"home_page": "https://gitlab.com/antoreep_jana/singleimagestopdf/tree/master",
"name": "singleImagesToPDF",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "Image to PDF, Merge Images, pdf, PDF, PDF maker from images, jpeg to pdf, Convert Images to PDF",
"author": "Antoreep Jana",
"author_email": "antoreepjana@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/3c/2b/6b93706415e7d6598b62172a22f3592df13d860ba94415bddd3ab48a029f/singleImagesToPDF-4.2.1.tar.gz",
"platform": null,
"description": "# singleImagesToPDF\n\nThis 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.\n\n\nSpecifications:\n======\nSupported File Formats :- JPEG/JPG/PNG<br/>\nSupported Operating Systems :- Linux/Windows<br/>\nProgramming Language :- Python3<br/>\n\nUsing this you can convert all your images gathered (either notes or documents) to a single pdf file. \n\nHow to Use?\n======\nAll you need to do is open your command promt in the required directory(folder) and run:<br/>\n 1) **pip install singleImagesToPDF**<br/>\n 2) make a python script and add the following lines of code<br/>\n a) Do the necessary **import**:-<br/>\n **from singleImagesToPDF.pdfFromMultiImages import pdfFromMultiImgs**<br/>\n b) Make an instance and call the merge function<br/>\n **a = pdfFromMultiImgs()**<br/>\n **a.merge()**\n\nFollow 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.\n\nImage Format supported :- JPG/JPEG/PNG\n\nPlatform Supported :- Linux/Windows\n\nUse Cases :- <br/>\n======\n a) Can be used for merging the images obtained through whatsapp in your computer<br/>\n b) Can be used to merge the images obtained from mail,<br/>\n or any other place where you can utilize it for\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "It helps you convert all the images in the current working directory (os.getcwd()) to a single pdf file",
"version": "4.2.1",
"project_urls": {
"Download": "https://gitlab.com/antoreep_jana/singleimagestopdf/-/archive/v4.2.1/singleimagestopdf-v4.2.1.tar.gz",
"Homepage": "https://gitlab.com/antoreep_jana/singleimagestopdf/tree/master"
},
"split_keywords": [
"image to pdf",
" merge images",
" pdf",
" pdf",
" pdf maker from images",
" jpeg to pdf",
" convert images to pdf"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "76ffef0bedf031c212c2bdefcdaa644f7253c28bda423404d76564c54c70ea02",
"md5": "8e5f7deaced50686168a8510dc45e1fa",
"sha256": "5fe5ec76bbd8f9bbe6eb61999060f9e691bbc2646426b0794857a2d5b9792ddd"
},
"downloads": -1,
"filename": "singleImagesToPDF-4.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8e5f7deaced50686168a8510dc45e1fa",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 7250,
"upload_time": "2024-03-20T03:59:49",
"upload_time_iso_8601": "2024-03-20T03:59:49.100550Z",
"url": "https://files.pythonhosted.org/packages/76/ff/ef0bedf031c212c2bdefcdaa644f7253c28bda423404d76564c54c70ea02/singleImagesToPDF-4.2.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3c2b6b93706415e7d6598b62172a22f3592df13d860ba94415bddd3ab48a029f",
"md5": "45b56bbaf0cf042a47d80171be043f1f",
"sha256": "b3236946f9dda1b17f7f7adcb985001df0dcb8d930b463e66d621b51111e24d8"
},
"downloads": -1,
"filename": "singleImagesToPDF-4.2.1.tar.gz",
"has_sig": false,
"md5_digest": "45b56bbaf0cf042a47d80171be043f1f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6936,
"upload_time": "2024-03-20T03:59:50",
"upload_time_iso_8601": "2024-03-20T03:59:50.862113Z",
"url": "https://files.pythonhosted.org/packages/3c/2b/6b93706415e7d6598b62172a22f3592df13d860ba94415bddd3ab48a029f/singleImagesToPDF-4.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-20 03:59:50",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "antoreep_jana",
"gitlab_project": "singleimagestopdf",
"lcname": "singleimagestopdf"
}