12 lines
608 B
Markdown
12 lines
608 B
Markdown
# Download flipbooks
|
|
|
|
Bypassing embedded systems that protect books and PDFs from copying,
|
|
This code will allow you to sample images from digital books (Adobe DRM, Google Play Books, Apple iBooks, flipbooks and more) and simulates a real situation where a user browses a book/document and takes a picture of each page separately in order and saves into a folder
|
|
|
|
## A few things must be defined:
|
|
|
|
1. URL of the book/PDF website
|
|
2. Download Chrome Driver and write down its path
|
|
3. The image saving path
|
|
4. Download Python 3.9.7 (or make an adjustment to the latest version)
|
|
5. pip install selenium |