Quick answer
Yes, a whole book can be translated in one pass. The format you start from decides how the result looks: an EPUB reflows, so the translation simply takes the space it needs, while a PDF has a fixed layout and longer translated text has to fit boxes that were sized for the original.
Start from the best format you have
| What you have | Best route | Why |
|---|---|---|
| EPUB | EPUB translator | Text reflows, so length changes do not break the page |
| Text PDF | Translate directly, or convert to EPUB first | Fixed layout: longer translations must fit the original boxes |
| Scanned PDF | Flatten it first, then translate | A hidden OCR layer produces two layers of text |
| Printed book | Scan at 300 dpi and treat it as a scanned PDF | Recognition quality caps everything downstream |
Why books fail differently from documents
- A name translated two ways in chapter 3 and chapter 30 is invisible in review but obvious to a reader
- Running heads, footnotes and cross-references multiply over hundreds of pages
- The table of contents stops matching the chapters after the first pagination shift
- One bad chapter is not worth re-running the whole book for
Lock the terminology before chapter one
Character names, place names and recurring technical terms belong in a glossary before the first run. On a 300-page book this is the highest-return step there is: fixing one term afterwards means fixing it in every chapter.
When the file is too large to process in one go
Books routinely exceed upload limits — see translating a large PDF. Split by chapter rather than by page count, so each part keeps its own context, and keep the parts in reading order.
How to check a translated book without re-reading it
- The first page of chapter one and the last page of the final chapter
- One dialogue-heavy page and one description-heavy page
- The table of contents against the actual chapter titles
- Every occurrence of two or three key names — search for them rather than read for them
Related tools
Bottom line
Translate books you have the right to translate, start from EPUB when you have it, and lock names and terms before the first chapter. Those three decide more about a book translation than the choice of model does.