[ciapug] Re: PDF's
Dave J. Hala Jr.
dave at 58ghz.net
Wed Sep 21 14:10:42 CDT 2005
Here's what I've "discovered" so far.
-I need to use Adobe Acrobat professional to create "fillable" pdf
forms.
-I need to use to "PDF form filling and flattening tool" to fill the
forms. (http://www.pdf-tools.com/asp/products.asp?name=FF)
I think it I'll need implement it this way:
1. PHP script loads to user data from the db
2. PHP scripts passes the data on the command line to form filler
3. the user displays or downloads the filled form...
It might just work... Hopefully, I'll be able to get started on it mid
Oct..
:) Dave
-
On Wed, 2005-09-21 at 12:23, Jennifer Harvey wrote:
> I have played a bit with a php pdf class located on sourceforge
> (http://sourceforge.net/projects/pdf-php/). I don't know if it has what
> you are looking for, but it may be worth checking out.
>
> >>> ciapug-request at cialug.org 9/21/2005 12:00 PM >>>
> Send ciapug mailing list submissions to
> ciapug at cialug.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://cialug.org/mailman/listinfo/ciapug
> or, via email, send a message with subject or body 'help' to
> ciapug-request at cialug.org
>
> You can reach the person managing the list at
> ciapug-owner at cialug.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of ciapug digest..."
>
>
> Today's Topics:
>
> 1. PDF's (Dave J. Hala Jr.)
> 2. Re: PDF's (laith)
> 3. Re: PDF's (Dave J. Hala Jr.)
> 4. Re: PDF's (Justin Cook)
> 5. Re: PDF's (David Champion)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 21 Sep 2005 05:28:53 -0500
>
> "CONFIDENTIALITY NOTICE: This communication, including any attachments, may contain confidential information and is intended only for the individual or entity to whom it is addressed. Any review, dissemination, or copying of this communication by anyone other than the intended recipient is strictly prohibited. If you are not the intended recipient, please contact the sender by reply email and delete and destroy all copies of the original message."
>
> ______________________________________________________________________
> From: Dave J. Hala Jr. <dave at 58ghz.net>
> To: PHP List <ciapug at cialug.org>
> Subject: [ciapug] PDF's
> Date: Wed, 21 Sep 2005 12:28:33 -0500
>
> I have an application that I populate with data from a table.
> Basically,
> I read the data from a table and create an html page, then I use
> htmldoc
> to convert it into a pdf.
>
> I'd like to try something differant. I remember seeing something
> somewhere that allowed you to create a pdf, then populate the PDF by
> passing the data to it as parameters.
>
> Does anyone do this? What tools are you using?
>
>
> :) Dave
> --
>
> Open Source Information Systems, Inc. (OSIS)
> Dave J. Hala Jr., President <dave at osis.us>
> 641.485.1606
>
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 21 Sep 2005 06:50:29 -0500
>
> ______________________________________________________________________
> From: laith <laith at prestonfam.org>
> To: ciapug at cialug.org
> Subject: Re: [ciapug] PDF's
> Date: Wed, 21 Sep 2005 12:28:33 -0500
>
> The only thing we are doing as far as that goes is dynamically building
>
> the pdf with the data built in.
>
> I am not familiar with a way to pass data into a pdf as you mention.
> Doesn't mean you can't, I've just never heard of it.
>
> laith
>
> Dave J. Hala Jr. wrote:
> > I have an application that I populate with data from a table.
> Basically,
> > I read the data from a table and create an html page, then I use
> htmldoc
> > to convert it into a pdf.
> >
> > I'd like to try something differant. I remember seeing something
> > somewhere that allowed you to create a pdf, then populate the PDF by
> > passing the data to it as parameters.
> >
> > Does anyone do this? What tools are you using?
> >
> >
> > :) Dave
>
>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 21 Sep 2005 06:58:13 -0500
>
> ______________________________________________________________________
> From: Dave J. Hala Jr. <dave at 58ghz.net>
> To: laith at prestonfam.org, PHP List <ciapug at cialug.org>
> Subject: Re: [ciapug] PDF's
> Date: Wed, 21 Sep 2005 12:28:33 -0500
>
> That seems to be the general process. My problem is that the PDF I
> want
> to build has a level of formatting that is beyond what I can do with
> htmldoc.
>
> Htmldoc is really fast, and works really well, but it has limits.
>
> On Wed, 2005-09-21 at 06:50, laith wrote:
> > The only thing we are doing as far as that goes is dynamically
> building
> > the pdf with the data built in.
> >
> > I am not familiar with a way to pass data into a pdf as you mention.
>
> > Doesn't mean you can't, I've just never heard of it.
> >
> > laith
> >
> > Dave J. Hala Jr. wrote:
> > > I have an application that I populate with data from a table.
> Basically,
> > > I read the data from a table and create an html page, then I use
> htmldoc
> > > to convert it into a pdf.
> > >
> > > I'd like to try something differant. I remember seeing something
> > > somewhere that allowed you to create a pdf, then populate the PDF
> by
> > > passing the data to it as parameters.
> > >
> > > Does anyone do this? What tools are you using?
> > >
> > >
> > > :) Dave
> >
> > _______________________________________________
> > ciapug mailing list
> > ciapug at cialug.org
> > http://cialug.org/mailman/listinfo/ciapug
--
Open Source Information Systems, Inc. (OSIS)
Dave J. Hala Jr., President <dave at osis.us>
641.485.1606
More information about the ciapug
mailing list