Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 432 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 432 Bytes

android_screencapture

If you have a DRM restricted file in your Android device, use this script to capture the screen and convert that into a PDF in your desktop!

Usage:

python3 screencapture.py 5

The argument is passed as the number of pages in the file.

Pre-requisites:

  1. Must have a valid adb connection.
  2. Python3
  3. Img2PDF (pip3 install img2pdf)