Make site curlable
This commit is contained in:
parent
b97e19b707
commit
b63d2ebeb2
16 changed files with 291 additions and 7 deletions
11
articles/random-linux-utils
Normal file
11
articles/random-linux-utils
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[1m[23m[39m[49m[24m[29mMERGE PDFS[0m
|
||||
|
||||
[1m[23m[39m[49m[24m[29mUsing Ghostscript[0m
|
||||
|
||||
Ghostscript has a feature to merge multiple pdf files into one. Although
|
||||
ImageMagick also has this feature, I prefer this one, as it doesn’t
|
||||
rasterize and scales down the pdf files.
|
||||
|
||||
[0m[0m[22;23;24m[34;22;23;24mgs[0m[22;23;24m[0m[22;23;24m [0m[22;23;24m[33;22;23;24m-dNOPAUSE[0m[22;23;24m[0m[22;23;24m [0m[22;23;24m[33;22;23;24m-sDEVICE[0m[22;23;24m[90;22;23;24m=[0m[22;23;24m[0m[22;23;24mpdfwrite [0m[22;23;24m[31;22;23;24m\[0m[22;23;24m
|
||||
[0m[22;23;24m [0m[22;23;24m[33;22;23;24m-sOUTPUTFILE[0m[22;23;24m[90;22;23;24m=[0m[22;23;24m[0m[22;23;24moutput.pdf [0m[22;23;24m[31;22;23;24m\[0m[22;23;24m
|
||||
[0m[22;23;24m [0m[22;23;24m[33;22;23;24m-dBATCH[0m[22;23;24m[0m[22;23;24m 1.pdf 2.pdf[0m[22;23;24m[0m[0m]8;;\
|
||||
Loading…
Add table
Add a link
Reference in a new issue