Download anyflip books as PDF
Only use this tool to download books that officially allow PDFs to be downloaded.
You can install this tool in multiple ways. Using the installation script or the go install command.
The install scripts are the suggested installation method for most users.
Open the terminal and execute
curl -L https://raw.githubusercontent.com/Lofter1/anyflip-downloader/main/scripts/install.sh | /usr/bin/env bashWhen encountering the error "Command not found": make sure your path variable contains $HOME/.local/bin (edit this in your .zshrc or .bashrc depending on your editor)
Open PowerShell and execute
. { iwr -useb https://raw.githubusercontent.com/Lofter1/anyflip-downloader/main/scripts/install.ps1 } | iex;For go install, the go tools are required.
go install github.com/Lofter1/anyflip-downloader@latestanyflip-downloader <url to book>If you do not want to use the book title from anyflip, you can change it using the -title flag.
anyflip-downloader -title <your book title> <url to book>The default temporary download folder path will be the title of the book. However, in certain situations, you might want to change the temporary download folder. For this, the -temp-download-folder flag exists. This folder will be deleted after a successful download.
anyflip-downloader -temp-download-folder <temp folder name> <url to book>