initial commit

This commit is contained in:
2018-01-04 20:03:29 +01:00
commit 7b94b90ae0
40 changed files with 32203 additions and 0 deletions
Executable
+36
View File
@@ -0,0 +1,36 @@
#!/bin/bash
out="handout.pdf"
while [ "$1" != '' ]
do
[ $1 == "-nolist" ] && nolist=true && shift
[ $1 == "-o" ] && shift && out=$1 && shift
done
if [ "$nolist" == true ]
then
list="T"
listpdf="leer.pdf"
listpdftk="${list}=${listpdf}"
else
list="T"
listpdf="../../Teilnehmer/Teilnehmer.pdf"
listpdftk="${list}=${listpdf}"
fi
echo cleaning before build ...
rm handout.pdf 2> /dev/null
rm temp* 2> /dev/null
echo building handout ...
# pdftk C=../main.pdf $listpdftk E=leer.pdf O=oss.pdf cat C ${list} E O output temp.pdf verbose
pdftk C=../main.pdf E=leer.pdf P=../Florian/faltplan.pdf O=../backside.pdf $listpdftk cat C E P E $list E E O output temp.pdf verbose
echo updating metadata and compress
pdftk temp.pdf update_info meta.txt output $out compress
echo cleaning after build ...
rm temp*.* 2> /dev/null
echo Done!
+74
View File
@@ -0,0 +1,74 @@
%PDF-1.2
%ÀÈÌÒ
1 0 obj
<<
/Title (Philippstein 2)
/Subject (Das Abenteuer geht weiter...)
/Author (Soeren Schmidt)
/Creator (pdfFactory Pro www.pdffactory.com)
/Producer (pdfFactory Pro 2.41 \(Windows XP Professional German\))
/CreationDate (D:20060324181847+01'00')
>>
endobj
4 0 obj
<<
/Filter /FlateDecode
/Length 5 0 R
>>
stream
endstream
endobj
5 0 obj
0
endobj
6 0 obj
<<
/Type /Page
/Parent 3 0 R
/MediaBox [0 0 595 842]
/Resources
<<
/ProcSet [/PDF]
>>
/Contents 4 0 R
>>
endobj
3 0 obj
<<
/Type /Pages
/Count 1
/Kids [6 0 R]
>>
endobj
2 0 obj
<<
/Type /Catalog
/Pages 3 0 R
/ViewerPreferences 7 0 R
>>
endobj
7 0 obj
<<
/Type /ViewerPreferences
>>
endobj
xref
0 8
0000000000 65535 f
0000000016 00000 n
0000000546 00000 n
0000000489 00000 n
0000000278 00000 n
0000000352 00000 n
0000000369 00000 n
0000000620 00000 n
trailer
<<
/Size 8
/Info 1 0 R
/Root 2 0 R
/ID [<B7E06704DA33D245A3048FC73D2D330B><B7E06704DA33D245A3048FC73D2D330B>]
>>
startxref
666
%%EOF
+18
View File
@@ -0,0 +1,18 @@
InfoBegin
InfoKey: Subject
InfoValue: Handout des Rodgauer Workshops zum Faltsterndrachen im Jahr 2018
InfoBegin
InfoKey: Author
InfoValue: Rodgauer Workshop
InfoBegin
InfoKey: Keywords
InfoValue: Faltstern, Drachen, Kite, Workshop, Rodgau
InfoBegin
InfoKey: Title
InfoValue: Rodgauer Workshop: Faltstern
InfoBegin
InfoKey: Creator
InfoValue: XeLaTeX and pdftk
InfoBegin
InfoKey: Producer
InfoValue: LaTeX with hyperref