Page 1 of 1

Snapform viewer [solved]

PostPosted: Feb 24th, '15, 20:14
by oldbiddie
Hello, is there an Linux equivalent for Snapform viewer? I need it to download some form for my tax.
Thanks

Re: Snapform viewer

PostPosted: Feb 25th, '15, 00:09
by doktor5000
Uhmm, snapform offers a linux installer ...
http://www.snapform.com/en/snapform-viewer/ the button at the upper right "Download for Linux".

Re: Snapform viewer

PostPosted: Feb 26th, '15, 00:08
by oldbiddie
Thanks, I hadn´t got that far since the tax site didn´t mention Linux.
I downloaded but am stuck:
The file /home/ms/Downloads/SFViewer_1_7_39.sh was opened with UTF-8 encoding but contained invalid characters.
It is set to read-only mode, as saving might destroy its content.
Either reopen the file with the correct encoding chosen or enable the read-write mode again in the menu to be able to edit it.

Re: Snapform viewer

PostPosted: Feb 26th, '15, 00:37
by doktor5000
oldbiddie wrote:The file /home/ms/Downloads/SFViewer_1_7_39.sh was opened with UTF-8 encoding but contained invalid characters.
It is set to read-only mode, as saving might destroy its content.
Either reopen the file with the correct encoding chosen or enable the read-write mode again in the menu to be able to edit it.

You opened it in a text editor ... but you want to run it to install it, no?

Works fine here:

Code: Select all
sh SFViewer_1_7_39.sh
testing JVM in /usr/lib/jvm/java ...
Starting Installer ...

Re: Snapform viewer

PostPosted: Feb 26th, '15, 11:26
by oldbiddie
Yes, I want to open it. All I did was click on ´ download for Linux¨ and the dialogue box offered just ´save file´

Re: Snapform viewer

PostPosted: Feb 26th, '15, 20:37
by doktor5000
And after saving it you need to run it, and not open it in a text editor. See above.

Re: Snapform viewer

PostPosted: Mar 1st, '15, 20:00
by oldbiddie
sorry, I was away and a bit tired at the moment. I must be particularly obtuse but I save it and the only option afterwards is to open it with the text editor. No doubt I am missing something very obvious, sorry

Re: Snapform viewer

PostPosted: Mar 1st, '15, 22:47
by doktor5000
Yes. Open a terminal, change to the folder where you downloaded it to, and run it:
doktor5000 wrote:Works fine here:

Code: Select all
sh SFViewer_1_7_39.sh
testing JVM in /usr/lib/jvm/java ...
Starting Installer ...

Re: Snapform viewer

PostPosted: Mar 2nd, '15, 08:58
by oldbiddie
Thank you! it worked