{ "info": { "author": "Pdfcrowd Team", "author_email": "info@pdfcrowd.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS", "Operating System :: Microsoft", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Topic :: Software Development :: Libraries" ], "description": "The Pdfcrowd API lets you easily create PDF from web pages or raw HTML\ncode in your Python3 applications.\n\n\nTo use the API, you need an account on `pdfcrowd.com\n`_, if you don't have one you can sign up `here\n`_. This will give you a username\nand an API key.\n\n\nAn example::\n\n import pdfcrowd\n \n try:\n # create an API client instance\n client = pdfcrowd.Client(\"username\", \"apikey\")\n \n # convert a web page and store the generated PDF into a pdf variable\n pdf = client.convertURI('http://example.com')\n \n # convert an HTML string and save the result to a file\n html=\"In-memory HTML.\"\n client.convertHtml(html, open('html.pdf', 'wb'))\n \n # convert an HTML file\n client.convertFile('/path/to/local/file.html', open('file.pdf', 'wb'))\n \n except pdfcrowd.Error as why:\n print('Failed: {}'.format(why))", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pdfcrowd.com/html-to-pdf-api/", "keywords": null, "license": "License :: OSI Approved :: MIT License", "maintainer": null, "maintainer_email": null, "name": "pdfcrowd3", "package_url": "https://pypi.org/project/pdfcrowd3/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pdfcrowd3/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pdfcrowd.com/html-to-pdf-api/" }, "release_url": "https://pypi.org/project/pdfcrowd3/2.7/", "requires_dist": null, "requires_python": null, "summary": "A Python3 client for Pdfcrowd API.", "version": "2.7" }, "last_serial": 1814713, "releases": { "2.7": [ { "comment_text": "", "digests": { "md5": "71bce1179db8e89805921db0c29960ea", "sha256": "c6050bc4d8aed8d7b9f3fbc7997048f7f3b039356fea8ccd8e557ad7327cc8a5" }, "downloads": -1, "filename": "pdfcrowd3-2.7.zip", "has_sig": false, "md5_digest": "71bce1179db8e89805921db0c29960ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6272, "upload_time": "2015-11-13T11:58:35", "url": "https://files.pythonhosted.org/packages/1b/f0/41fb26c62001c1b97ab02cb11c508d7c6f29f191b685a99fc088b1235f47/pdfcrowd3-2.7.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "71bce1179db8e89805921db0c29960ea", "sha256": "c6050bc4d8aed8d7b9f3fbc7997048f7f3b039356fea8ccd8e557ad7327cc8a5" }, "downloads": -1, "filename": "pdfcrowd3-2.7.zip", "has_sig": false, "md5_digest": "71bce1179db8e89805921db0c29960ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6272, "upload_time": "2015-11-13T11:58:35", "url": "https://files.pythonhosted.org/packages/1b/f0/41fb26c62001c1b97ab02cb11c508d7c6f29f191b685a99fc088b1235f47/pdfcrowd3-2.7.zip" } ] }