Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nmoran/landscape-pdf
Utility to convert a pdf for viewing in landscape mode
https://github.com/nmoran/landscape-pdf
remarkable-tablet
Last synced: 3 months ago
JSON representation
Utility to convert a pdf for viewing in landscape mode
- Host: GitHub
- URL: https://github.com/nmoran/landscape-pdf
- Owner: nmoran
- License: mit
- Created: 2020-12-28T13:03:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T21:48:29.000Z (almost 4 years ago)
- Last Synced: 2024-07-21T22:13:17.202Z (4 months ago)
- Topics: remarkable-tablet
- Language: Python
- Homepage:
- Size: 950 KB
- Stars: 22
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-reMarkable - landscape-pdf - Utility to convert pdf documents to read in landscape mode. Useful for papers and text books. (Other / Launchers)
README
# landscape-pdf
Utility to convert a pdf for viewing in landscape mode using
[PyPDF2](https://pypi.org/project/PyPDF2/) package. This makes
it easier to read papers and other documents meant to a4 or
letter format on ereader devices like the remarkable2 which
do not make it easy to read content in landscape. Each
page is converted to two overlapping pages covering the
top and bottom of the original page.![demo](imgs/demo.png)
# Installation
Can be installed using pip with```
pip install landscape_pdf
```# Running
Installation places a script called `landscape-pdf` in the path which takes two arguments, the name of the pdf file to convert and the name of the output file. For example```
landscape-pdf 2012.13391.pdf 2012.13391_landscape.pdf
```