I have a large pdf file (83 MB) and I want to translate it. I tried to split the file with pdftk
and translate each part with https://www.onlinedoctranslator.com/en/ (The file can't be larger than 10 MB) but it is very labor-intensive. The preferred translator would be Google engine. If there is no easy way to automatize this task It would be helpful if you give me a tip how to split pdf to parts of even size (in MBs).
Have a look at translate-shell
This installs a command called
trans
where you can tell it to translate. Examples from the project page.You can also tell it to use a language:
And there is even more:
will open firefox with a French translation of www.w3.org.
There is no method for directly translating a PDF. Method for a file:
Now in relation to a PDF:
with that tool you can make a text file from the pdf.
-layout
to preserve layout-opw {password}
if there is a passwordand you can feed the file
Next step: back to PDF
and convert to postscript and then to pdf:
I got this working on a PDF with some words in it. No guarantee it works on a large file so please comment below if this worked.