Have you heard about using FDF or XFDF (xml version)  with PDF's
before? I've done this before although with creating either the FDF or
XFDF data with PHP and then passing that data into a PDF, populating
the fields in the PDF. Although the only downside with that I could
never actually merge the data and the PDF together; the only way that
was possible was to have Adobe Professional and save as... I did find
one solution though was to use iText (<a href="http://www.lowagie.com/iText/">http://www.lowagie.com/iText/</a>)
which is a Java program that will take either FDF or XPDF and merge the
data with a PDF. I know it's not PHP, but it was the software that I
found that would merge the data and PDF together.<br>
<br>
Justin<br>
<br><br><div><span class="gmail_quote">On 9/21/05, <b class="gmail_sendername">Dave J. Hala Jr.</b> &lt;<a href="mailto:dave@58ghz.net">dave@58ghz.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
That seems to be the general process. My problem is that the PDF I want<br>to build has a level of formatting that is beyond what I can do with<br>htmldoc.<br><br>Htmldoc is really fast, and works really well, but it has limits.
<br><br>On Wed, 2005-09-21 at 06:50, laith wrote:<br>&gt; The only thing we are doing as far as that goes is dynamically building<br>&gt; the pdf with the data built in.<br>&gt;<br>&gt; I am not familiar with a way to pass data into a pdf as you mention.
<br>&gt; Doesn't mean you can't, I've just never heard of it.<br>&gt;<br>&gt; laith<br>&gt;<br>&gt; Dave J. Hala Jr. wrote:<br>&gt; &gt; I have an application that I populate with data from a table. Basically,<br>&gt; &gt; I read the data from a table and create an html page, then I use htmldoc
<br>&gt; &gt; to convert it into a pdf.<br>&gt; &gt;<br>&gt; &gt; I'd like to try something differant. I remember seeing something<br>&gt; &gt; somewhere that allowed you to create a pdf, then populate the PDF by<br>&gt; &gt; passing the data to it as parameters.
<br>&gt; &gt;<br>&gt; &gt; Does anyone do this?&nbsp;&nbsp;What tools are you using?<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; :) Dave<br>&gt;<br>&gt; _______________________________________________<br>&gt; ciapug mailing list<br>&gt; 
<a href="mailto:ciapug@cialug.org">ciapug@cialug.org</a><br>&gt; <a href="http://cialug.org/mailman/listinfo/ciapug">http://cialug.org/mailman/listinfo/ciapug</a><br>--<br><br>Open Source Information Systems, Inc. (OSIS)<br>
Dave J. Hala Jr., President &lt;<a href="mailto:dave@osis.us">dave@osis.us</a>&gt;<br>641.485.1606<br><br>_______________________________________________<br>ciapug mailing list<br><a href="mailto:ciapug@cialug.org">ciapug@cialug.org
</a><br><a href="http://cialug.org/mailman/listinfo/ciapug">http://cialug.org/mailman/listinfo/ciapug</a><br></blockquote></div><br>