{ "info": { "author": "Colin Jacobs", "author_email": "colin@coljac.net", "bugtrack_url": null, "classifiers": [], "description": "PDFPipe\n=======================\n\nA command-line tool in Python. Pass it one or more text files, or pipe something from stdin, and it will\nproduce a text-only PDF file.\n\nHandy for quickly printing plain text content in a clean and predictable format. Specify font, font size,\norientation and paper size from the command line.\n\nInstallation\n------------\nGrab the file pdfpipe.py and execute it, or:\n\n::\n\n pip install pdfpipe\n\nOr, you can download the source and\n\n::\n\n python setup.py install\n\nor\n\n::\n\n sudo python setup.py install\n\nif required.\n\nCommand-Line Usage\n------------------\n\nIn your command-line:\n\n::\n\n echo \"Hello from a PDF file named output.pdf\" | pdfpipe.py\n\nOr\n\n::\n\n pdfpipe.py -p -b -o printable.pdf -s 14 -g Letter --title \"Reports for today\" report*.txt\n\nType\n::\n\n pdfpipe.py --help\n\nfor more information on the available options.\n\nFonts and Unicode\n-----------------\nThe FPDF library knows about the following font families:\n\n::\n\n Courier, Arial, Times, Symbol, ZapfDingbats\n\nWhich can all be chosen as the font with the -f option. By default,\nCourier will be used for the monospace font, Arial (helvetica) for\nproportional (-p).\n\nIf you need to print non-latin text, or want a different font for any\nother reason, instead specify the full path to a TTF font file. E.g.:\n\n::\n\n ./pdfpipe.py unicode_text.txt -f \"/Library/Fonts/Arial Unicode.ttf\"\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/coljac/pdfpipe", "keywords": "pdf command-line", "license": "Public Domain", "maintainer": null, "maintainer_email": null, "name": "pdfpipe", "package_url": "https://pypi.org/project/pdfpipe/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pdfpipe/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/coljac/pdfpipe" }, "release_url": "https://pypi.org/project/pdfpipe/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Python command line tool to quickly create PDFs from text content", "version": "1.0.1" }, "last_serial": 1237211, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "4a815d806bf0d35555be91418664960f", "sha256": "39866f648b311938a010db4df598395e6426484701fd056f15ad5de10c755b14" }, "downloads": -1, "filename": "pdfpipe-1.0.tar.gz", "has_sig": false, "md5_digest": "4a815d806bf0d35555be91418664960f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4169, "upload_time": "2014-09-23T06:21:12", "url": "https://files.pythonhosted.org/packages/a1/ad/ceb895887b5beb5d01f01ecc8f696259b2192cc348f4d96151618fc6a811/pdfpipe-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "51ba69ebe74962b96efc0ba9414740ab", "sha256": "6ca64aed96f92944c4face2dc8ca4fab339ef235714b18c07c7ca84f7d1cecf5" }, "downloads": -1, "filename": "pdfpipe-1.0.1.tar.gz", "has_sig": false, "md5_digest": "51ba69ebe74962b96efc0ba9414740ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4418, "upload_time": "2014-09-25T05:20:15", "url": "https://files.pythonhosted.org/packages/a6/14/c4667830370bdffce202e10e39e6ee69957d7f161b9352af7063b4bc01e6/pdfpipe-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "51ba69ebe74962b96efc0ba9414740ab", "sha256": "6ca64aed96f92944c4face2dc8ca4fab339ef235714b18c07c7ca84f7d1cecf5" }, "downloads": -1, "filename": "pdfpipe-1.0.1.tar.gz", "has_sig": false, "md5_digest": "51ba69ebe74962b96efc0ba9414740ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4418, "upload_time": "2014-09-25T05:20:15", "url": "https://files.pythonhosted.org/packages/a6/14/c4667830370bdffce202e10e39e6ee69957d7f161b9352af7063b4bc01e6/pdfpipe-1.0.1.tar.gz" } ] }