Advertisement
Guest User

Untitled

a guest
Sep 11th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. user@server:~/bin$ cat test.sh
  2. #!/bin/bash
  3.  
  4. gs -sDEVICE=pdfwrite -q -dNOPAUSE -dBATCH -dNOSAFER -dPDFA \
  5. -dUseCIEColor -sProcessColorModel=DeviceCMYK \
  6. -sOutputFile=output.pdf PDFA_def.ps pdfmarks 2015_09_11_09_59_28.pdf
  7.  
  8. user@server:~/bin$ ./test.sh
  9. Error: /undefinedfilename in --file--
  10. Operand stack:
  11. --nostringval-- --nostringval-- (ISO Coated sb.icc) (r)
  12. Execution stack:
  13. %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1916 1 3 %oparray_pop 1915 1 3 %oparray_pop 1899 1 3 %oparray_pop 1787 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval--
  14. Dictionary stack:
  15. --dict:1177/1684(ro)(G)-- --dict:0/20(G)-- --dict:78/200(L)--
  16. Current allocation mode is local
  17. Last OS error: No such file or directory
  18. Current file position is 627
  19. GPL Ghostscript 9.10: Unrecoverable error, exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement