splitpdf-pro


Namesplitpdf-pro JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/jakbin/splitpdf-pro
SummaryA python package for split pdf
upload_time2024-05-17 03:40:12
maintainerNone
docs_urlNone
authorJak Bin
requires_python>=3.6
licenseNone
keywords pdf python-pdf splitpdf pypdf splitpdf-pro
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # splitpdf-pro

A python package for split pdf.

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

## Introduction

Using "splitpdf-pro", you can split pdf into multiple parts by given ranges or numbers at once.

## Compatability

Python 3.6+ is required.

## Installation

```sh
pip install splitpdf-pro
```

## Usage

```sh
splitpdf-pro -h
splitpdf-pro file.pdf
splitpdf-pro file.pdf -r 2,4-6,8
```
or 

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jakbin/splitpdf-pro",
    "name": "splitpdf-pro",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "pdf, python-pdf, splitpdf, pypdf, splitpdf-pro",
    "author": "Jak Bin",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# splitpdf-pro\n\nA python package for split pdf.\n\n[![Python package](https://github.com/jakbin/splitpdf-pro/actions/workflows/publish.yml/badge.svg)](https://github.com/jakbin/splitpdf-pro/actions/workflows/publish.yml)\n[![PyPI version](https://badge.fury.io/py/splitpdf-pro.svg)](https://badge.fury.io/py/splitpdf-pro)\n[![Downloads](https://pepy.tech/badge/splitpdf-pro/month)](https://pepy.tech/project/splitpdf-pro)\n[![Downloads](https://static.pepy.tech/personalized-badge/splitpdf-pro?period=total&units=international_system&left_color=green&right_color=blue&left_text=Total%20Downloads)](https://pepy.tech/project/splitpdf-pro)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/m/jakbin/splitpdf-pro)\n![GitHub last commit](https://img.shields.io/github/last-commit/jakbin/splitpdf-pro)\n\n## Introduction\n\nUsing \"splitpdf-pro\", you can split pdf into multiple parts by given ranges or numbers at once.\n\n## Compatability\n\nPython 3.6+ is required.\n\n## Installation\n\n```sh\npip install splitpdf-pro\n```\n\n## Usage\n\n```sh\nsplitpdf-pro -h\nsplitpdf-pro file.pdf\nsplitpdf-pro file.pdf -r 2,4-6,8\n```\nor \n\n```sh\nsplitpdf -h\nsplitpdf file.pdf\nsplitpdf file.pdf -r 2,4-6,8\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A python package for split pdf",
    "version": "1.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/jakbin/splitpdf-pro/issues",
        "Homepage": "https://github.com/jakbin/splitpdf-pro"
    },
    "split_keywords": [
        "pdf",
        " python-pdf",
        " splitpdf",
        " pypdf",
        " splitpdf-pro"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5f55d2abbca888cf44aa43b02b6cd37ca00d86a251edc8a35df4f6305cc00ca",
                "md5": "f87831dcbbd926ab863053b2159c267c",
                "sha256": "bf56ceed7a8620d951eacfe2fef73bcc66ea43f1c58a0208be1368a294376cbd"
            },
            "downloads": -1,
            "filename": "splitpdf_pro-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f87831dcbbd926ab863053b2159c267c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3421,
            "upload_time": "2024-05-17T03:40:12",
            "upload_time_iso_8601": "2024-05-17T03:40:12.392666Z",
            "url": "https://files.pythonhosted.org/packages/d5/f5/5d2abbca888cf44aa43b02b6cd37ca00d86a251edc8a35df4f6305cc00ca/splitpdf_pro-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-17 03:40:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jakbin",
    "github_project": "splitpdf-pro",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "splitpdf-pro"
}
        
Elapsed time: 0.29940s