<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Printing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3850250#M477103</link>
    <description>You may not only need a new driver but a new car as well (or possibly a new programmer). First of all, is this even a UNIX question? What kind of printer? You should note that print formatting under UNIX is the sole responsibility of the application and there are no printer drivers as such. That concept belongs to a different OS.&lt;BR /&gt;</description>
    <pubDate>Thu, 24 Aug 2006 17:07:57 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2006-08-24T17:07:57Z</dc:date>
    <item>
      <title>Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3850249#M477102</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;A co-worker suggested that I post my question here. I have been given the job of converting our very plain invoices into something more elaborate like different fonts, different colors, and lines and boxes. Do I need to install a new driver?&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Chad</description>
      <pubDate>Thu, 24 Aug 2006 17:05:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3850249#M477102</guid>
      <dc:creator>Chad Holcutt</dc:creator>
      <dc:date>2006-08-24T17:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3850250#M477103</link>
      <description>You may not only need a new driver but a new car as well (or possibly a new programmer). First of all, is this even a UNIX question? What kind of printer? You should note that print formatting under UNIX is the sole responsibility of the application and there are no printer drivers as such. That concept belongs to a different OS.&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Aug 2006 17:07:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3850250#M477103</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-24T17:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3850251#M477104</link>
      <description>It would also be helpful to know if you have access to the source code, and if so, what language? When you leave out these minor little details, it makes it rather difficult to help you.&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Aug 2006 17:15:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3850251#M477104</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-24T17:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3850252#M477105</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Thanks for the response. Yes, this is an application that runs on hpux 11i. We are using a color laserjet 4550 but this application only prints in black and white. We don't have the source for this application but we can print to a file. I'm hoping that there is some way to run this file through a script or something to make the output more elaborate and then send it to the printer. The developer wants about $12,500 to do these changes.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Chad&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Aug 2006 17:28:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3850252#M477105</guid>
      <dc:creator>Chad Holcutt</dc:creator>
      <dc:date>2006-08-24T17:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3850253#M477106</link>
      <description>Well, the least-evil product I've found, by far, is a product called UnForm. &lt;A href="http://www.unform.com" target="_blank"&gt;www.unform.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It's not free but it's way cheaper than $12.5K. It's also going to be a good bit of work on your part but I've turned plain vanilla text output into amazing documents (logos, duplex printing, colors, ...) with it. Tell John I sent you.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Aug 2006 17:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3850253#M477106</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-24T17:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3850254#M477107</link>
      <description>I suppose that I should at least explain the basic concept to you. Unform examines your input file for patterns (e.g. "Mickey Mouse Invoice" on line 5 and and date at column 60, line 10). When it finds a matching pattern, it applies a set of "rules" that transform your input text. You can erase characters; store them in a variable, and the output them elsewhere. Essentially, this can be as complex or as simple as you can make it. The basic programming is done in BASIC and it is one of the pickiest parsers I have even seen and the error messages are less than explicit but the product does work. &lt;BR /&gt;&lt;BR /&gt;When I first tackled UnForm, I chose the most complex document first thinking that if I could do it, I could do anything. That was a big mistake and I would do many things differently now. Start with a simple report and work towards the more complex. &lt;BR /&gt;&lt;BR /&gt;If UnForm does not find any patterns that it recognizes then the input is simply written to the output.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Aug 2006 17:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3850254#M477107</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-24T17:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3850255#M477108</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;We installed the demo version of unform on our rp5450. The sample outputs look great! My manager is very pleased with the look of these reports.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Chad&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Aug 2006 10:20:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3850255#M477108</guid>
      <dc:creator>Chad Holcutt</dc:creator>
      <dc:date>2006-08-25T10:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3850256#M477109</link>
      <description>Good for you but the real thing is going to be a tad more difficult than the samples. The sample rule files do serve as a good starting point for ideas.&lt;BR /&gt;&lt;BR /&gt;If memory serves, the demo will run for 30 days so that should give you plenty of time to see if UnForm is a good fit for your application. I find the most seamless integration is to add UnForm to the lp subsystem. My convention is that UnForm printers begin with "u" so that myprinter is a standard printer and umyprinter sends its input to UnForm which acts as a filter. It's a rather simple modification to the printers interface file.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Aug 2006 10:29:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing/m-p/3850256#M477109</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-25T10:29:42Z</dc:date>
    </item>
  </channel>
</rss>

