Difference between revisions of "Talk:Ps2pdf"

From Organic Design wiki
m
m (bada bing)
 
Line 1: Line 1:
 
This [[:Category:BASH|BASH]] script uses the built in function ps2pdf in a for loop to create png files in a directory from multiple postscript files with the extension
 
This [[:Category:BASH|BASH]] script uses the built in function ps2pdf in a for loop to create png files in a directory from multiple postscript files with the extension
''.eps''. The newly created files are put in the same directory for [[:Category:Latex|LaTeX]] to create postscript or pdf output.
+
''.eps''. The newly created files are put in the same directory for [[:Category:TEX|L<sup>A</sup>T<sub><big>E</big></sub>X]] to create postscript or pdf output.

Latest revision as of 19:29, 9 March 2006

This BASH script uses the built in function ps2pdf in a for loop to create png files in a directory from multiple postscript files with the extension .eps. The newly created files are put in the same directory for LATEX to create postscript or pdf output.