<?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>** No B_TT_Object record is available. (91)</title>
 <link>http://www.oehive.org/node/2018</link>
 <description>&lt;p&gt;Getting this error with the latest version of PDFInclude when using a PDF form template generated using OpenOffice 3.3.&lt;/p&gt;
&lt;p&gt;See attached files.&lt;/p&gt;
&lt;p&gt;{pdf/pdf_inc.i &quot;THIS-PROCEDURE&quot;}&lt;br /&gt;
RUN pdf_new (&quot;Spdf&quot;,&quot;test.pdf&quot;).&lt;br /&gt;
RUN pdf_open_PDF(&quot;Spdf&quot;,&quot;ooform.pdf&quot;,&quot;OO&quot;).&lt;br /&gt;
RUN pdf_new_page(&quot;Spdf&quot;).&lt;br /&gt;
RUN pdf_use_PDF_page(&quot;Spdf&quot;,&quot;OO&quot;,1).&lt;br /&gt;
RUN pdf_fill_text(&quot;Spdf&quot;,&quot;Field1&quot;,&quot;12345&quot;,&quot;&quot;).&lt;br /&gt;
RUN pdf_fill_text(&quot;Spdf&quot;,&quot;Field2&quot;,&quot;ABCDE&quot;,&quot;&quot;).&lt;br /&gt;
RUN pdf_close(&quot;Spdf&quot;).&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;</description>
 <comments>http://www.oehive.org/node/2018#comments</comments>
 <enclosure url="http://www.oehive.org/files/issues/ooform.pdf" length="16252" type="application/pdf" />
 <group domain="http://www.oehive.org/pdfinclude">PDF Include</group>
 <pubDate>Wed, 14 Sep 2011 17:17:24 +0000</pubDate>
 <dc:creator>zaphod</dc:creator>
 <guid isPermaLink="false">2018 at http://www.oehive.org</guid>
</item>
<item>
 <title>Encrypting an existing PDF file</title>
 <link>http://www.oehive.org/node/2173</link>
 <description>&lt;p&gt;Hi,&lt;br /&gt;
  Good Afternoon.&lt;br /&gt;
I am trying to encrypt an existing PDF file using the below code that was part of the PDFInclude project i have downloaded from this site. &lt;/p&gt;
&lt;p&gt;I assume, after the end of the program, the output file &#039;hello-encrypt.pdf&#039; supposed to be encrypted. But the file can be opened without any password. &lt;/p&gt;
&lt;p&gt;Can you please help me?&lt;/p&gt;
&lt;p&gt;Also, Is there anyway we can open an encrypted PDF document using 4GL commands. &lt;/p&gt;
&lt;p&gt;I greately appreciate anyhelp that you can provide. &lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Satish.&lt;/p&gt;
&lt;p&gt;**************************&lt;br /&gt;
{ pdf_inc.i &quot;NOT SUPER&quot;}&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/2173&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/2173#comments</comments>
 <group domain="http://www.oehive.org/pdfinclude">PDF Include</group>
 <pubDate>Mon, 20 May 2013 17:08:40 +0000</pubDate>
 <dc:creator>Penkala</dc:creator>
 <guid isPermaLink="false">2173 at http://www.oehive.org</guid>
</item>
<item>
 <title>Use template PDF file multiple times.</title>
 <link>http://www.oehive.org/node/2227</link>
 <description>&lt;p&gt;I have a Invoice PF template that I use for generating digital invoices to be e-mailed to our clients.&lt;br /&gt;
I have an performance issue, because of the loading of the pdf template.&lt;/p&gt;
&lt;p&gt;For every invoice I want to generate, the PDF template is loaded. After issuing a pdf_close, the temp tables containing the template information are cleared and I have to reload the template file.&lt;/p&gt;
&lt;p&gt;Is it possible to issue a pdf_close, so the pdf-invoice is written to disk and then continue with the next invoice by using pdf_new?&lt;br /&gt;
But WITHOUT having to load the template file again.&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;</description>
 <comments>http://www.oehive.org/node/2227#comments</comments>
 <group domain="http://www.oehive.org/pdfinclude">PDF Include</group>
 <pubDate>Thu, 17 Apr 2014 14:42:26 +0000</pubDate>
 <dc:creator>wvdgraaf</dc:creator>
 <guid isPermaLink="false">2227 at http://www.oehive.org</guid>
