Tool to download Pearson books as PDFs.
Install pearson-pdf
using pip.
pip install pearson-pdf
To download a PDF, you'll need to get the book's ID:
- Open up DevTools in your browser.
- Navigate to Console.
- Type in:
If this command returns
window.foxitAssetURL;
undefined
, this tool is not able to download your book. See #175 for more information. - Copy that URL.
- Download your URL as a PDF to
output.pdf
using pearson-pdf:pearson-pdf https://example.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/foxit-assets output.pdf
More information on usage is in the help page:
pearson-pdf -h
See LICENSE for details.