

- Command line to convert ps to pdf how to#
- Command line to convert ps to pdf pdf#
- Command line to convert ps to pdf professional#
Note the Distiller application was running on a local system and only used networked folders for input files and saving output files. One can even designate multiple folders as "Watched" folders with no problems.Īt one time I even had multiple desktops systems all pointing the same Watched folder into which I transferred over 1,500 PS files and each desktop processed the next free PS file in turn. When looking for initialization files (gs.ps, pdf.ps), font files, the Fontmap file, and files named on the command line, Ghostscript first tests. I have folders on a network drive and feed files from my desktop and remote desktop at the same time and Distiller just chugs away. If one has Distiller set up, only the log files for failed conversions will be kept.
Command line to convert ps to pdf pdf#
Watched folders once set up let one copy any PS file into the "In" sub folder of the "Watched" folder and Distiller when running, will detect the added file and process the PS file and move the resulting PDF to the "Watched" Out sub folder along with the log file and input PS file.
Command line to convert ps to pdf professional#
Type dir at the prompt afterward to make sure the file was created fine.With Acrobat Professional one not only gets the Action wizard for Acrobat but a hot folder, Watched folders, for distiller. Using our fdisk example before, you could try: Issue the following command to receive said file: It’s also possible to convert a man page to a PDF file. Type dir at the prompt to make sure the file is there. If you care about the compatibility level of the output, use ps2pdf12, ps2pdf13 or ps2pdf14, or use the -dCompatibility1.x switch in the command line. ps2pdf per se currently produces PDF 1.4 output. For example, if you had wanted to do this with the fdisk command: ps2pdf14 will always produce PDF 1.4 output (Acrobat 5-and-later compatible). Replace the “COMMAND” string with the name of the command you want to typeset as a PostScript file. The exact location may differ depending on your particular distribution. Make sure that you are in the Documents folder of your home directory by issuing the command: If your prompt does not end with the “$” symbol, then type bash and press enter. Select a graphical command prompt from the Root Window Menu. Method 1: Converting a Man Page to a PS File Should you need a PDF file, then apply Method 2 after using Method 1.
Command line to convert ps to pdf how to#
Once you have a PostScript file you can then convert this to the even more portable PDF format.įirst we’ll illustrate how to convert a man page to a PostScript file. The conversion task can be accomplished quite easily at a standard Linux Bash command prompt. You will also need to convert it if you need to read a page in another program, on any other device or if you need to print it out. If you need to share content from a man page, then you will need to convert the file to another format before sharing it with someone who doesn’t have access to the man Linux command. These pages store information about nearly every command stored on a system, and essentially constitute a free source of information installed on every Linux installation, but they’re not portable in the least. These files are stored in such a way that only the man or xman command issued at a command prompt in a Linux environment can read them. Man pages in all versions of Linux are stored as specially formatted and compressed text files, so it’s difficult to share them or read them on other devices.
