Benutzer-Werkzeuge

Webseiten-Werkzeuge


inkscape

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
inkscape [2013/07/04 22:34]
admin
inkscape [2020/02/11 12:19] (aktuell)
admin
Zeile 1: Zeile 1:
-=====Inkscape=====+====== Inkscape ​======
  
 +===== SVG in PDF umwandeln =====
 +
 +  for i in *.svg ; do NEWNAME=`echo $i | cut -d "​."​ -f1`;​inkscape --without-gui --file=$i --export-pdf=pdf/​$NEWNAME.pdf;​done
 +
 +
 +
 +
 +===== Problem beim Öffnen oder Importieren von PDF-dateien =====
 +
 +===== Lösung =====
 +
 +  apt-get install pdf2svg
 +  pdf2svg datei.pdf datei.svg
 +  pdf2svg datei.pdf datei.svg 3 <- Seite 3
 +  pdf2svg document.pdf output-page%02d.svg all
 +
 +===== PDF für Druckerei mit Text =====
 +
 +  Pfad > Objekt in Pfad umwandeln oder
 +  Datei > Speichern unter > *.pdf > Texte in Pfade umwandeln [x] > OK
 +
 +  *[[Sozi]]
 +  *[[http://​www.packtpub.com/​article/​creating-layout-example-inkscape|Creating a Layout Example in Inkscape]]
 +  *[[http://​tucsonlabs.com/​2007/​12/​12/​creating-websites-with-inkscape|Designing Websites With Inkscape]]
 +  *[[http://​fasani.de/​2013/​06/​26/​using-inkscape-for-web-design-css-divs/​|Using Inkscape for Web Design (Css & Divs)]]
 +  *[[http://​typethinker.blogspot.co.at/​2010/​07/​exporting-slices-from-inkscape.html|Exporting slices from Inkscape]]
   *http://​psd.tutsplus.com/​tutorials/​drawing/​how-to-create-a-super-shiny-pencil-icon/​   *http://​psd.tutsplus.com/​tutorials/​drawing/​how-to-create-a-super-shiny-pencil-icon/​
   *[[http://​peer.st/​dw/​doku.php?​id=anleitung-super-shiny-pencil-icon&​s[]=bleistift|Anleitung Buntstift]]   *[[http://​peer.st/​dw/​doku.php?​id=anleitung-super-shiny-pencil-icon&​s[]=bleistift|Anleitung Buntstift]]
 +  *[[http://​peer.st/​dw/​doku.php?​id=anleitung_farbstift|Anleitung Farbstift 2]]
 +  *[[http://​peer.st/​dw/​doku.php?​id=photo_popping|Anleitung Photo Popping]]
  
inkscape.1372970040.txt.gz · Zuletzt geändert: 2013/07/04 22:34 von admin