</item>
<item>
 <title>Certain Win7 clients failing to create workable PDF files using PDFInclude</title>
 <link>http://www.oehive.org/node/2301</link>
 <description>&lt;p&gt;I have two different users running the same PDFInclude app both on Win7 and Progress 9.1C.  One works fine the other gets to a point that I cannot tell how far and the Progress app dies very ungracefully (just stops responding) and when you try to open the PDF file Adobe just says, &quot;There was an error opening this document. The file was damaged and could not be repaired.&quot; I have attached both example PDF files to this issue.  The &quot;bad&quot; PDF files always ends up being 15.79 KB in size.  I can open them both using notepad.&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/2301&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/2301#comments</comments>
 <enclosure url="http://www.oehive.org/files/issues/bomemailpetrelli.n0624201537716.pdf" length="16169" type="application/pdf" />
 <group domain="http://www.oehive.org/pdfinclude">PDF Include</group>
 <pubDate>Wed, 24 Jun 2015 18:42:03 +0000</pubDate>
 <dc:creator>jeanjump</dc:creator>
 <guid isPermaLink="false">2301 at http://www.oehive.org</guid>
</item>
<item>
 <title>PDFInclude Template with Form Fields</title>
 <link>http://www.oehive.org/node/2036</link>
 <description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I have used PDFinclude for over a year now. I have used templates successfully. I now however cannot get the pdf template to work when creating form fields through adobe acrobat pro.&lt;/p&gt;
&lt;p&gt;I am generating a pdf through open office. I then use this pdf in adobe acrobat pro and create a single form text field and then save this as a adobe acrobat 4.0 and later file. I have attached the file and code. Any help would be much appreciated. I am using progress 10.2b i am still using the older of the two pdfincludes (is it v3?).&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Scott&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;</description>
 <comments>http://www.oehive.org/node/2036#comments</comments>
 <enclosure url="http://www.oehive.org/files/issues/tester.pdf" length="7135" type="application/pdf" />
 <group domain="http://www.oehive.org/pdfinclude">PDF Include</group>
 <pubDate>Thu, 10 Nov 2011 14:54:13 +0000</pubDate>
 <dc:creator>xscottehx</dc:creator>
 <guid isPermaLink="false">2036 at http://www.oehive.org</guid>
</item>
<item>
 <title>Attempt to write to closed stream S_pdf_out. (1387)</title>
 <link>http://www.oehive.org/node/2217</link>
 <description>&lt;p&gt;I am looking into using PDFInclude. I am just trying to run an example from the documentation - &quot;Text.p&quot; - Text Positioning example and I get the above message. I then get c:\temp\GqBoldcaVcjmlYKz-Content-1.txt already has a conflicting use. (99).&lt;/p&gt;
&lt;p&gt;Can anyone help me please? I am sure I have the latest version.&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;</description>
 <comments>http://www.oehive.org/node/2217#comments</comments>
 <group domain="http://www.oehive.org/pdfinclude">PDF Include</group>
 <pubDate>Tue, 04 Feb 2014 11:35:14 +0000</pubDate>
 <dc:creator>Annie</dc:creator>
 <guid isPermaLink="false">2217 at http://www.oehive.org</guid>
</item>
<item>
 <title>Error 5893 when trying to send PDF to printer</title>
 <link>http://www.oehive.org/node/2178</link>
 <description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;I am having an issue trying to print a file that was created with PDFInclude.  I am getting error 5893 &quot;The automation server for AcroExch.App is not registered properly&quot;.  This worked until we upgraded Adobe to &quot;xi&quot;.&lt;/p&gt;
&lt;p&gt;The error is occurring in the CREATE &quot;AcroExch.App&quot; statement.  I am using OpenEdge version 10 - character mode.&lt;/p&gt;
&lt;p&gt;The print program is attached to this issue.&lt;/p&gt;
&lt;p&gt;I would appreciate any help anyone can provide me.&lt;/p&gt;
&lt;p&gt;Jim&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;</description>
 <comments>http://www.oehive.org/node/2178#comments</comments>
 <enclosure url="http://www.oehive.org/files/issues/Printpdf.p" length="3883" type="text/x-pascal" />
 <group domain="http://www.oehive.org/pdfinclude">PDF Include</group>
 <pubDate>Sat, 20 Jul 2013 02:18:02 +0000</pubDate>
 <dc:creator>jmaynar8</dc:creator>
 <guid isPermaLink="false">2178 at http://www.oehive.org</guid>
</item>
<item>
 <title>external PDF created in MS Word</title>
 <link>http://www.oehive.org/node/1815</link>
 <description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I can import PDF&#039;s i have created using PDFinc however the minute i try and use MS word and safe it as a PDF through a PDF converter it does then not allow me to use this PDF. Is it because i am using Word 2007 or perhaps because i havent used adobe distiller. Any help would be great.&lt;/p&gt;
&lt;p&gt;The messages i get are:&lt;/p&gt;
&lt;p&gt;&#039;Could not load DLL procedure zlib1.dll. (3258)&#039;&lt;br /&gt;
&#039;**c:\OpenEdge\WRk\Inv-12-0.txt was not found. (293)&#039;&lt;br /&gt;
&#039;**c:\OpenEdge\WRk\Inv-17-0.txt was not found. (293)&#039;&lt;br /&gt;
&#039;**c:\OpenEdge\WRk\Inv1.txt was not found. (293)&#039;&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/1815&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/1815#comments</comments>
 <group domain="http://www.oehive.org/pdfinclude">PDF Include</group>
 <pubDate>Thu, 22 Jul 2010 10:19:35 +0000</pubDate>
 <dc:creator>xscottehx</dc:creator>
 <guid isPermaLink="false">1815 at http://www.oehive.org</guid>
</item>
<item>
 <title>Problem with pdf_user_PDF_Page</title>
 <link>http://www.oehive.org/node/2119</link>
 <description>&lt;p&gt;I have just started using PDF Include and I am trying to use a PDF Template. However, I am getting the error &quot;pdf_use_PDF_Page Invalid Page #&quot;. The code I am using is:&lt;br /&gt;
RUN pdf_new (&quot;Spdf&quot;, &quot;TestInvoice.pdf&quot;).&lt;/p&gt;
&lt;p&gt;RUN pdf_open_PDF(&quot;Spdf&quot;, &quot;C:\InvoiceTemplate.pdf&quot;, &quot;PO&quot;).&lt;br /&gt;
RUN pdf_new_page (&quot;Spdf&quot;).&lt;br /&gt;
RUN pdf_use_PDF_page (&quot;Spdf&quot;,&quot;PO&quot;, 1).&lt;br /&gt;
.....&lt;br /&gt;
I am sure there is something obvious that I am missing, but I would appreciate any pointers.&lt;br /&gt;
OE 10.2B on Windows 7.&lt;/p&gt;
&lt;p&gt;Regards&lt;br /&gt;
Brian&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;</description>
 <comments>http://www.oehive.org/node/2119#comments</comments>
 <group domain="http://www.oehive.org/pdfinclude">PDF Include</group>
 <pubDate>Mon, 18 Jun 2012 11:43:55 +0000</pubDate>
 <dc:creator>brian.ratter</dc:creator>
 <guid isPermaLink="false">2119 at http://www.oehive.org</guid>
</item>
<item>
 <title>use of pdfinclude with predefined templates on Solaris</title>
 <link>http://www.oehive.org/node/2127</link>
 <description>&lt;p&gt;hi, i just download pdfinclude v3.3.3 because i need to fill a pdf template in 4GL, but the next errors appers when i run a test.&lt;/p&gt;
&lt;p&gt;** &quot;/hop01/users/hopahv/BOL1.txt&quot; was not found. (293)&lt;br /&gt;
Put/Get functions not allowed on uninitialized memory. (2914)&lt;/p&gt;
&lt;p&gt;Could not open Dynamic Library: /usr/lib/libz.so.1 (8013)&lt;br /&gt;
DLL Error : ld.so.1: _progres: fatal: /usr/lib/libz.so.1: wrong ELF class:&lt;/p&gt;
&lt;p&gt;The programa code:&lt;br /&gt;
{pdf_inc.i}&lt;br /&gt;
RUN pdf_new (&quot;Spdf&quot;,&quot;/hop01/users/hopmfg/BOLFill.pdf&quot;).&lt;br /&gt;
RUN pdf_open_PDF (&quot;Spdf&quot;,&quot;/hop01/users/hopmfg/POForm6.pdf&quot;,&quot;BOL&quot;).&lt;br /&gt;
RUN pdf_new_page (&quot;Spdf&quot;).&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/2127&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/2127#comments</comments>
 <group domain="http://www.oehive.org/pdfinclude">PDF Include</group>
 <pubDate>Tue, 24 Jul 2012 17:05:21 +0000</pubDate>
 <dc:creator>ahinvaz</dc:creator>
 <guid isPermaLink="false">2127 at http://www.oehive.org</guid>
</item>
<item>
 <title>Barcodes have whitespace (gaps) between sections which parallel spaces between words in the text values</title>
 <link>http://www.oehive.org/node/2130</link>
 <description>&lt;p&gt;I have attached a program listing and output pdf to show what my issue is.&lt;/p&gt;
&lt;p&gt;I used the Code39 font which was included with PDFinclude, but also had the same result with a Code128b font.&lt;/p&gt;
&lt;p&gt;I need to know if there is a way to print the barcode without the gaps.&lt;/p&gt;
&lt;p&gt;Also, is there a way to print the text value in the barcode (see sample.png attachment)?&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;</description>
 <comments>http://www.oehive.org/node/2130#comments</comments>
 <enclosure url="http://www.oehive.org/files/issues/HelloWorld.p" length="624" type="text/x-pascal" />
 <group domain="http://www.oehive.org/pdfinclude">PDF Include</group>
 <pubDate>Thu, 09 Aug 2012 17:07:10 +0000</pubDate>
 <dc:creator>mhaglund</dc:creator>
 <guid isPermaLink="false">2130 at http://www.oehive.org</guid>
</item>
<item>
 <title>Help required with pdf_merge_stream with multi-page documents</title>
 <link>http://www.oehive.org/node/2128</link>
 <description>&lt;p&gt;Hello all&lt;/p&gt;
&lt;p&gt;I am having problems merging multi-page documents onto one document using pdf_merge_stream. Be grateful if someone could let me know if this is a bug, or if I&#039;m doing something wrong.&lt;br /&gt;
Running OpenEdge 10.2B with pdfInclude 3.3.3&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;/node/667&quot; class=&quot;og_links&quot;&gt;ABL(4GL) General Programming Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/2128&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/2128#comments</comments>
 <enclosure url="http://www.oehive.org/files/issues/summary.pdf" length="4268" type="application/pdf" />
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <pubDate>Tue, 31 Jul 2012 22:08:28 +0000</pubDate>
 <dc:creator>a.jackson@odyn.co.uk</dc:creator>
 <guid isPermaLink="false">2128 at http://www.oehive.org</guid>
</item>
<item>
 <title>Adding a hyperlink to a PDF document</title>
 <link>http://www.oehive.org/node/2122</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have used PDFinclude to create PDF documents since last 6 years. I am using version 3.2. How do I add a hyperlink to a PDF document? For example, lets say I have the following paragraph:&lt;/p&gt;
