Computer Help PageFormat conversion & Document arrangement |
---|
|
Most of the commands below are installed locally in all our
Linux-systems ( no path required )
If you get an error about 'Command not found',
try to run it from our Linux server with:
/usr/local/Linux-server/bin/command
/usr/local/Linux-server/bin/ascii2pdf filename.txt
doc2ps filename.doc doc2ps pdf > filename.pdf
or
ps2pdf -sPAPERSIZE=a4 filename.ps
( default output is filename.pdf )
or
texexec --pdfarrange --result=output.pdf input1.pdf input2.pdf ... inputN.pdf