Skip to content

Commit 0a1f32f

Browse files
committed
Fix README
1 parent 568f98f commit 0a1f32f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@ A PDF conversion and form utility based on pdftk.
2828
* The `pdftk` command must be installed and working on your system
2929
* This library is written for pdftk 2.x versions. You should be able to use it with pdftk 1.x but not all methods will work there.
3030
For details consult the man page of pdftk on your system.
31-
* There is a [known issue](issues/150) on Ubuntu if you installed the `pdftk` package from snap. This
32-
version has no permission to write to the `/tmp` directory. You can either
33-
set another temporay directory as described below or use another package.
34-
For Ubuntu 18.10 there's also a `pdftk-jave` package available in apt which
35-
should work fine. For Ubuntu 18.04 you can also install this package if
36-
you download it manually. Also check [this answer](https://askubuntu.com/a/1028983/175814) on askubuntu.
31+
* There is a [known issue](https://github.com/mikehaertl/php-pdftk/issues/150)
32+
on Ubuntu if you installed the `pdftk` package from snap. This version has
33+
no permission to write to the `/tmp` directory. You can either set another
34+
temporay directory as described below or use another package. For Ubuntu
35+
18.10 there's also a `pdftk-java` package available via apt which should work
36+
fine. You can also install this package on Ubuntu 18.04 if you download it
37+
manually. Also check [this answer](https://askubuntu.com/a/1028983/175814)
38+
on askubuntu.
3739

3840
> **Note:** The pdftk version from the alternative PPA `ppa:malteworld/ppa` is
3941
> no longer available. The author instead now points to his answer on askubuntu

0 commit comments

Comments
 (0)