NamesJoeyWheeler/PearsonDL — reverse-engineered prompt

Reverse engineered prompt

Build me a simple Python tool for downloading Pearson ebooks that I legally own. I want a main script where I can give the book ID and total page count, have it save every page as PNG images into a folder for that book, and optionally combine everything into one PDF. If I choose the PDF option, it should also be able to clean up the PNG files afterward.

Please make it work for the current Pearson Plus product book flow, and keep a classic interactive version for the older Pearson bookshelf style if that’s still supported. The script should rely on my Pearson session cookie and the manifest link details from the browser, since that seems to be how this site works. A simple prompt or clearly marked place to paste the cookie is fine.

Keep it straightforward to run from Terminal or PowerShell, and include a short README that explains how to find the cookie, book ID, and page count. If you need to, look up the current Pearson docs or site behavior online.

Want more depth? Deep Reverse