pdfman


Namepdfman JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/jakbin/pdfman
SummaryA python package for editing pdf
upload_time2024-07-06 14:24:52
maintainerNone
docs_urlNone
authorJak Bin
requires_python>=3.6
licenseNone
keywords pdf python-pdf splitpdf pypdf pdfman
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pdfman

A python package for editing pdf.

[![Python package](https://github.com/jakbin/pdfman/actions/workflows/publish.yml/badge.svg)](https://github.com/jakbin/pdfman/actions/workflows/publish.yml)
[![PyPI version](https://badge.fury.io/py/pdfman.svg)](https://badge.fury.io/py/pdfman)
[![Downloads](https://pepy.tech/badge/pdfman/month)](https://pepy.tech/project/pdfman)
[![Downloads](https://static.pepy.tech/personalized-badge/pdfman?period=total&units=international_system&left_color=green&right_color=blue&left_text=Total%20Downloads)](https://pepy.tech/project/pdfman)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/jakbin/pdfman)
![GitHub last commit](https://img.shields.io/github/last-commit/jakbin/pdfman)

## Introduction

Using "pdfman", you can edit your pdf like :- split, merge etc.

## Compatability

Python 3.6+ is required.

## Installation

```sh
pip install pdfman
```

## Usage

```sh
pdfman -h
pdfman file.pdf
pdfman file.pdf -r 2,4-6,8
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jakbin/pdfman",
    "name": "pdfman",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "pdf, python-pdf, splitpdf, pypdf, pdfman",
    "author": "Jak Bin",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# pdfman\n\nA python package for editing pdf.\n\n[![Python package](https://github.com/jakbin/pdfman/actions/workflows/publish.yml/badge.svg)](https://github.com/jakbin/pdfman/actions/workflows/publish.yml)\n[![PyPI version](https://badge.fury.io/py/pdfman.svg)](https://badge.fury.io/py/pdfman)\n[![Downloads](https://pepy.tech/badge/pdfman/month)](https://pepy.tech/project/pdfman)\n[![Downloads](https://static.pepy.tech/personalized-badge/pdfman?period=total&units=international_system&left_color=green&right_color=blue&left_text=Total%20Downloads)](https://pepy.tech/project/pdfman)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/m/jakbin/pdfman)\n![GitHub last commit](https://img.shields.io/github/last-commit/jakbin/pdfman)\n\n## Introduction\n\nUsing \"pdfman\", you can edit your pdf like :- split, merge etc.\n\n## Compatability\n\nPython 3.6+ is required.\n\n## Installation\n\n```sh\npip install pdfman\n```\n\n## Usage\n\n```sh\npdfman -h\npdfman file.pdf\npdfman file.pdf -r 2,4-6,8\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A python package for editing pdf",
    "version": "1.0.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/jakbin/pdfman/issues",
        "Homepage": "https://github.com/jakbin/pdfman"
    },
    "split_keywords": [
        "pdf",
        " python-pdf",
        " splitpdf",
        " pypdf",
        " pdfman"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7fa8804ea36e9c61263123b3b1ac92b01ca4488ed7ed844f5c18913066e2bfd0",
                "md5": "0ce9566b9300b35026fa50c78bd66c81",
                "sha256": "d6083781bb18733c1df9b2870943bd9c7d482d5e267fdb47b52031e447bc169a"
            },
            "downloads": -1,
            "filename": "pdfman-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0ce9566b9300b35026fa50c78bd66c81",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3730,
            "upload_time": "2024-07-06T14:24:52",
            "upload_time_iso_8601": "2024-07-06T14:24:52.322155Z",
            "url": "https://files.pythonhosted.org/packages/7f/a8/804ea36e9c61263123b3b1ac92b01ca4488ed7ed844f5c18913066e2bfd0/pdfman-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-06 14:24:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jakbin",
    "github_project": "pdfman",
    "github_not_found": true,
    "lcname": "pdfman"
}
        
Elapsed time: 0.29201s