ich bekomme bei der Umwandlung von einer bestimmten PDF Datei in ein Bild folgende Fehlermeldung:
Code: Alles auswählen
root@myserver:/mydir# convert -density 150 -quality 100 -resize 800x test.pdf test.jpg
Error: /typecheck in --.execform1--
Operand stack:
--nostringval-- --dict:6/15(L)-- 2 F0 8.3 --dict:10/19(L)-- --dict:10/19(L)-- 200419 --dict:10/19(L)-- --nostringval-- CharStrings --nostringval-- --dict:1/496(L)-- 1 --nostringval-- --dict:1/496(L)-- --nostringval--
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1905 1 3 %oparray_pop 1904 1 3 %oparray_pop 1888 1 3 %oparray_pop --nostringval-- --nostringval-- 2 1 1 --nostringval-- %for_pos_int_continue --nostringval-- --nostringval-- --nostringval-- --nostringval-- %array_continue --nostringval-- false 1 %stopped_push --nostringval-- %loop_continue --nostringval-- 12578 --nostringval-- 1853 4 13 %oparray_pop --nostringval-- false 1 %stopped_push 1852 4 13 %oparray_pop --nostringval-- (gstatetype) --dict:0/0(L)-- --nostringval-- false 1 %stopped_push --nostringval-- %loop_continue --nostringval-- --nostringval-- --nostringval-- --nostringval-- --nostringval-- --nostringval-- --nostringval-- --nostringval-- 2 1 494 --nostringval-- %for_pos_int_continue --nostringval--
Dictionary stack:
--dict:1160/1684(ro)(G)-- --dict:1/20(G)-- --dict:97/200(L)-- --dict:97/200(L)-- --dict:108/127(ro)(G)-- --dict:275/300(ro)(G)-- --dict:22/25(L)-- --dict:4/6(L)-- --dict:21/40(L)-- --dict:7/8(L)-- --dict:1/1(ro)(G)-- --dict:9/13(L)-- --dict:1/1(ro)(G)-- --dict:13/13(L)-- --dict:40/50(ro)(G)-- --dict:52/80(L)--
Current allocation mode is local
Last OS error: 2
GPL Ghostscript GPL Ghostscript 8.628.62: : Unrecoverable error, exit code 1
Unrecoverable error, exit code 1
convert: Postscript delegate failed `test.pdf': No such file or directory.
convert: missing an image filename `test.jpg'.
Kann mir jemand helfen, wie finde ich heraus was an der Datei falsch ist, und wie kann ich diesen beheben. Ich versuchte mehrere Ansätze(via php, perl,sh,...[verschiedene vorprogrammierte Klassen]) diese Datei in ein Bild umzuwandeln leider erfolglos.