User Tools

Site Tools


software:inkscape_scripts

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
software:inkscape_scripts [2016/05/08 01:40] – [make path objects] adminsoftware:inkscape_scripts [2016/05/08 01:41] – [make path objects] admin
Line 105: Line 105:
     FILES="${FILES} ${DNM}/${SFX}/${NF}.pdf"     FILES="${FILES} ${DNM}/${SFX}/${NF}.pdf"
   done   done
-  echo -n "Creating ${INPD}${OUTF} containing all svg files..."+  echo -n "Creating ${INPD}${OUTF}containing all svg files..."
   /usr/bin/gs -dBATCH -sPAPERSIZE=a4 -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=${INPD}${OUTF} $FILES   /usr/bin/gs -dBATCH -sPAPERSIZE=a4 -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=${INPD}${OUTF} $FILES
   rm $FILES   rm $FILES
 +  echo " done."
 else else
   echo -e "Please create a placeholder directory '${SFX}' where\nthe converted files can be stored, then restart script..."   echo -e "Please create a placeholder directory '${SFX}' where\nthe converted files can be stored, then restart script..."
 fi fi
 </code> </code>
software/inkscape_scripts.txt · Last modified: 2016/05/11 21:47 by admin