Is it possible to rotate every page of a djvu file and save a copy

I was wondering how to rotate every page of a djvu file and save a copy?

My OS is Ubuntu and command line or GUI solutions are both fine.

3 Answers

There is a Chinese-made software called DjVuToy which allows you to rotate DjVu files permanently (as well as do several other things, like merge, etc).

It's available from the DjVU forums (direct link here).

Once you download it, open it and select "Editor" to edit your file. Then look for the symbol that allows to "batch rotate" (not the symbols that allow you to only rotate one page at a time). Once rotated, press save. For some reason, I have unable to rotate a few of my files (maybe those are protected against editing?), but I have already rotated about 90% of them (for easy reading on an Android tablet).

1

I have had the same problem, and found no solution.

I went the hard way: Converted my files to PDF (with ddjvu -format=pdf), then rotated the PDF files (with pdftk), and then converted the PDFs back to djvu (with a script I wrote myself some time before, which essentially uses cjb2 for black-and-white compression).

I would also be happy to know a better solution.

You can read more about cjb2 at:

1

Hold Control and press [ or ].

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like