/+ ghostscript
This commit is contained in:
@@ -68,6 +68,7 @@ figlet # ascii large letters | http://www.figle
|
|||||||
filezilla # ftp, ftps and sftp client
|
filezilla # ftp, ftps and sftp client
|
||||||
firefox # browser
|
firefox # browser
|
||||||
gimp # img editor
|
gimp # img editor
|
||||||
|
ghostscript # interpreter for the PostScript language - used for compressing pdfs
|
||||||
go # core compiler tools for golang
|
go # core compiler tools for golang
|
||||||
gparted # disk management
|
gparted # disk management
|
||||||
gpxsee # gps log viewer
|
gpxsee # gps log viewer
|
||||||
|
|||||||
@@ -533,7 +533,6 @@ rote36() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
# mounting
|
# mounting
|
||||||
# ---
|
# ---
|
||||||
@@ -597,7 +596,8 @@ imgResize() {
|
|||||||
/home/poq/syncDir/gitRepos/gt.op.fo/miniProjects/2305_imgResizer/resize.sh 1200 "$1" jpg
|
/home/poq/syncDir/gitRepos/gt.op.fo/miniProjects/2305_imgResizer/resize.sh 1200 "$1" jpg
|
||||||
}
|
}
|
||||||
|
|
||||||
pdfCompressor() {
|
# https://itsfoss.com/compress-pdf-linux/
|
||||||
|
pdfCompress() {
|
||||||
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dPDFSETTINGS=/ebook \
|
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dPDFSETTINGS=/ebook \
|
||||||
-dNOPAUSE -dQUIET -dBATCH -sOutputFile=$1.compressed.pdf $1
|
-dNOPAUSE -dQUIET -dBATCH -sOutputFile=$1.compressed.pdf $1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user