Hi all,
On Thu, Feb 23, 2017 at 1:17 PM, Kiwamu Okabe <
kiw...@debian.or.jp> wrote:
> However finding changes between old/new PDF files is hard, because
> getting difference on PDF files is difficult.
I tried to get the difference using `pdftotext` command.
```
$ pdftotext tutorial_20141008.pdf
$ pdftotext tutorial_20170215.pdf
$ diff -u tutorial_20141008.txt tutorial_20170215.txt | wc -l
2776
```
It shows that the changes is not so big and focusing to first chapter.
Then I have following method to translate it into Japanese:
A. Translate some parts of the document with finding changes using `pdftotext`
B. Translate the changes using Git log (if you open the repository)