 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: V5R4 Screen print problem</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/v5r4-screen-print-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/v5r4-screen-print-problem/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 05:16:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/v5r4-screen-print-problem/#comment-56033</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Fri, 29 Aug 2008 19:08:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-56033</guid>
		<description><![CDATA[It&#039;s in the landscape - the codes that I used were for my HP printer you will need to use
codes for your printer which would be found near the bottom of the page.

Must 1. create a macro at the top 
and  2.  include the macro included in the startup

    as in: START_JOB=CUL CBP EC1 SFO                 

I added the SFO macro to the START_JOB list.

Phil]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s in the landscape &#8211; the codes that I used were for my HP printer you will need to use<br />
codes for your printer which would be found near the bottom of the page.</p>
<p>Must 1. create a macro at the top<br />
and  2.  include the macro included in the startup</p>
<p>    as in: START_JOB=CUL CBP EC1 SFO                 </p>
<p>I added the SFO macro to the START_JOB list.</p>
<p>Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tjgm88</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/v5r4-screen-print-problem/#comment-55996</link>
		<dc:creator>tjgm88</dc:creator>
		<pubDate>Fri, 29 Aug 2008 00:19:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-55996</guid>
		<description><![CDATA[Hi Phil,
Thanks for your assistance in this matter.  I followed your instructions to the letter, but still no joy.  What resulted was still a portrait print but with smaller font.  Surviving with the portrait prints, but the users will enventually be on my back, because before V5R3, on V5R1, they were able to print landscape.]]></description>
		<content:encoded><![CDATA[<p>Hi Phil,<br />
Thanks for your assistance in this matter.  I followed your instructions to the letter, but still no joy.  What resulted was still a portrait print but with smaller font.  Surviving with the portrait prints, but the users will enventually be on my back, because before V5R3, on V5R1, they were able to print landscape.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/v5r4-screen-print-problem/#comment-55867</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Thu, 21 Aug 2008 20:00:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-55867</guid>
		<description><![CDATA[You&#039;re right the PDT sets these values.
But you can modify the PDT .. actually you modify the PDF and then create the PDT

Here is where my .PDT and PDF files exist
C:\Program Files\IBM\Client Access\Emulator\PdfPdt

Copy the .PDF file you&#039;re using, giving it a new name &lt;- we don&#039;t want to screw up a pretty good file.
I was using hppcl5.pdf so I made a copy hppcl52.pdf

Open the new pdf with word pad 

Go down to the session parameters
Change DEFAULT_CPI?=010 to 017
Change DEFAULT_LPI?=006 TO 008
Change MAXIMUM_PRINT_POSITION=132     

Getting Landscape was a little tricker - for my HP printer
    Landscape was listed as 1B 26 6C 31 4F     /* LANDSCAPE */
   Two steps were needed
   1. Top section of PDF create a new MACRO -- if you already have a landscape macro, skip
         SFO              EQU 1B 26 6C 31 4F     /* LANDSCAPE */
   2. Add landscape macro to the startjob

Save your new file
New go to File Printer Setup
  Check Use PDT 
  Select PDT button
      Convert PDF ...
      Find your PDF and Convert Button
        check report for good convert
     Close the convert window
     Select your new pdt     
    Select your printer]]></description>
		<content:encoded><![CDATA[<p>You&#8217;re right the PDT sets these values.<br />
But you can modify the PDT .. actually you modify the PDF and then create the PDT</p>
<p>Here is where my .PDT and PDF files exist<br />
C:\Program Files\IBM\Client Access\Emulator\PdfPdt</p>
<p>Copy the .PDF file you&#8217;re using, giving it a new name &lt;- we don&#8217;t want to screw up a pretty good file.<br />
I was using hppcl5.pdf so I made a copy hppcl52.pdf</p>
<p>Open the new pdf with word pad </p>
<p>Go down to the session parameters<br />
Change DEFAULT_CPI?=010 to 017<br />
Change DEFAULT_LPI?=006 TO 008<br />
Change MAXIMUM_PRINT_POSITION=132     </p>
<p>Getting Landscape was a little tricker &#8211; for my HP printer<br />
    Landscape was listed as 1B 26 6C 31 4F     /* LANDSCAPE */<br />
   Two steps were needed<br />
   1. Top section of PDF create a new MACRO &#8212; if you already have a landscape macro, skip<br />
         SFO              EQU 1B 26 6C 31 4F     /* LANDSCAPE */<br />
   2. Add landscape macro to the startjob</p>
<p>Save your new file<br />
New go to File Printer Setup<br />
  Check Use PDT<br />
  Select PDT button<br />
      Convert PDF &#8230;<br />
      Find your PDF and Convert Button<br />
        check report for good convert<br />
     Close the convert window<br />
     Select your new pdt<br />
    Select your printer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tjgm88</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/v5r4-screen-print-problem/#comment-55840</link>
		<dc:creator>tjgm88</dc:creator>
		<pubDate>Wed, 20 Aug 2008 22:07:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-55840</guid>
		<description><![CDATA[When Printer Setup selected, set-up button is only availabale when PDT is unselected..

Page Setup is not available when PDT is selected.  When PDT is unselected, screen print only prints lines and not screen contents.]]></description>
		<content:encoded><![CDATA[<p>When Printer Setup selected, set-up button is only availabale when PDT is unselected..</p>
<p>Page Setup is not available when PDT is selected.  When PDT is unselected, screen print only prints lines and not screen contents.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.024 seconds using memcached
Object Caching 310/313 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 05:50:43 -->