On 27.04.19 11:06, Pavel Sanda wrote:
On Sat, Apr 27, 2019 at 10:15:20AM +0200, Wolfgang Engelmann wrote:
I would like to go back to Debian and install it but am afraid that
I might make things even worse, as it usually does if I change
things.
I wouldn't switch to debian just because of this.
I am also sceptical that your problem is realted to qt version,
more likely conversion proces fails.
You could try two things:
1. Does pdftops/magick works on your system? Try running
dftops -eps cancer-development-n.pdf -f 1 -l 1 out.eps
magick out.eps out.png
and check whether correct out.eps & out.png was generated.
2. If the above works could you
a) turn on view->messages pane
b) in setting tab of the pane check selected and choose graphics on the right
side
c) switch back to output pane
d) insert in new document cancer-development-n.pdf (which fails as i
understood)
and post here the output from messages pane.
Pavel
Thanks, Pavel. dftops -eps cancer-development-n.pdf -f 1 -l 1 out.eps
worked, magick out.eps out.png did not. >>
imagick out.eps out.png
imagick: command not found
wolfgang@wolfgang-Mr-Whisper-Ultra-SSD-II:~/Publikationen-eigene-20170530/Cancer-cR-2019$
magick out.eps out.png
No command 'magick' found, did you mean:
Command 'magic' from package 'magic' (universe)
in trying out this https://tecadmin.net/install-imagemagick-on-linux/
I have difficulties with step
Step 3 – Install imagick PHP Extension
At this point, you have successfully installed ImageMagick package on
your system. Now, you need to install Imagick PHP extension, So that we
can use it through PHP code.
sudo apt install php-imagick
For different PHP version’s you need to install the specific version of
imagick like |php7.1-imagick| or |php7.3-imagick| etc.
I tried php7.3 down to 7.0, but to no avail
I might try to use synaptic and see
Wolfgang