User Tools

Site Tools


kicad:pdf_output_from_kicad_in_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
kicad:pdf_output_from_kicad_in_linux [2013/06/29 22:50] mithatkicad:pdf_output_from_kicad_in_linux [2016/02/06 18:21] (current) – [Using SVG] mithat
Line 8: Line 8:
   * In Pcbnew: //File > Print SVG//   * In Pcbnew: //File > Print SVG//
  
-However, converting these files to PDF isn't quite as straight-forward. I wrote **[[svg2pdf-d]]** to automate the conversion process. Just drop a copy of the script into a KiCad project directory and run it whenever you want to convert files.+However, converting these files to PDF isn't quite as straight-forward. I wrote the script **[[svg2pdf-d]]** to automate the conversion process. Just drop a copy of the script into a KiCad project directory and then run it whenever you want to convert files.
  
- +<WRAP center round important 90%> 
-<WRAP center round important 60%> +**Running this script will delete all *.svg files in the working directory!**
-**Running this script will destroy all *.svg files in the working directory!**+
  
 This is by design. I want to minimize the number of files that might be out of sync with the source, and keeping both SVGs and PDFs is just asking for trouble! This is by design. I want to minimize the number of files that might be out of sync with the source, and keeping both SVGs and PDFs is just asking for trouble!
Line 21: Line 20:
  
 There are a few things more you should note: There are a few things more you should note:
-  * The script relies on [[http://inkscape.org/|Inkscape]]---which it runs in batch/shell mode. Inkscape isn't really that light, but it’s arguably something that should be in your FOSS toolkit anyway.+  * The script relies on [[http://inkscape.org/|Inkscape]]which it runs in batch/shell mode. Inkscape isn't really that light, but it’s arguably something that should be in your FOSS toolkit anyway.
   * The script relies on [[https://help.gnome.org/users/zenity/stable/|Zentiy]]. If this offends your KDE or other sensibilities, I have a [[svg2pdf-dgxmessage|version]] that uses [[http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage|gxmessage]] or [[http://linux.die.net/man/1/xmessage|xmessage]] as well as a pure [[svg2pdf-dbash|command-line version]]. I won't promise to keep these updated though.   * The script relies on [[https://help.gnome.org/users/zenity/stable/|Zentiy]]. If this offends your KDE or other sensibilities, I have a [[svg2pdf-dgxmessage|version]] that uses [[http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage|gxmessage]] or [[http://linux.die.net/man/1/xmessage|xmessage]] as well as a pure [[svg2pdf-dbash|command-line version]]. I won't promise to keep these updated though.
  
kicad/pdf_output_from_kicad_in_linux.1372546218.txt.gz · Last modified: 2013/06/29 22:50 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki