momijizukamori / bookbinder-js

A JS application to format PDFs for bookbinding.
Mozilla Public License 2.0
99 stars 26 forks source link

Option for right-binding books #119

Open kodft opened 1 week ago

kodft commented 1 week ago

Is it possible to add a booklet option for right-to-left languages like Arabic, Hebrew, (vertical) Japanese, and so on? For right-to-left scripts, the spine is on the right.

Thank you for your excellent work.

kodft commented 1 week ago

For now, a possible workaround would be:

Successfully tested with 8-, 16-page booklets, and 8-page single-sheet-zine.

This approach may fail when the number of signatures isn't a whole number (for example, a 120-page book printed in 16-page signatures would have 7.5 signatures; of course, in reality, it will be 8).

momijizukamori commented 6 days ago

I think this would be a good enhancement, and would also be work towards some more complex implementations of #11