{ "info": { "author": "Charlie DeTar", "author_email": "cfd@media.mit.edu", "bugtrack_url": null, "classifiers": [], "description": "signpdf\n=======\n\nA quick script to add signature images to PDFs, because I couldn't find\nanything that worked well for the purpose under Linux.\n\nPros: should work with most PDFs, and with signatures as PNG's or JPG's. It\npreserves the incoming PDF's text format (e.g. doesn't convert every page to\nimages like some alternatives).\n\nCons: no gui yet.\n\nInstallation\n------------\n\nInstall with pip:\n\n pip install signpdf\n\nOr from git:\n\n git clone https://github.com/yourcelf/signpdf\n cd signpdf\n virtualenv venv\n source venv/bin/activate\n pip install -r requirements.txt\n\nUsage\n-----\n\nSign the first page of \"contract.pdf\" with the signature \"sig.png\":\n\n signpdf contract.pdf sig.png --coords 1x100x100x150x40\n\nCoordinates format is: ``xxxx``.\n - ```` the page number, count starts at 1.\n - ```` horizontal distance from bottom-left corner in PDF units (1/72 inch).\n - ```` vertical distance from bottom-left corner in PDF units (1/72 inch).\n - ```` width of signature in PDF units (1/72 inch).\n - ```` height of signature in PDF units (1/72 inch)\n\nOther options:\n\n - ``--date`` Append a date to the right of the signature.\n - ``--output`` Destination filename. Default is to append ``_signed`` to the incoming PDF name.\n\nFor more usage details, run ``signpdf --help``.", "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/yourcelf/signpdf", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "signpdf", "package_url": "https://pypi.org/project/signpdf/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/signpdf/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/yourcelf/signpdf" }, "release_url": "https://pypi.org/project/signpdf/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Utility for adding signatures images to PDF documents", "version": "0.0.3" }, "last_serial": 1520951, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "44c1dedc20e7d8d4bbac405a32d7b7ff", "sha256": "e9d28cd40feb56454af96c0d80a1025adc8a770e18dffe064b01e7d750cb5241" }, "downloads": -1, "filename": "signpdf-0.0.1.tar.gz", "has_sig": false, "md5_digest": "44c1dedc20e7d8d4bbac405a32d7b7ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2669, "upload_time": "2015-04-25T18:09:35", "url": "https://files.pythonhosted.org/packages/47/5c/e12022c7a9e6fce631e7110b398545005eb0fd6ca498aef15b5253a1bcb4/signpdf-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "17a7156b5476b390d738e81a6afc187b", "sha256": "d304f36e72666879189d7cd603c7a29c8616edf982e0773bdade8f5f5abddc76" }, "downloads": -1, "filename": "signpdf-0.0.2.tar.gz", "has_sig": false, "md5_digest": "17a7156b5476b390d738e81a6afc187b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2915, "upload_time": "2015-04-25T18:12:06", "url": "https://files.pythonhosted.org/packages/d0/00/97d8bb806d6eafe712b235e084388ef5e6dd442189cf320b73cb3288afd5/signpdf-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "6dc00a0e347d4c75469ebf1771a9d03b", "sha256": "50f06007f9bf30ad302f2e76ff01e25bbf4b944a4757555e8eec134599abb590" }, "downloads": -1, "filename": "signpdf-0.0.3.tar.gz", "has_sig": false, "md5_digest": "6dc00a0e347d4c75469ebf1771a9d03b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2923, "upload_time": "2015-04-25T18:13:43", "url": "https://files.pythonhosted.org/packages/01/4f/2cc33cf3ea6d26c418e275961d73652b4d209e29d10380f8da46d5710905/signpdf-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6dc00a0e347d4c75469ebf1771a9d03b", "sha256": "50f06007f9bf30ad302f2e76ff01e25bbf4b944a4757555e8eec134599abb590" }, "downloads": -1, "filename": "signpdf-0.0.3.tar.gz", "has_sig": false, "md5_digest": "6dc00a0e347d4c75469ebf1771a9d03b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2923, "upload_time": "2015-04-25T18:13:43", "url": "https://files.pythonhosted.org/packages/01/4f/2cc33cf3ea6d26c418e275961d73652b4d209e29d10380f8da46d5710905/signpdf-0.0.3.tar.gz" } ] }