A software tool to automatically read a pdf docuument for annotations (comments) and upload those to a redmine server using a personal API access token
Project description
pdf2redmine
A software tool to automatically read a pdf docuument for annotations (comments) and upload those to a redmine server using a personal API access token
Installing
.. code-block:: bash
pip install pdf2redmine
Usage
.. code-block:: python
from pdf2redmine.main import read_and_upload
redmine_url = '<your-redmine-server-url>'
redmine_key = '<your-redmine-api-access-key>'
redmine_project_id = '<your-remine-project-id>'
file_link = '<some-link-to-the-local-file-for-online-access>'
file_path = 'C:/temp/dummy_document_with_comments.pdf'
ids = read_and_upload(file_path, redmine_url, redmine_key, redmine_project_id, link=file_link)
print('Generated the following issues:')
print(ids)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pdf2redmine-1.1.tar.gz
(16.9 kB
view details)
File details
Details for the file pdf2redmine-1.1.tar.gz
.
File metadata
- Download URL: pdf2redmine-1.1.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 392c010811e1539c9ee8f3283ba4108d9b83ce466731637e0f0e7fac444482a9 |
|
MD5 | ef9f85744c59d4889549434af5e34d9c |
|
BLAKE2b-256 | 41e30f553674bea1b66b07566b61186cfe662429a4827c0a06a0d6ff71786780 |