aboutsummaryrefslogtreecommitdiff
path: root/home/dot_local/share/bin/executable_pdfsize
blob: 87d61acea8424e1fde2e0b223fee4c275032558b (plain)
1
2
#!/usr/bin/env sh
pdfinfo -box "$1" | awk '/^Page size:/ { print $3 * 2.54 / 72.0 * 10 "mm" " x " $5 * 2.54 / 72.0 * 10 "mm" }'