&lt;p&gt;&quot;Microsoft releases Surface, a tablet that competes directly with Apple&#039;s iPad.&quot;&lt;/p&gt;
&lt;p&gt;Now, I&#039;d like to make Microsoft point to &lt;a href=&quot;http://www.microsoft.com&quot; title=&quot;www.microsoft.com&quot;&gt;www.microsoft.com&lt;/a&gt; and Surface point to &lt;a href=&quot;http://www.surface.com&quot; title=&quot;www.surface.com&quot;&gt;www.surface.com&lt;/a&gt;. How can I do that? Does PDFinclude support have that capabilities?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Joe&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;</description>
 <comments>http://www.oehive.org/node/2122#comments</comments>
 <group domain="http://www.oehive.org/pdfinclude">PDF Include</group>
 <pubDate>Tue, 10 Jul 2012 23:06:58 +0000</pubDate>
 <dc:creator>joehansen</dc:creator>
 <guid isPermaLink="false">2122 at http://www.oehive.org</guid>
</item>
<item>
 <title>Use of Fonts in PDFInclude form fields</title>
 <link>http://www.oehive.org/node/2037</link>
 <description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;Is there anyway to change the font type when using Open office to create form fields. I can only seem to get one font and change the size. This makes it difficult if i want to highlight a value in bold.&lt;/p&gt;
&lt;p&gt;I am Using OO 3.1 and the lastest version of PDF Include.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Scott&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;</description>
 <comments>http://www.oehive.org/node/2037#comments</comments>
 <group domain="http://www.oehive.org/pdfinclude">PDF Include</group>
 <pubDate>Mon, 14 Nov 2011 12:21:32 +0000</pubDate>
 <dc:creator>xscottehx</dc:creator>
 <guid isPermaLink="false">2037 at http://www.oehive.org</guid>
</item>
<item>
 <title>PDF template on UNIX AIX</title>
 <link>http://www.oehive.org/node/2033</link>
 <description>&lt;p&gt;Hi everyone,&lt;/p&gt;
&lt;p&gt;I&#039;m new to PDF Include.&lt;br /&gt;
I test it on Windows and it seems to work nice.&lt;/p&gt;
&lt;p&gt;But now, I&#039;m trying to make the same on UNIX AIX : generating a pdf by filling the fields of an existing PDF Template (the same one used under Windows).&lt;/p&gt;
&lt;p&gt;Everything seems to work nice with the data I added by Progress, but the data existing in the PDF Template does not appear in the PDF result.&lt;br /&gt;
When I open the file I got the Acrobat message &quot;XObject not found : BV1.&quot;, where &quot;BV1&quot; is the page Ident in teh PDF template.&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/2033&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/2033#comments</comments>
 <group domain="http://www.oehive.org/pdfinclude">PDF Include</group>
 <pubDate>Fri, 28 Oct 2011 16:09:32 +0000</pubDate>
 <dc:creator>aelo</dc:creator>
 <guid isPermaLink="false">2033 at http://www.oehive.org</guid>
</item>
<item>
 <title>pdf_text_xy cannot be zero!!</title>
 <link>http://www.oehive.org/node/2019</link>
 <description>&lt;p&gt;Please could someone assist. I am really new to PDF and Progress so am hoping that someone can help me. Creating PDF from progress I get the above error and am then unable to open the PDF as it says that it is damaged. Anyone know what the problem is.&lt;/p&gt;
&lt;p&gt;PLEASE OH PLEASE HELP THE NEWBIE!!&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;</description>
 <comments>http://www.oehive.org/node/2019#comments</comments>
 <group domain="http://www.oehive.org/pdfinclude">PDF Include</group>
 <pubDate>Thu, 15 Sep 2011 18:29:31 +0000</pubDate>
 <dc:creator>Nadine</dc:creator>
 <guid isPermaLink="false">2019 at http://www.oehive.org</guid>
