Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #gives an error
- evince-thumbnailer -s 200 /var/lib/jenkins/jobs/myproject/workspace/target/test-classes/com/myproject/PdfWith29Pages.pdf /var/lib/jenkins/jobs/myproject/workspace/target/test-classes/com/myproject/PdfWith29Pages.pdf.png && echo "true"
- Syntax Error: Expected the optional content group list, but wasn't able to find it, or it isn't an Array
- #works fine
- evince-thumbnailer -s 200 /var/lib/jenkins/jobs/myproject/workspace/target/test-classes/com/myproject/PdfWith29Pages.pdf /tmp/PdfWith29Pages.pdf.png && echo "true"
- Syntax Error: Expected the optional content group list, but wasn't able to find it, or it isn't an Array
- true
- #I installed evince on a headless server with
- sudo apt-get install --no-install-recommends evince-gtk -y && sudo apt-get install texlive-binaries -y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement