![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX Desktop for Dummies Questions & Answers Questions regarding GNOME, KDE, CDE, Open Office, etc go here. All UNIX and Linux Newbies Welcome !! |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
hi all,
i would like to know if there are any tools in unix (sun solaris 8) to convert PDF files to PCL format (i.e, .prn files) i want to convert around 3000 files (in a batch) to PCL format files. can anyone help me out with this. regards, manojram |
| Forum Sponsor | ||
|
|
|
|||
|
I think you should be able to use ghostscript for this..
I'm sure you'll have to toy with some other options.. however, this is basically where you'll be working from: Code:
gs -sOutputFile=newfile.pcl oldfile.pdf
__________________
[url=http://www.glitterchildren.com/phpBB2]GlitterChildren Forums[/url] |
|||
| Google The UNIX and Linux Forums |