- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Insert PCL or PJL command in a print file
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-01-2007 11:59 PM
тАО08-01-2007 11:59 PM
Insert PCL or PJL command in a print file
first sorry for the poor english :)
but i have a hp-ux 11.23 and i need to insert PCL or PJL command to my printer print in duplex mode.
i try to do this steps int this thread
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=895529
but it dont work =(
any idea how i do it ??
thanks in advanced,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-02-2007 12:46 AM
тАО08-02-2007 12:46 AM
Re: Insert PCL or PJL command in a print file
http://pcl.to/reference/
You can google for pcl references and find a lot of info. docs.hp.com is also another good place for this.
Anyway, back to the script. edit the script anyway you want, then create a file like so.
# pclprint > test
now you can send it to the printer
# lp -d
Hope this is what you are looking for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-02-2007 02:05 AM
тАО08-02-2007 02:05 AM
Re: Insert PCL or PJL command in a print file
but my problem is how i can insert the pcl init sequence in all files print in a printer.
I trying to hack the /etc/lp/interface/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-02-2007 03:13 AM
тАО08-02-2007 03:13 AM
Re: Insert PCL or PJL command in a print file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-02-2007 07:30 AM
тАО08-02-2007 07:30 AM
Re: Insert PCL or PJL command in a print file
to explain better i am trying aux a client to print in duplex mode, and in her environement he have a baan erp, and making tests direct in baan print script we have better results... =)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-06-2007 02:38 AM
тАО08-06-2007 02:38 AM
Re: Insert PCL or PJL command in a print file
the case was solutioned altering the script from BAAN erp.
look at this page to see the solution,
http://www.baanboard.com/baanboard/archive/index.php/t-80.html
I just insert this sequence \E&l1S at the initpr
initpr=\EE\E&l26a66F\E&l1S\E(12U\E(s10H\E&l5H\E(s0p10h0s0b4099T\E&k11.6H,
thanks for the help,
see ya =)
PEC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-06-2007 02:41 AM
тАО08-06-2007 02:41 AM
Re: Insert PCL or PJL command in a print file
the case was solutioned altering the script from BAAN erp.
look at this page to see the solution,
http://www.baanboard.com/baanboard/archive/index.php/t-80.html
I just insert this sequence \E&l1S at the initpr
initpr=\EE\E&l26a66F\E&l1S\E(12U\E(s10H\E&l5H\E(s0p10h0s0b4099T\E&k11.6H,
thanks for the help,
see ya =)
PEC