PDF Maker

I am looking for some software to create pdfs dynamically from php
pages.

Pages are php driven with mysql data tables which will be picked up.
Top and side menus are inserted into the page using includes and won't
appear in the pdf. Must be easy to configure, be able to use css,
recognise standard html features and also watermarks, headers, footers
and all the other paraphernalia to make it look good. Building a new
page using output buffering would be an ideal solution.

Does anyone have a favourite package or know of one. Not looking for a
freebie necessarily but happy to pay up to a few hundred pounds if
required.

I have searched the web, before anyone asks, but there doesn't seem to
be much out there.

Thanks John
John [ Do, 06 April 2006 19:19 ] [ ID #1263150 ]

Re: PDF Maker

http://sourceforge.net/projects/pdf-php

or google "php pdf" to find other solutions.
onedbguru [ Do, 06 April 2006 19:29 ] [ ID #1263152 ]

Re: PDF Maker

www.fpdf.org
zac.carey [ Do, 06 April 2006 19:42 ] [ ID #1263153 ]

Re: PDF Maker

http://sourceforge.net/projects/pdf-php

or google "php pdf" to find other solutions.
onedbguru [ Do, 06 April 2006 19:29 ] [ ID #1263225 ]

Re: PDF Maker

www.fpdf.org
zac.carey [ Do, 06 April 2006 19:42 ] [ ID #1263226 ]

Re: PDF Maker

On 6 Apr 2006 10:29:30 -0700, "no-1" <onedbguru [at] firstdbasource.com>
wrote:

>http://sourceforge.net/projects/pdf-php

Thanks for the suggestion but this seems to be a pdf page maker rather
than a converter (perhaps I should have been clearer). I already have
over 100 pages created from a mysql database. I don't really want to
create pdf commands to do the conversion at this stage.


>or google "php pdf" to find other solutions.

I have been Googling using those keywords and others for hours with no
luck, that's why I posted here.

Thanks again. Any other suggestion welcome.

John
John [ Sa, 08 April 2006 15:00 ] [ ID #1265943 ]

Re: PDF Maker

On 6 Apr 2006 10:42:11 -0700, "strawberry" <zac.carey [at] gmail.com>
wrote:

>www.fpdf.org

Thanks strawberry but this seems to do the same as no 1 suggested.

--
John
John [ Sa, 08 April 2006 15:02 ] [ ID #1265944 ]

Re: PDF Maker

On 6 Apr 2006 10:29:30 -0700, "no-1" <onedbguru [at] firstdbasource.com>
wrote:

>http://sourceforge.net/projects/pdf-php

Thanks for the suggestion but this seems to be a pdf page maker rather
than a converter (perhaps I should have been clearer). I already have
over 100 pages created from a mysql database. I don't really want to
create pdf commands to do the conversion at this stage.


>or google "php pdf" to find other solutions.

I have been Googling using those keywords and others for hours with no
luck, that's why I posted here.

Thanks again. Any other suggestion welcome.

John
John [ Sa, 08 April 2006 15:00 ] [ ID #1265993 ]

Re: PDF Maker

On 6 Apr 2006 10:42:11 -0700, "strawberry" <zac.carey [at] gmail.com>
wrote:

>www.fpdf.org

Thanks strawberry but this seems to do the same as no 1 suggested.

--
John
John [ Sa, 08 April 2006 15:02 ] [ ID #1265994 ]

Re: PDF Maker

htmldoc can produce pdfs's from html3.0 ok. But you end up having to
alter the html a little to get the best results.
fletch [ Do, 13 April 2006 19:40 ] [ ID #1273204 ]

Re: PDF Maker

John <yhqwasgo [at] d8mklotfu> writes:

> I am looking for some software to create pdfs dynamically from php
> pages.
>
> Pages are php driven with mysql data tables which will be picked up.
> Top and side menus are inserted into the page using includes and won't
> appear in the pdf. Must be easy to configure, be able to use css,
> recognise standard html features and also watermarks, headers, footers
> and all the other paraphernalia to make it look good. Building a new
> page using output buffering would be an ideal solution.
>
> Does anyone have a favourite package or know of one. Not looking for a
> freebie necessarily but happy to pay up to a few hundred pounds if
> required.
>
> I have searched the web, before anyone asks, but there doesn't seem to
> be much out there.
>

Saw you were looking for a 'converter' -- good luck on that!
If you decide you want to give the commands, we have some examples
of PDF creation, including source and a little tutorial at
http://www.thebook-demo.com/php

Hope that helps.
--
John
____________________________________________________________ _______
John Murtari Software Workshop Inc.
jmurtari [at] following domain 315.635-1968(x-211) "TheBook.Com" (TM)
http://thebook.com/
John Murtari [ Do, 13 April 2006 18:27 ] [ ID #1273305 ]

Re: PDF Maker

htmldoc can produce pdfs's from html3.0 ok. But you end up having to
alter the html a little to get the best results.
fletch [ Do, 13 April 2006 19:40 ] [ ID #1274374 ]

Re: PDF Maker

On Thu, 13 Apr 2006 12:27:30 -0400, John Murtari
<jmurtari [at] thebook.com> wrote:

>John <yhqwasgo [at] d8mklotfu> writes:
>
>> I am looking for some software to create pdfs dynamically from php
>> pages.
>>
>> Pages are php driven with mysql data tables which will be picked up.
>> Top and side menus are inserted into the page using includes and won't
>> appear in the pdf. Must be easy to configure, be able to use css,
>> recognise standard html features and also watermarks, headers, footers
>> and all the other paraphernalia to make it look good. Building a new
>> page using output buffering would be an ideal solution.
>>
>> Does anyone have a favourite package or know of one. Not looking for a
>> freebie necessarily but happy to pay up to a few hundred pounds if
>> required.
>>
>> I have searched the web, before anyone asks, but there doesn't seem to
>> be much out there.
>>
>
> Saw you were looking for a 'converter' -- good luck on that!
>If you decide you want to give the commands, we have some examples
>of PDF creation, including source and a little tutorial at
>http://www.thebook-demo.com/php
>
> Hope that helps.

Thanks John but the site (>100 pages) is nearly complete.

Not having much luck with a decent converter though, even to buy.

--
John
John [ Fr, 14 April 2006 14:32 ] [ ID #1274422 ]

Re: PDF Maker

John wrote:
> I am looking for some software to create pdfs dynamically from php
> pages.
>
> Pages are php driven with mysql data tables which will be picked up.
> Top and side menus are inserted into the page using includes and won't
> appear in the pdf. Must be easy to configure, be able to use css,
> recognise standard html features and also watermarks, headers, footers
> and all the other paraphernalia to make it look good. Building a new
> page using output buffering would be an ideal solution.
>
> Does anyone have a favourite package or know of one. Not looking for a
> freebie necessarily but happy to pay up to a few hundred pounds if
> required.
>
> I have searched the web, before anyone asks, but there doesn't seem to
> be much out there.
>
> Thanks John

OpenOffice can open HTML files and produce PDF files. Maybe you could
somehow automate it.
Chung Leong [ Fr, 14 April 2006 15:53 ] [ ID #1274426 ]

Re: PDF Maker

On 13 Apr 2006 10:40:49 -0700, "fletch"
<richard.a.fletcher [at] googlemail.com> wrote:

>htmldoc can produce pdfs's from html3.0 ok. But you end up having to
>alter the html a little to get the best results.

Thanks fletch.

Their demo sort of works but no support for CSS.

--
John
John [ Mo, 17 April 2006 12:37 ] [ ID #1277237 ]

Re: PDF Maker

On 13 Apr 2006 10:40:49 -0700, "fletch"
<richard.a.fletcher [at] googlemail.com> wrote:

>htmldoc can produce pdfs's from html3.0 ok. But you end up having to
>alter the html a little to get the best results.

Thanks fletch.

Their demo sort of works but no support for CSS.

--
John
John [ Mo, 17 April 2006 12:37 ] [ ID #1277286 ]

Re: PDF Maker

Gazing into my crystal ball I observed John <yhqwasgo [at] d8mklotfu> writing
in news:cbja32pkunspa0drjctk6ht1vl6gl3pt5k [at] 4ax.com:

> I am looking for some software to create pdfs dynamically from php
> pages.
>
> Pages are php driven with mysql data tables which will be picked up.
> Top and side menus are inserted into the page using includes and won't
> appear in the pdf. Must be easy to configure, be able to use css,
> recognise standard html features and also watermarks, headers, footers
> and all the other paraphernalia to make it look good. Building a new
> page using output buffering would be an ideal solution.
>
> Does anyone have a favourite package or know of one. Not looking for a
> freebie necessarily but happy to pay up to a few hundred pounds if
> required.
>
> I have searched the web, before anyone asks, but there doesn't seem to
> be much out there.
>
> Thanks John
>
>
>

http://www.alt-php-faq.org/local/57/

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Adrienne Boswell [ Sa, 22 September 2007 19:36 ] [ ID #1826921 ]

Re: PDF Maker

Gazing into my crystal ball I observed John <yhqwasgo [at] d8mklotfu> writing
in news:cbja32pkunspa0drjctk6ht1vl6gl3pt5k [at] 4ax.com:

> I am looking for some software to create pdfs dynamically from php
> pages.
>
> Pages are php driven with mysql data tables which will be picked up.
> Top and side menus are inserted into the page using includes and won't
> appear in the pdf. Must be easy to configure, be able to use css,
> recognise standard html features and also watermarks, headers, footers
> and all the other paraphernalia to make it look good. Building a new
> page using output buffering would be an ideal solution.
>
> Does anyone have a favourite package or know of one. Not looking for a
> freebie necessarily but happy to pay up to a few hundred pounds if
> required.
>
> I have searched the web, before anyone asks, but there doesn't seem to
> be much out there.
>
> Thanks John
>
>
>

http://www.alt-php-faq.org/local/57/

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Adrienne Boswell [ Sa, 22 September 2007 19:36 ] [ ID #1826969 ]

Re: PDF Maker

On Sep 22, 12:36 pm, Adrienne Boswell <arb... [at] yahoo.com> wrote:
> Gazing into my crystal ball I observed John <yhqwasgo [at] d8mklotfu> writing
> innews:cbja32pkunspa0drjctk6ht1vl6gl3pt5k [at] 4ax.com:
>
>
>
> > I am looking for some software to create pdfs dynamically from php
> > pages.
>
> > Pages are php driven with mysql data tables which will be picked up.
> > Top and side menus are inserted into the page using includes and won't
> > appear in the pdf. Must be easy to configure, be able to use css,
> > recognise standard html features and also watermarks, headers, footers
> > and all the other paraphernalia to make it look good. Building a new
> > page using output buffering would be an ideal solution.
>
> > Does anyone have a favourite package or know of one. Not looking for a
> > freebie necessarily but happy to pay up to a few hundred pounds if
> > required.
>
> > I have searched the web, before anyone asks, but there doesn't seem to
> > be much out there.
>
> > Thanks John
>
> http://www.alt-php-faq.org/local/57/
>
> --
> Adrienne Boswell at Home
> Arbpen Web Site Design Serviceshttp://www.cavalcade-of-coding.info
> Please respond to the group so others can share

We use a package called "dompdf" which may help you.
Aaron Saray [ So, 23 September 2007 04:49 ] [ ID #1827319 ]
PHP » alt.php » PDF Maker

Vorheriges Thema: TIME calculation please :-/
Nächstes Thema: Files types