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 [2014/05/05 08:45]
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://​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://​tucsonlabs.com/​2007/​12/​12/​creating-websites-with-inkscape|Designing Websites With Inkscape]]
inkscape.1399272323.txt.gz · Zuletzt geändert: 2014/05/05 08:45 von admin