<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.oehive.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>The OpenEdge Hive - issues for PDF Include project</title>
 <link>http://www.oehive.org/project/issues</link>
 <description>Software development from an OpenEdge point of view. OE Hive provides open-source projects, freeware, wiki, forums, and other services.</description>
 <language>oehive</language>
<item>
 <title>Last Line of File Printing Twice with PDF Include</title>
 <link>http://www.oehive.org/node/1900</link>
 <description>&lt;p&gt;If I use this code in a Progress program:&lt;br /&gt;
  RUN pdf_new (&quot;Spdf&quot;, &quot;po5081.pdf&quot;).&lt;br /&gt;
  RUN pdf_set_Orientation (&quot;Spdf&quot;, &quot;Landscape&quot;).&lt;br /&gt;
  RUN pdf_set_LeftMargin (&quot;Spdf&quot;, &quot;10&quot;).&lt;br /&gt;
  RUN pdf_set_PageWidth (&quot;Spdf&quot;, 975).&lt;br /&gt;
  RUN pdf_new_page (&quot;Spdf&quot;).&lt;br /&gt;
  INPUT FROM &quot;/home/mbarnosk/marcs/pdf5081.txt&quot; NO-ECHO.&lt;br /&gt;
    REPEAT:&lt;br /&gt;
      IMPORT UNFORMATTED v-line.&lt;br /&gt;
      RUN pdf_text (&quot;Spdf&quot;, v-line).&lt;br /&gt;
      RUN pdf_skip (&quot;Spdf&quot;).&lt;br /&gt;
    END.&lt;br /&gt;
  INPUT CLOSE.&lt;br /&gt;
  RUN pdf_close (&quot;Spdf&quot;).&lt;/p&gt;
&lt;p&gt;The last line of the INPUT file comes out twice in the .pdf file.&lt;/p&gt;
&lt;p&gt;To correct this I did this:&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/pdfinclude&quot; class=&quot;og_links&quot;&gt;PDF Include&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/1900&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/1900#comments</comments>
 <group domain="http://www.oehive.org/pdfinclude">PDF Include</group>
 <pubDate>Thu, 13 Jan 2011 21:52:01 +0000</pubDate>
 <dc:creator>mikeba296</dc:creator>
 <guid isPermaLink="false">1900 at http://www.oehive.org</guid>
</item>
</channel>
</rss>
