scribd-downloader icon indicating copy to clipboard operation
scribd-downloader copied to clipboard

Cropped pages in the pdf

Open buscon opened this issue 4 years ago • 1 comments

When I download a book such as: scribdl -c credentials.txt -i -p https://www.scribd.com/read/269690225/Jazz-Standards-for-Solo-Guitar

The single images are downloaded correctly, but the pages in the generated pdf are weirdly cropped, only the upper corner of a page is visible. Maybe a problem of resolution? How can I avoid such problem?

Thanks.

buscon avatar Nov 15 '20 10:11 buscon

I found a workaround that might be useful to other people: after you downloaded all the pages, you do: cd dir_with_all_image_files img2pdf $(ls -tr *.jpg) -o path_to_pdf_output_file.pdf

This way you get a pdf without cropped images.

buscon avatar Jan 27 '21 15:01 buscon