All Projects β†’ lk-geimfari β†’ Rmanns

lk-geimfari / Rmanns

Licence: mit
Remove annotations from the e-books downloaded from the pirate sites, such as www.it-ebooks.info, www.allitebooks.com and another ones.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Rmanns

illuminsight
πŸ’‘πŸ‘€ Read EPUB books with built-in insights from wikis, definitions, translations, and Google.
Stars: ✭ 55 (+83.33%)
Mutual labels:  annotations, ebooks
Remarks
Extract highlights, scribbles, and annotations from PDFs marked with the reMarkable tablet. Export to Markdown, PDF, PNG, and SVG
Stars: ✭ 94 (+213.33%)
Mutual labels:  annotations, pdf
Open Publisher
Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
Stars: ✭ 242 (+706.67%)
Mutual labels:  ebooks, pdf
Uxmpdfkit
An iOS PDF viewer and annotator written in Swift that can be embedded into any application.
Stars: ✭ 260 (+766.67%)
Mutual labels:  annotations, pdf
Technical Ebooks
PDFs for programming tutorials.
Stars: ✭ 342 (+1040%)
Mutual labels:  ebooks, pdf
Polar Bookshelf
Polar is a personal knowledge repository for PDF and web content supporting incremental reading and document annotation.
Stars: ✭ 4,411 (+14603.33%)
Mutual labels:  ebooks, pdf
E Books
IT technical related e-books and PPT information, continuous updating. For those in need, Keep real, peace and love.
Stars: ✭ 357 (+1090%)
Mutual labels:  ebooks, pdf
Booktype
Booktype is a free, open source platform that produces beautiful, engaging books formatted for print, Amazon, iBooks and almost any ereader within minutes.
Stars: ✭ 810 (+2600%)
Mutual labels:  ebooks, pdf
Ios Uiimage Render To Pdf
iOS Render UIImage to PDF and merging PDF files
Stars: ✭ 8 (-73.33%)
Mutual labels:  pdf
Mangareader To Ebook
download mangareader and make epub
Stars: ✭ 12 (-60%)
Mutual labels:  pdf
Probtopdf
Turn online textbook into Exam-friendly, offline, searchable PDF
Stars: ✭ 27 (-10%)
Mutual labels:  pdf
Book And Ebook Writing Resources
πŸ“š Tools, articles, publishers... everything you need to know about writing a book or an eBook
Stars: ✭ 8 (-73.33%)
Mutual labels:  ebooks
Mapbox Gl Print Export For Port
Print/Export for Mapbox GL
Stars: ✭ 14 (-53.33%)
Mutual labels:  pdf
Curriculum
πŸ“ A simple way to create your HTML rΓ©sumΓ©.
Stars: ✭ 7 (-76.67%)
Mutual labels:  pdf
Quip Export
Export all folders and documents from Quip
Stars: ✭ 28 (-6.67%)
Mutual labels:  annotations
Amazing Books
ηΌ–η¨‹η”΅ε­δΉ¦ζ€η»΄ε―Όε›ΎεŠδΈ‹θ½½ι“ΎζŽ₯
Stars: ✭ 26 (-13.33%)
Mutual labels:  pdf
Kindleclippings
Extract kindle highlights into organised text files
Stars: ✭ 24 (-20%)
Mutual labels:  ebooks
Alivepdf
[Official AlivePDF] - AlivePDF is a client side AS3 PDF generation library for Adobe Flash, Flex and AIR
Stars: ✭ 29 (-3.33%)
Mutual labels:  pdf
Breadcast
Small Broadcast Receiver Library for Android
Stars: ✭ 15 (-50%)
Mutual labels:  annotations
Asciidoctor Pdf
πŸ“ƒ Asciidoctor PDF: A native PDF converter for AsciiDoc based on Asciidoctor and Prawn, written entirely in Ruby.
Stars: ✭ 868 (+2793.33%)
Mutual labels:  pdf

rmanns (remove annotations) - a small wrapper around pdftk for removing annotations from the pdf e-books downloaded from the popular web sites, such as www.it-ebooks.info and www.allitebooks.com.

Always before I buy a book I download it from the internet and read the samples, for quality assessment. If I like the book - I buy it, if not, I do not buy it. Yeah, maybe it's not cool, but I don't want to pay for bad books. The problem with books from the internets is annotations (red annotations is really irritable). This script solves this problem.

Attention

This script was tested only on Linux (Ubuntu), so use it your own risk.

How to use

As i say above, this script is just a wrapper around pdftk and it's mean that you should install pdftk:

➜ sudo apt update
➜ sudo apt install pdftk

Now you can use this script. You should move all your books with annotations to one folder and run script:

➜ python3 rmanns.py

Are you sure? [y/n]: y
Annotations removed from file: Learning_Python.pdf.
Annotations removed from file: Introducing_Data_Science.pdf.

Annotation will be deleted from all files that are in the current directory.

You can simply add alias for this script to your ~/.bashrc or ~/.zshrc file:

alias rmanns="python3 ~/.rmanns.py"

Disclaimer

I do not encourage the illegal use of content. This tool is aimed only for convenient evaluation of the book, nothing more. I recommend you buy books that you like. So you support your favorite author and motivate him to improve the book.

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].