Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- portforwarding
- LaTeX
- GSL
- h5py
- SSH
- openmp
- datascience
- conda
- Anaconda
- gfortran
- tab space
- hyperref
- virtual
- intel compiler
- MAC
- HDF5
- vi
- vim
- arXiver
- polyglot
- Matplotlib
- python
- cygwin
- Visual Studio
- cython
- HFS+
- Windows
- mpi4py
- jupyter
- c++
Archives
- Today
- Total
목록imagemagick (1)
Astro Coke
[ImageMagick] resize pdf files
To resize the pdf files in mac (or linux) platform, the ImageMaick package provides convenient way. Once you install the image magick package, you can resize the pdf files like below: > convert -density 200 file_origin.pdf file_outcome.pdf Here, you can change the density number to control the size of output. The information of pdf files can be found by > identify -verbose file.pdf | head
Computer Setup
2019. 12. 16. 23:17