{ "info": { "author": "Pdf4me", "author_email": "support-dev@pdf4me.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Topic :: Other/Nonlisted Topic", "Topic :: Software Development" ], "description": "The Pdf4me Client API is a python package which connects to its highly scalable SaaS cloud service with many functionalities to solve your document and PDF requirements. The SaaS API provides expert functionality to convert, optimize, compress, produce, merge, split, ocr, enrich, archive, print documents and PDF's.\n\nFeature | Description \n------------ | ------------- \n**Optimize** | PDF's can often be optimized by removing structural redundancy. This leads to much smaller PDF's.\n**Merge** | Multiple PDF's can be merged into single optimized PDFs.\n**Split** | A PDF can be splitted into multiple PDF's.\n**Extract** | From a PDF extract multiple pages into a new document.\n**Images** | Extract images from your document, can be any type of document.\n**Create Pdf/A** | Create a archive conform PDF/A including xmp Metadata.\n**Convert to PDF** | Convert your documents from any format to a proper PDF document.\n**Stamp** | Stamp your document with text or images.\n**Rotate** | Rotates pages in your document.\n**Protect** | Protects or Unlocks your document with given password.\n**Validation** | Validate your document for PDF/A compliance.\n**Repair** | Repairs your document.\n**Barcode** | Reads all types of barcode embedded in document or creates them\n\n## Getting Started\n\nTo get started get a Token by dropping us an [email](mailto:support-dev@pdf4me.com) or registering in our [portal](https://portal.pdf4me.com/).\n\nThe Token is required for Authentication. The Pdf4me Client Api provides you already with the necessary implementation. You need only to get an instance for the Pdf4meClient as shown in the sample below.\n\n```python\n\"\"\"\nEither you store them in the config.properties file with token \nDo not use any quotes:\nCorrect: token=sample-not-working-key-aaaaaaa\nIncorrect: token=\"sample-not-working-key-aaaaaaa\"\n\nIn case the location of your config.properties differs from the default location ('../config.properties'), provide the optional argument path_to_config_file.\n\n\"\"\"\npdf4me_client = Pdf4meClient(path_to_config_file='path_to_my_config.properties')\n\n\"\"\" or you pass them as arguments when constructing the Pdf4meClient object \"\"\"\npdf4me_client = Pdf4meClient(token=token)\n\n# The pdf4meClient object delivers the necessary authentication when instantiating the different pdf4meClients such as for instance Merge\nmerge_client = MergeClient(pdf4me_client)\nmerged_pdf = merge_client.merge_2_pdfs(\n file1=FileReader().get_file_handler(path='my_first_pdf.pdf'),\n file2=FileReader().get_file_handler(path='my_second_pdf.pdf')\n)\n```\n\n## Documentation\n\nPlease visit our [documentation](https://developer.pdf4me.com/docs/api/) for more information about all the functionalities provided and on how to use pdf4me.\n\n## Recommendation\n\nIt's recommended to create an instance of `Pdf4meClient` per thread in a multithreaded environment to avoid any potential issues.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://portal.pdf4me.com/", "keywords": "pdf convert extract thumbnails merge optimize compress split stamp ocr archive", "license": "", "maintainer": "", "maintainer_email": "", "name": "pdf4me", "package_url": "https://pypi.org/project/pdf4me/", "platform": "", "project_url": "https://pypi.org/project/pdf4me/", "project_urls": { "Bug Reports": "https://github.com/pdf4me/pdf4me-clientapi-python/issues", "Homepage": "https://portal.pdf4me.com/", "Source": "https://github.com/pdf4me/pdf4me-clientapi-python" }, "release_url": "https://pypi.org/project/pdf4me/0.8.17/", "requires_dist": null, "requires_python": ">=2.7, <4", "summary": "Provides expert functionality to convert, optimize, merge, split, ocr, print documents & PDFs.", "version": "0.8.17" }, "last_serial": 5419007, "releases": { "0.8.0": [ { "comment_text": "", "digests": { "md5": "a60eebf62fdab2c0f34e9e2d288e1579", "sha256": "4c2cf2dcb0cb0b1daed810cf4c4c066381c2408aa6d271d77878d1272a8be25a" }, "downloads": -1, "filename": "pdf4me-0.8.0.tar.gz", "has_sig": false, "md5_digest": "a60eebf62fdab2c0f34e9e2d288e1579", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <4", "size": 56784, "upload_time": "2018-05-08T14:54:25", "url": "https://files.pythonhosted.org/packages/d0/0a/5054e7134477c37be14ef42bd3a634950f052f846e96bb9371b2437567b8/pdf4me-0.8.0.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "e3ee18bbe612767a2f50b8afb8faa902", "sha256": "8df0cb81ad1ad8bfaccd65dff67805b13492a37976eae25b695d5fb6de01ddb4" }, "downloads": -1, "filename": "pdf4me-0.8.1.tar.gz", "has_sig": false, "md5_digest": "e3ee18bbe612767a2f50b8afb8faa902", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <4", "size": 57039, "upload_time": "2018-06-13T14:30:52", "url": "https://files.pythonhosted.org/packages/49/b7/d8945852c97bc0aef50bdab4ecf3da5bb279231c5029c5860ce6bbdb59f3/pdf4me-0.8.1.tar.gz" } ], "0.8.10": [ { "comment_text": "", "digests": { "md5": "a79206c9d3c15283f9bdfd36c02c2fd4", "sha256": "e28387ff5da4498f269914658d2c94ce32cd59c29baa8c3a059deae8cbd841e7" }, "downloads": -1, "filename": "pdf4me-0.8.10.tar.gz", "has_sig": false, "md5_digest": "a79206c9d3c15283f9bdfd36c02c2fd4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <4", "size": 89274, "upload_time": "2019-03-21T11:11:30", "url": "https://files.pythonhosted.org/packages/73/a8/a23754c2427b0e779f71ec1537d710d3e0fcf650237bbca9fad1c7d5388d/pdf4me-0.8.10.tar.gz" } ], "0.8.11": [ { "comment_text": "", "digests": { "md5": "cab4dc355b11fe30fe6f1e20e02a0546", "sha256": "389134724b93455d6550f97a6d9f89d46878245726cb8eb52773cf13e6c6352d" }, "downloads": -1, "filename": "pdf4me-0.8.11.tar.gz", "has_sig": false, "md5_digest": "cab4dc355b11fe30fe6f1e20e02a0546", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <4", "size": 89267, "upload_time": "2019-03-21T11:29:42", "url": "https://files.pythonhosted.org/packages/57/33/09e55150f44738b9e1acd5a95ba7685025ea027947de20707e77f064aed6/pdf4me-0.8.11.tar.gz" } ], "0.8.12": [ { "comment_text": "", "digests": { "md5": "2580684ded0b2d9b41f9c8d7a57bbee3", "sha256": "14f962691f9fd9fd71b92e43aa76f9173c3c67dea140eb932e2670c71ac9e466" }, "downloads": -1, "filename": "pdf4me-0.8.12.tar.gz", "has_sig": false, "md5_digest": "2580684ded0b2d9b41f9c8d7a57bbee3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <4", "size": 89296, "upload_time": "2019-03-21T12:53:38", "url": "https://files.pythonhosted.org/packages/99/f4/c23fcfe922fbd25cd7bcff991a95dcdace68bef4b3ceaf1dc139f992403c/pdf4me-0.8.12.tar.gz" } ], "0.8.13": [ { "comment_text": "", "digests": { "md5": "6114684c31fc6df6528d82c7a6430f9d", "sha256": "c89039b4a23d7de24ba7c060b59d9be92b1f01f659680d65f1c04a8f6ebf6f55" }, "downloads": -1, "filename": "pdf4me-0.8.13.tar.gz", "has_sig": false, "md5_digest": "6114684c31fc6df6528d82c7a6430f9d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <4", "size": 89799, "upload_time": "2019-03-26T11:13:18", "url": "https://files.pythonhosted.org/packages/11/ae/e9a2ca12b5667f90d7a9daa5decd4e26c19a727ce199d05c065c8e4d3679/pdf4me-0.8.13.tar.gz" } ], "0.8.14": [ { "comment_text": "", "digests": { "md5": "a3d8f9352c178458427ac8375d78dffb", "sha256": "9640465d5aaeba43049d0af4718e96af58d4af3a090f893c7cff7185b227d62b" }, "downloads": -1, "filename": "pdf4me-0.8.14.tar.gz", "has_sig": false, "md5_digest": "a3d8f9352c178458427ac8375d78dffb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <4", "size": 91438, "upload_time": "2019-03-29T14:08:49", "url": "https://files.pythonhosted.org/packages/db/b6/e10ad097b8d4803ad7a249e48f8dc5e03cf6526f5bb1363d49db516593c3/pdf4me-0.8.14.tar.gz" } ], "0.8.15": [ { "comment_text": "", "digests": { "md5": "72557aeb5aa815160ee84d2a36ae02a1", "sha256": "662ca2d48cfa1ab79dbe9b0f8936644fcd3e6b4f2e4ee9163cd58f794b14879b" }, "downloads": -1, "filename": "pdf4me-0.8.15.tar.gz", "has_sig": false, "md5_digest": "72557aeb5aa815160ee84d2a36ae02a1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <4", "size": 91460, "upload_time": "2019-04-02T09:21:12", "url": "https://files.pythonhosted.org/packages/2f/fd/2f32304aaacc18743bfabfc7f52a08929ffacd737e35b1e06221f5735bb8/pdf4me-0.8.15.tar.gz" } ], "0.8.16": [ { "comment_text": "", "digests": { "md5": "883bdc6c6d3292f58a9928edd38adc5b", "sha256": "1331c29865e0ab2dca568ea6d8429c2fd745f391120a0020667921a83559d5bc" }, "downloads": -1, "filename": "pdf4me-0.8.16.tar.gz", "has_sig": false, "md5_digest": "883bdc6c6d3292f58a9928edd38adc5b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <4", "size": 91470, "upload_time": "2019-04-02T09:34:14", "url": "https://files.pythonhosted.org/packages/fe/2f/013ec516c5c1b722d1753e378119264d0ae5b8786f10072af210b50b045e/pdf4me-0.8.16.tar.gz" } ], "0.8.17": [ { "comment_text": "", "digests": { "md5": "c3c9022bee217d104510fa1f6f4026ad", "sha256": "657b83393b9eb38e8f817f2c98297dc9ccaba2966103cfacfa5c8cbd57065efa" }, "downloads": -1, "filename": "pdf4me-0.8.17.tar.gz", "has_sig": false, "md5_digest": "c3c9022bee217d104510fa1f6f4026ad", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <4", "size": 91478, "upload_time": "2019-06-19T07:22:05", "url": "https://files.pythonhosted.org/packages/d6/a0/d5896596ea4119a556121985c4265be076333573ff508a1d502eceb68003/pdf4me-0.8.17.tar.gz" } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "3ceb98e620009b227b980de3ce239688", "sha256": "c42780e1419b98e487b748faba53560a40d11eaddf300f68b62426321c7a1fbb" }, "downloads": -1, "filename": "pdf4me-0.8.3.tar.gz", "has_sig": false, "md5_digest": "3ceb98e620009b227b980de3ce239688", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <4", "size": 84233, "upload_time": "2019-01-31T07:11:19", "url": "https://files.pythonhosted.org/packages/85/67/572c05f8d362a0bff2a2c16400c5493ecc3d70a58e9047b9e364c99d10b8/pdf4me-0.8.3.tar.gz" } ], "0.8.4": [ { "comment_text": "", "digests": { "md5": "e0f326ea8df2cf9435612405762efced", "sha256": "213e3da7ae9073aa676103b0f6edf2191919d2fb51101da4b61246c8e45d00af" }, "downloads": -1, "filename": "pdf4me-0.8.4.tar.gz", "has_sig": false, "md5_digest": "e0f326ea8df2cf9435612405762efced", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <4", "size": 84221, "upload_time": "2019-01-31T11:04:16", "url": "https://files.pythonhosted.org/packages/26/f6/59af5cf61344883455a318386723d7c411f4c1062a4516e5109f472698ea/pdf4me-0.8.4.tar.gz" } ], "0.8.5": [ { "comment_text": "", "digests": { "md5": "5256bb9468e84a0e7068144cda4b693a", "sha256": "4d519898edadae6b8348f059182fb13acd9c9692e6f45870ffe26dd754ba2cbe" }, "downloads": -1, "filename": "pdf4me-0.8.5.tar.gz", "has_sig": false, "md5_digest": "5256bb9468e84a0e7068144cda4b693a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <4", "size": 84386, "upload_time": "2019-02-14T07:35:49", "url": "https://files.pythonhosted.org/packages/a1/37/da63a01796f553ded90a9b62497e3c55de2a9d0e1d76e97c6cf7a4b447c7/pdf4me-0.8.5.tar.gz" } ], "0.8.6": [ { "comment_text": "", "digests": { "md5": "6d389145b640d1b4306084e4b66aec9a", "sha256": "95bb42282c570b4498455384d8c8a65fb9d87cbf299cefaad905c3ad8d9d0f7c" }, "downloads": -1, "filename": "pdf4me-0.8.6.tar.gz", "has_sig": false, "md5_digest": "6d389145b640d1b4306084e4b66aec9a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <4", "size": 84396, "upload_time": "2019-02-14T07:59:51", "url": "https://files.pythonhosted.org/packages/61/0d/e86af76399262fcc25ab143f6179418c9a0d0f8467431785b2e2918c02e0/pdf4me-0.8.6.tar.gz" } ], "0.8.7": [ { "comment_text": "", "digests": { "md5": "cf554dbdbd5639fb6f51d3c11a317e72", "sha256": "eda4caca3a35e73614798f164e4f9749cda8ad910f82ae5dc149e9dbd1d06d26" }, "downloads": -1, "filename": "pdf4me-0.8.7.tar.gz", "has_sig": false, "md5_digest": "cf554dbdbd5639fb6f51d3c11a317e72", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <4", "size": 84418, "upload_time": "2019-02-14T08:10:42", "url": "https://files.pythonhosted.org/packages/f0/4b/b23b7db7f2a87bd72d43e009dfd8f369f24bf2ae565e16890cb1620a99c9/pdf4me-0.8.7.tar.gz" } ], "0.8.8": [ { "comment_text": "", "digests": { "md5": "6a5856129f3fe6d462c0bde0523ce226", "sha256": "f69ba5dfea7b95b56cd69f259b3af2e1f8a161436c36f501ac45dcc653298864" }, "downloads": -1, "filename": "pdf4me-0.8.8.tar.gz", "has_sig": false, "md5_digest": "6a5856129f3fe6d462c0bde0523ce226", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <4", "size": 84512, "upload_time": "2019-02-14T09:56:04", "url": "https://files.pythonhosted.org/packages/03/6a/ce635daf7f19c5d8dc5aab758bdee7487a77a51328a40ec1a25ce983f8ca/pdf4me-0.8.8.tar.gz" } ], "0.8.9": [ { "comment_text": "", "digests": { "md5": "8fdaec6dcb87907dcddbab925a2360d6", "sha256": "f388ce735658d065f8b43f41120d4e15e519d5ad1641934b2056a8c7d608795b" }, "downloads": -1, "filename": "pdf4me-0.8.9.tar.gz", "has_sig": false, "md5_digest": "8fdaec6dcb87907dcddbab925a2360d6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <4", "size": 89256, "upload_time": "2019-03-21T10:27:05", "url": "https://files.pythonhosted.org/packages/12/e2/46f2c4d4610d632fa7904a5d1e99cbdf685ba1e6d0c18ba0d252dd86f6eb/pdf4me-0.8.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c3c9022bee217d104510fa1f6f4026ad", "sha256": "657b83393b9eb38e8f817f2c98297dc9ccaba2966103cfacfa5c8cbd57065efa" }, "downloads": -1, "filename": "pdf4me-0.8.17.tar.gz", "has_sig": false, "md5_digest": "c3c9022bee217d104510fa1f6f4026ad", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, <4", "size": 91478, "upload_time": "2019-06-19T07:22:05", "url": "https://files.pythonhosted.org/packages/d6/a0/d5896596ea4119a556121985c4265be076333573ff508a1d502eceb68003/pdf4me-0.8.17.tar.gz" } ] }