Browse Source

Changing the zoom to 1.5x

environments/production/deployments/9
Drew Short 9 years ago
parent
commit
50eb8e6d86
  1. 2
      build-html-docker.sh

2
build-html-docker.sh

@ -5,7 +5,7 @@ cd /source
userid="$(cat userid.info)"
# Script to build an HTML site from the PDF source
pdf2htmlEX --embed cfijo --dest-dir out DPSResume.pdf
pdf2htmlEX --zoom 1.5 --embed cfijo --dest-dir out DPSResume.pdf
chown -R $userid:$userid out/
chmod -R 666 out/
chmod u+x out/

Loading…
Cancel
Save