</item>
<item>
 <title>Is zlib.dll always required?..</title>
 <link>http://www.oehive.org/node/2014</link>
 <description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;I&#039;m having little difficulties using zlib.dll in our product, because I install it to different types of environments and it would be perfect if I could use just clean progress-code (not any unix/windows libraries etc).&lt;/p&gt;
&lt;p&gt;I have no need to compress/uncomress or crypt files, so I beleave it would be somehow possible to get rid of that dll library&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;/p&gt;
&lt;p&gt;brgds&lt;br /&gt;
Risto Järvinen&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;/node/667&quot; class=&quot;og_links&quot;&gt;ABL(4GL) General Programming Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.oehive.org/node/2014#comments</comments>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <pubDate>Wed, 31 Aug 2011 12:45:19 +0000</pubDate>
 <dc:creator>ristojj</dc:creator>
 <guid isPermaLink="false">2014 at http://www.oehive.org</guid>
</item>
<item>
 <title>Unable to Printing PDF file created by PDF_new using postscript</title>
 <link>http://www.oehive.org/node/2002</link>
 <description>&lt;p&gt;When printing a PDF file created by PDF_new using postscript&lt;/p&gt;
&lt;p&gt;   **** Warning: xref subsection header has extra characters.&lt;br /&gt;
   **** Warning:  An error occurred while reading an XREF table.&lt;br /&gt;
   **** The file has been damaged.  This may have been caused&lt;br /&gt;
   **** by a problem while converting or transfering the file.&lt;br /&gt;
   **** Ghostscript will attempt to recover the data.&lt;br /&gt;
   **** Warning:  There are objects with matching object and generation&lt;br /&gt;
   **** numbers.  The accuracy of the resulting image is unknown.&lt;/p&gt;
&lt;p&gt;   **** This file had errors that were repaired or ignored.&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;/node/194&quot; class=&quot;og_links&quot;&gt;Hive group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/2002&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/2002#comments</comments>
 <group domain="http://www.oehive.org/node/194">Hive group</group>
 <pubDate>Wed, 27 Jul 2011 23:24:38 +0000</pubDate>
 <dc:creator>jonathan.kong@racq.com.au</dc:creator>
 <guid isPermaLink="false">2002 at http://www.oehive.org</guid>
</item>
<item>
 <title>Using existing pdf page with image.</title>
 <link>http://www.oehive.org/node/886</link>
 <description>&lt;p&gt;I am using PDFInclude to generate pdf files. I have PDF templates with form fields and images. I created PDF template from word document and placed images on PDF file by TouchUp object Tool.&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/886&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/886#comments</comments>
 <group domain="http://www.oehive.org/pdfinclude">PDF Include</group>
 <pubDate>Tue, 12 Jun 2007 16:53:29 +0000</pubDate>
 <dc:creator>kv_ramesh_babu</dc:creator>
 <guid isPermaLink="false">886 at http://www.oehive.org</guid>
</item>
<item>
 <title>uninitialized MEMPTR error</title>
 <link>http://www.oehive.org/node/1931</link>
 <description>&lt;p&gt;I am creating 800 invoices in a batch which inserts one external pdf page in each invoice. after about 250 I get the following error: &quot;DLL procedure uncompress pdf_inc.p using an uninitialized MEMPTR. (3233)&quot;.  After a ctrl-c it took a long time for it to go back to the login screen.  I logged back in and got the error on the first invoice.  I logged out of my terminal session, started a new one and could restart the process.  It gets the error on the same invoice on a full run.  I printed a small batch including the invoice it crashed on and it worked fine. Progress 91E on AIX.&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;</description>
 <comments>http://www.oehive.org/node/1931#comments</comments>
 <group domain="http://www.oehive.org/pdfinclude">PDF Include</group>
 <pubDate>Wed, 16 Mar 2011 18:11:21 +0000</pubDate>
 <dc:creator>pete</dc:creator>
 <guid isPermaLink="false">1931 at http://www.oehive.org</guid>
</item>
</channel>
</rss>
