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
- Matplotlib
- h5py
- cython
- vi
- Windows
- arXiver
- jupyter
- cygwin
- python
- hyperref
- datascience
- intel compiler
- c++
- Anaconda
- tab space
- vim
- virtual
- SSH
- conda
- polyglot
- HDF5
- LaTeX
- openmp
- portforwarding
- MAC
- mpi4py
- HFS+
- GSL
- gfortran
- Visual Studio
Archives
- Today
- Total
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' 카테고리의 다른 글
[Conda] Create Virtual Environments for python with conda (0) | 2020.06.12 |
---|---|
[Python] Setup mpi4py (intel compiled) in Cygwin Window (0) | 2020.02.03 |
[C++] Pointers, References and Dynamic Memory Allocation (0) | 2019.11.03 |
[Bash] Bash scripting cheatsheet (0) | 2019.11.03 |
How to Remote Access Windows 10 with Mac OS X? (0) | 2019.11.03 |