how to highlight and bookmarks pdf files on linux
June 28th, 2010
Because i need to highlight and bookmarks pdf file on linux/windows, only solution wich i’ve found is
Foxit Reader 3.3.1 for Windows
[UPDATE]
Foxit Reader 4.0 for Windows link 06/29/10
The linux version is too old and not have these function, but with wine work well (you need also mdac2.8 and jet4.0)
tips 4 me:
create foxit in $HOME/bin
1 2 | #!/bin/sh wine /home/waydotnet/wine_tools/Foxit\ Reader.exe $1 |
and
1 | chmod +x foxit |
If you found another solution, please comment
Bye

