Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
www.gafam.info
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GAFAM
www.gafam.info
Commits
479d452e
Commit
479d452e
authored
Jan 17, 2018
by
The GAFAM tech collective
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation about how to create thumbnail image from poster PDF
parent
e71f5515
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
CHANGES.rst
CHANGES.rst
+1
-0
README.rst
README.rst
+20
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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