scripts to add metadata to the PDF produced by inkscape
This commit is contained in:
parent
eff984d210
commit
9605439e98
3 changed files with 24 additions and 6 deletions
|
|
@ -102,8 +102,8 @@ Use the "solarized" color palette: http://ethanschoonover.com/solarize
|
|||
</rdf:RDF>
|
||||
</metadata>
|
||||
<sodipodi:namedview
|
||||
inkscape:window-height="1175"
|
||||
inkscape:window-width="952"
|
||||
inkscape:window-height="1158"
|
||||
inkscape:window-width="1912"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="1"
|
||||
guidetolerance="10.0"
|
||||
|
|
@ -114,10 +114,10 @@ Use the "solarized" color palette: http://ethanschoonover.com/solarize
|
|||
pagecolor="#fdf6e3"
|
||||
id="base"
|
||||
showgrid="false"
|
||||
inkscape:zoom="3.1256517"
|
||||
inkscape:cx="1089.8827"
|
||||
inkscape:cy="466.04785"
|
||||
inkscape:window-x="960"
|
||||
inkscape:zoom="0.55254237"
|
||||
inkscape:cx="963.5"
|
||||
inkscape:cy="885"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:current-layer="layer31"
|
||||
showguides="true"
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
5
insert_metada.sh
Executable file
5
insert_metada.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#bin/sh
|
||||
|
||||
pdftk geometromap_solarized.pdf update_info meta.data output geometromap_solarized_ok.pdf
|
||||
pdftk geometromap_solarized_clair.pdf update_info meta.data output geometromap_solarized_clair_ok.pdf
|
||||
|
||||
13
meta.data
Normal file
13
meta.data
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
InfoKey: Title
|
||||
InfoValue: Geographically accurate Paris metro map — © nojhan / CC-BY-SA
|
||||
InfoKey: Subject
|
||||
InfoValue: Carte géographiquement réaliste du métro de Paris. Distribuée sous licence Creative Commons Attribtion Partage à l'identique. Cette carte a plusieurs caractéristiques qui vont plus loin que le simple esthétisme : chaque station est placée à sa position géographique réelle, la palette de couleurs a été conçue avec soin pour être la plus agréable à lire par un être humain, sur fond clair comme sur fond sombre, elle est utilisable par les daltoniens, elle est dans un format vectoriel ouvert, dédié au web, aucun élément graphique ne pose de problème de droit d'auteur.
|
||||
InfoKey: Author
|
||||
InfoValue: nojhan
|
||||
InfoKey: Keywords
|
||||
InfoValue: paris, metro, métro, métropolitain, metropolitan, subway, map, plan, station, RER, correspondance
|
||||
InfoKey: Creator
|
||||
InfoValue: inkscape 0.48 http://www.inkscape.org
|
||||
InfoKey: Producer
|
||||
InfoValue: cairo 1.10.0 http://cairographics.org
|
||||
NumberOfPages: 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue