Added openflattenpdf.sh
This commit is contained in:
5
openflattenpdf.sh
Executable file
5
openflattenpdf.sh
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
tmpfile=$(mktemp)
|
||||||
|
pdf2ps "${1}" - | ps2pdf - "${tmpfile}"
|
||||||
|
evince ${tmpfile}
|
||||||
Reference in New Issue
Block a user