<?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: How to print a background logo/picture in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479872#M66875</link>
    <description>you can use a relay queue to do the formatting (as described above) then pass the result to the lpd queue.</description>
    <pubDate>Mon, 07 Feb 2005 08:36:35 GMT</pubDate>
    <dc:creator>Ian Miller.</dc:creator>
    <dc:date>2005-02-07T08:36:35Z</dc:date>
    <item>
      <title>How to print a background logo/picture</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479870#M66873</link>
      <description>How to print a background picture / logo on a formatted report ?&lt;BR /&gt;&lt;BR /&gt;We use HPLJ5SI and standard VMS Print symbiont  UCX$LPD_SMB.&lt;BR /&gt;&lt;BR /&gt;Environment:&lt;BR /&gt;&lt;BR /&gt;VMS 7.1   on VAX 4500&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Mon, 07 Feb 2005 07:37:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479870#M66873</guid>
      <dc:creator>mike_695</dc:creator>
      <dc:date>2005-02-07T07:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a background logo/picture</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479871#M66874</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;I am sorry, but with LPD the only option you got is a M$ / *UX type of construct.&lt;BR /&gt;&lt;BR /&gt;You will have to pre-process your to-be-printed, such that the result is one single file that contains all that is to be "printed", including all steering info (control strings).&lt;BR /&gt;&lt;BR /&gt;If you want to use the VMS technique of printing, using queue and/or print paramaeters such as a PAGE_SETUP module, then the only way to do that on network-connected printers is by using the UCX$TELNETSYM (TCPIP$TELNETSYM starting VMS 7.2).&lt;BR /&gt;&lt;BR /&gt;If you do that, then you create a &lt;NAME&gt;.TXT file with whatever you want on that page (including the formatting controls to get it correct! )&lt;BR /&gt;Now you put that module in the text-library for your queue.&lt;BR /&gt;($ SHOW QUE xx/FULL -- to show which library;&lt;BR /&gt;$ HELP LIBR -- for the exact syntax to insert).&lt;BR /&gt;Then,&lt;BR /&gt;$ DEFINE FORM &lt;ANY free="" number=""&gt; &lt;DESCRIPTIVE name=""&gt; /PAGE_SETUP=&lt;YOUR chosen="" module="" name=""&gt; [any other setup params]&lt;BR /&gt;&lt;BR /&gt;Now, print/FORM=&lt;NAME&gt; or &lt;NUMBER&gt; will do the trick.&lt;BR /&gt;or&lt;BR /&gt;INIT /QUEU .. /DEFAULT=FORM= ;&lt;BR /&gt;which uses this form for any print command not explicitly specifying another form&lt;BR /&gt;&lt;BR /&gt;-----&lt;BR /&gt;&lt;BR /&gt;Why can you only do this on TELNETSYM, and not on LPD?&lt;BR /&gt;&lt;BR /&gt;Well, VMS uses (and has always used) the concept of printJOB.&lt;BR /&gt;A job consists of a number of related files.&lt;BR /&gt;M$ and *UX do not recognise the JOB concept.&lt;BR /&gt;Each file is considered to be independant.&lt;BR /&gt;And in that view, any setup or reset module is a separate file, so, a separate job, so, each time reset printer and skip to next page.&lt;BR /&gt;&lt;BR /&gt;TELNETSYM (as seen from the printer) opens an "interactive" telnet session, and writes all kind of things to the output port. After the VMS queue considers the --JOB-- done, only then is the "telnet" session session disconnected, and control is given back to the printers' internal logic.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;Jan&lt;/NUMBER&gt;&lt;/NAME&gt;&lt;/YOUR&gt;&lt;/DESCRIPTIVE&gt;&lt;/ANY&gt;&lt;/NAME&gt;</description>
      <pubDate>Mon, 07 Feb 2005 08:28:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479871#M66874</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-02-07T08:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a background logo/picture</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479872#M66875</link>
      <description>you can use a relay queue to do the formatting (as described above) then pass the result to the lpd queue.</description>
      <pubDate>Mon, 07 Feb 2005 08:36:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479872#M66875</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-02-07T08:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a background logo/picture</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479873#M66876</link>
      <description>Also check the lpd printcap fields for the version of ucx you  are using because there may be a limited way you can specify a form ( and therefore a setup module).&lt;BR /&gt;&lt;BR /&gt;An alternative would be to use DCPS to print to the printer this may allow a greater range of options.</description>
      <pubDate>Mon, 07 Feb 2005 08:39:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479873#M66876</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-02-07T08:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a background logo/picture</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479874#M66877</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;If your printer has enough memory, load your logo/picture as a macro at the beginning of the job and then call the macro at each page. This saves a lot of network bandwidth. See the PCL manual for the actual commands.&lt;BR /&gt;&lt;BR /&gt; -Doug</description>
      <pubDate>Mon, 07 Feb 2005 12:46:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479874#M66877</guid>
      <dc:creator>Doug Phillips</dc:creator>
      <dc:date>2005-02-07T12:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a background logo/picture</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479875#M66878</link>
      <description>Doug,&lt;BR /&gt;&lt;BR /&gt;Your idea about pre-loading a logo into a printer memory and then use MACRO calls sounds interesting.&lt;BR /&gt;&lt;BR /&gt;What PCL manual you are refering to ?&lt;BR /&gt;Can you give me some pointers/example to get me started ?&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Mon, 07 Feb 2005 23:43:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479875#M66878</guid>
      <dc:creator>mike_695</dc:creator>
      <dc:date>2005-02-07T23:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a background logo/picture</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479876#M66879</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;about time to combine the good of the above ideas:&lt;BR /&gt;&lt;BR /&gt;Use Doug's printer-loaded Macro,&lt;BR /&gt;&lt;BR /&gt;Use Ian's Relay Queue to be able to use VMS print functonality,&lt;BR /&gt;&lt;BR /&gt;Use my /FORM setup in Ian's queue, and in the form specifying module, supply the control strings that call the Macro.&lt;BR /&gt;&lt;BR /&gt;... and now it is up to you to fill in the details and do the actual coding and debugging.&lt;BR /&gt;&lt;BR /&gt;Please DO report here how things turn out!&lt;BR /&gt;&lt;BR /&gt;Success.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;Jan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2005 02:10:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479876#M66879</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-02-08T02:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a background logo/picture</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479877#M66880</link>
      <description>I've also heard the use of stored macros being banded about over the years, but nobody has ever given any specifics.&lt;BR /&gt;&lt;BR /&gt;Is there any chance someone can write a complete description on how this is acheived from a VMS system?&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Tue, 08 Feb 2005 04:05:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479877#M66880</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2005-02-08T04:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a background logo/picture</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479878#M66881</link>
      <description>Maybe, the PCL reference manual will be in support for this question. Here is the link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/bpl13210/bpl13210.pdf" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/bpl13210/bpl13210.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Look at the Macros chapter. There is also an example how to create a letterhead macro.&lt;BR /&gt;You can write such a macro and make it permanent or create a temporary macro at the begining of the job with:&lt;BR /&gt;$ DEFINE/FORM/SETUP=&lt;MACRODEFINITION&gt; ...&lt;BR /&gt;where macrodefinition is a library module with the macro definition.&lt;BR /&gt;&lt;BR /&gt;Then in the /PAGE_SETUP just add a module which calls (call,execute or overlay - please read the specification in the manual) the macro at the beginning of each page.&lt;BR /&gt;&lt;BR /&gt;Bojan&lt;/MACRODEFINITION&gt;</description>
      <pubDate>Tue, 08 Feb 2005 06:08:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479878#M66881</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-02-08T06:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a background logo/picture</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479879#M66882</link>
      <description>Brojan,&lt;BR /&gt; I've had a read of that manual, and it all seems fairly straight forward.&lt;BR /&gt;&lt;BR /&gt;It would still be useful to have this translated into the real world, with some real examples.&lt;BR /&gt;&lt;BR /&gt;For instance, how can the original overlay be created (MS Word?) and how do we go about getting it stored as a macro?&lt;BR /&gt;&lt;BR /&gt;Robert.</description>
      <pubDate>Tue, 08 Feb 2005 06:39:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479879#M66882</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2005-02-08T06:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a background logo/picture</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479880#M66883</link>
      <description>Use Dcps as I suppose your printer will be supported by Dcps.&lt;BR /&gt;Look at the file in the DCPS$LAYUP directory. There should be a file called&lt;BR /&gt;CONFIDENTIAL.PS. Look at it.</description>
      <pubDate>Tue, 08 Feb 2005 07:08:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479880#M66883</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2005-02-08T07:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a background logo/picture</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479881#M66884</link>
      <description>Easiest way to setup a macro: Use a Windows program, like Paint, to get your image printing correctly to paper. Then, Print it to a File and get it to the VMS system. Now, how you do this next part depends on the nature of the file you've just created and what tools you have to work with. You could write a simple little program or use an editor that doesn't have a buffer limit.&lt;BR /&gt;&lt;BR /&gt;You need to add and remove some escape sequences. The example in the manual creates macro#1.&lt;BR /&gt;&lt;BR /&gt;To the begining of your file, add:&lt;BR /&gt;&lt;ESC&gt;&amp;amp;f1y0X&lt;BR /&gt;(27 38 102 49 121 48 88)&lt;BR /&gt;&lt;BR /&gt;This is equivalent to the &lt;ESC&gt;&amp;amp;f1Y&lt;ESC&gt;&amp;amp;f0X shown in the manual, and you can use that instead if you don't trust combined commands;)&lt;BR /&gt;&lt;BR /&gt;From the end of the file, remove the &lt;FF&gt; and everything following it, usually an &lt;ESC&gt;E reset (12 27 69).&lt;BR /&gt;&lt;BR /&gt;Then, to the end add: &lt;BR /&gt;&lt;ESC&gt;&amp;amp;f1X&lt;BR /&gt;(27 38 102 49 88)&lt;BR /&gt;&lt;BR /&gt;Now, you might need to do some other things, like cursor positioning, but it depends on your macro. Read the differences between Execute, Call and Overlay.&lt;BR /&gt;&lt;BR /&gt;Bojan gave the link to the manual and he and others have explained the VMS part. PCL and printer stuff is discussed over in the Printer-&amp;gt;Software forum where the printer gurus hang out.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Doug&lt;BR /&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/FF&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;</description>
      <pubDate>Tue, 08 Feb 2005 13:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479881#M66884</guid>
      <dc:creator>Doug Phillips</dc:creator>
      <dc:date>2005-02-08T13:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a background logo/picture</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479882#M66885</link>
      <description>Doug,&lt;BR /&gt;&lt;BR /&gt;I've tried your approach, but encountered some problems:&lt;BR /&gt;&lt;BR /&gt;- I used MS Paint to load/display the original little logo (was in JPEG format).&lt;BR /&gt;I've printed the image to a file and transfered this to VAX all right.&lt;BR /&gt;I managed to print this to a VAX print queue (UCX$LPD).&lt;BR /&gt;&lt;BR /&gt;I've checked/open this file with a Notepad and it is PJL Postscript file (there is no FF there).&lt;BR /&gt;&lt;BR /&gt;The problem is that this little logo prints out as ONE whole page on VAX.&lt;BR /&gt;In other words I can't put the necessary text report on the SAME page.&lt;BR /&gt;&lt;BR /&gt;Also, I need to position this little logo in the upper right corner.&lt;BR /&gt;&lt;BR /&gt;In short, how do I combine my PCL escape sequences with a logo (in PJL Postricpt format) to print everything on one page ?&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Sat, 12 Feb 2005 07:59:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479882#M66885</guid>
      <dc:creator>mike_695</dc:creator>
      <dc:date>2005-02-12T07:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a background logo/picture</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479883#M66886</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;Try to check what is in the file. The only method I know is to take the manual and reinterpret each PCL command. Try to delete all  PCL commands that are not needed. The picture commands is probably something like this:&lt;BR /&gt;&lt;BR /&gt;&lt;ESC&gt;*t#R - set resolution # is number of dots per inch&lt;BR /&gt;&lt;ESC&gt;*r#T - raster height # is the height&lt;BR /&gt;&lt;ESC&gt;*r#S - raster width&lt;BR /&gt;&lt;ESC&gt;*r#A - start graphics # is 1 or 0&lt;BR /&gt;&lt;ESC&gt;*b#W... - transfer raster data # is number of bytes&lt;BR /&gt;probably there are many &lt;ESC&gt;*b#W commands&lt;BR /&gt;&lt;ESC&gt;*rC - end raster graphics&lt;BR /&gt;&lt;BR /&gt;When you extract only the picture you can position it (see the macro example in the manual). Try to put the &lt;ESC&gt;&amp;amp;f0S (push cursor) yust after the &lt;ESC&gt;&amp;amp;f1y0X (see dougs post) and &lt;ESC&gt;&amp;amp;f1S (pop cursor) at the end just before &lt;ESC&gt;&amp;amp;f1X. This is because the cursor position is not saved when you call the macro. If this dont work you can position  the cursor at the begining of the page using the position command (see manual).&lt;BR /&gt;&lt;BR /&gt;Bojan&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;</description>
      <pubDate>Sat, 12 Feb 2005 09:56:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479883#M66886</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-02-12T09:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a background logo/picture</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479884#M66887</link>
      <description>Bojan,&lt;BR /&gt;&lt;BR /&gt;Unfortunately, as you can see from the attachment (using Notepad), this is actually POSTSCRIPT format.&lt;BR /&gt;In other words, there are no PCL commands.&lt;BR /&gt;It obviously prints as a whole page and I don't know how to force my text/report on the same page.&lt;BR /&gt;I'm fairly familiar with PCL commands, but not with Postscript.&lt;BR /&gt;&lt;BR /&gt;Would you know how to "tell" the printer not to eject the page after printing this logo (which is in the Postscript format) and to position itself at the beginning of the same page in order to let me print the report ?&lt;BR /&gt;&lt;BR /&gt;Is there an easy way to convert a JPEG image to RASTER format ?&lt;BR /&gt;&lt;BR /&gt;TIA Mike</description>
      <pubDate>Sun, 13 Feb 2005 00:47:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479884#M66887</guid>
      <dc:creator>mike_695</dc:creator>
      <dc:date>2005-02-13T00:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a background logo/picture</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479885#M66888</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;I am also not familiar with postscript.&lt;BR /&gt;&lt;BR /&gt;You can try to install a laserjet printer on yours M$ machine and print to file. One other method is to use ghostscript to convert postscript to PCL. I try this with the file you attached in the previous post. Now I am at home and have only a Linux system on hands but you can get ghostscript also for Windows and VMS.&lt;BR /&gt;&lt;BR /&gt;The ghostscript command was:&lt;BR /&gt;gs -sDEVICE=laserjet -sPAPERSIZE=legal -sOutputFile=t.pcl t.ps&lt;BR /&gt;&lt;BR /&gt;(t.ps is yours file without starting and ending PCL commands).&lt;BR /&gt;&lt;BR /&gt;I try to arange the file as you say (the logo is printed at the right top corner of the page). On my home DeskJet prints OK, but I can not print text at the beginning of the page, so I move the cursor after the logo. Maybe this will work on a PCL5 machine (DeskJet is PCL3) try to play with &lt;ESC&gt;&amp;amp;a0h540V command at the end of the attachment. On the DeskJet I also cant try the macro function (not supported) but I add the macro commands at the begining and end of the file.&lt;BR /&gt;&lt;BR /&gt;Bojan&lt;/ESC&gt;</description>
      <pubDate>Sun, 13 Feb 2005 05:18:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479885#M66888</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-02-13T05:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a background logo/picture</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479886#M66889</link>
      <description>Bojan,&lt;BR /&gt;&lt;BR /&gt;We are making some progress here now - Thank you !&lt;BR /&gt;&lt;BR /&gt;My immediate problem now is to find/install a postscript-to-pcl converter for Windows.&lt;BR /&gt;&lt;BR /&gt;The downloaded ScriptLogic does not quite work well on my Windows 2000 or XP workstation. I believe, I need to download some extra Scriptlogic drivers (perhaps PCL3)!?&lt;BR /&gt;&lt;BR /&gt;Pozdrav,&lt;BR /&gt;&lt;BR /&gt;Iskra Delta      janicmx@yahoo.com</description>
      <pubDate>Mon, 14 Feb 2005 06:14:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479886#M66889</guid>
      <dc:creator>mike_695</dc:creator>
      <dc:date>2005-02-14T06:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a background logo/picture</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479887#M66890</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;You can try with ghostscript (its GPL or AFPL):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cs.wisc.edu/~ghost/" target="_blank"&gt;http://www.cs.wisc.edu/~ghost/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;for direct download:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://sourceforge.net/project/showfiles.php?group_id=1897&amp;amp;package_id=108733&amp;amp;release_id=270066" target="_blank"&gt;https://sourceforge.net/project/showfiles.php?group_id=1897&amp;amp;package_id=108733&amp;amp;release_id=270066&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you want to run ghostscript on VMS the distribution is on the freeware CD:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/freeware/index.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/freeware/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Abbout PCL3, I dont know if macros are implemented int this PCL version. In PCL5 are.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Mon, 14 Feb 2005 08:58:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479887#M66890</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-02-14T08:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a background logo/picture</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479888#M66891</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;When you print the image to a file, print to a non-postscript HP LJ. Apparently, the printer driver you used was a postscript one.&lt;BR /&gt;&lt;BR /&gt; -Doug&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Feb 2005 18:17:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479888#M66891</guid>
      <dc:creator>Doug Phillips</dc:creator>
      <dc:date>2005-02-15T18:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a background logo/picture</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479889#M66892</link>
      <description>Bojan, Doug and others,&lt;BR /&gt;&lt;BR /&gt;I'm almost there - thank you !&lt;BR /&gt;Yes, I followed your advise and installed local PCL printer (HP 1200 PCL) on my XP.&lt;BR /&gt;Now, when I print my logo (in the attachment) to a file on an XP workstation, I get a PCL file which I can ftp to VAX and print it all right.&lt;BR /&gt;&lt;BR /&gt;However, I have a problem adding my PCL control sequences to the file.&lt;BR /&gt;&lt;BR /&gt;Actually, a mere opening of this PCL file with NOTEPAD and saving it back WITHOUT ANY CHANGES messes up the printout.&lt;BR /&gt;I tried this several times.&lt;BR /&gt;&lt;BR /&gt;Notepad is not supposed to add anything, yet the mere opening and saving the file back changes something !?&lt;BR /&gt;&lt;BR /&gt;All I want is to postion the cursor BELOW the logo to get it ready for the report.&lt;BR /&gt;&lt;BR /&gt;Any ideas / help ?&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Fri, 18 Feb 2005 09:54:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-print-a-background-logo-picture/m-p/3479889#M66892</guid>
      <dc:creator>mike_695</dc:creator>
      <dc:date>2005-02-18T09:54:21Z</dc:date>
    </item>
  </channel>
</rss>

