Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GAFAM
www.gafam.info
Commits
479d452e
Commit
479d452e
authored
Jan 17, 2018
by
The GAFAM tech collective
Browse files
Update documentation about how to create thumbnail image from poster PDF
parent
e71f5515
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES.rst
View file @
479d452e
...
...
@@ -7,6 +7,7 @@ in progress
-----------
- Host poster PDF files on ptrace.gafam.info
- LQDN shared the German PDF file variant. Santé!
- Update documentation about how to create thumbnail image from poster PDF
2018-01-14 0.4.0
...
...
README.rst
View file @
479d452e
...
...
@@ -42,3 +42,23 @@ Have a look::
open ./htdocs/index.html
Create thumbnail image from poster PDF
======================================
::
# Just a workbench
mkdir tmp; cd tmp
# Acquire PDF file
wget https://ptrace.gafam.info/upstream/pdf/lqdn-gafam-poster-de.pdf
# Layout multiple pages in matrix
pdfnup --nup 2x3 --landscape=true --no-tidy lqdn-gafam-poster-de.pdf
# Convert to GIF format appropriately
convert -units PixelsPerInch lqdn-gafam-poster-de-nup.pdf -density 72 -trim +repage -resize 595x gafam-german-card.gif
# Copy to target directory
cp gafam-german-card.gif ../htdocs/static/img/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment