SearchSearch   

PDF Maker

 
   Webmaster Forums (Home) -> PHP RSS
Next:  htaccess (short one)  
Author Message
John

External


Since: Apr 06, 2006
Posts: 5



(Msg. 1) Posted: Thu Apr 06, 2006 6:19 pm
Post subject: PDF Maker
Archived from groups: alt>comp>lang>php, others (more info?)

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
Back to top
no-1

External


Since: Apr 06, 2006
Posts: 9



(Msg. 2) Posted: Thu Apr 06, 2006 6:19 pm
Post subject: Re: PDF Maker
Archived from groups: alt>comp>lang>php, others (more info?)

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

or google "php pdf" to find other solutions.
Back to top
strawberry

External


Since: Jan 15, 2007
Posts: 280



(Msg. 3) Posted: Thu Apr 06, 2006 6:19 pm
Post subject: Re: PDF Maker
Archived from groups: per prev. post (more info?)

Back to top
John

External


Since: Apr 06, 2006
Posts: 5



(Msg. 4) Posted: Sat Apr 08, 2006 2:00 pm
Post subject: Re: PDF Maker
Archived from groups: per prev. post (more info?)

On 6 Apr 2006 10:29:30 -0700, "no-1" <onedbguru.TakeThisOut@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
Back to top
John

External


Since: Apr 06, 2006
Posts: 5



(Msg. 5) Posted: Sat Apr 08, 2006 2:02 pm
Post subject: Re: PDF Maker
Archived from groups: per prev. post (more info?)

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

>www.fpdf.org

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

--
John
Back to top
fletch

External


Since: Apr 12, 2006
Posts: 86



(Msg. 6) Posted: Thu Apr 13, 2006 10:40 am
Post subject: Re: PDF Maker
Archived from groups: per prev. post (more info?)

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.
Back to top
John Murtari

External


Since: Jan 24, 2007
Posts: 65



(Msg. 7) Posted: Thu Apr 13, 2006 12:27 pm
Post subject: Re: PDF Maker
Archived from groups: comp>lang>php (more info?)

John <yhqwasgo@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@following domain 315.635-1968(x-211) "TheBook.Com" (TM)
http://thebook.com/
Back to top
Chung Leong

External


Since: Mar 01, 2006
Posts: 2038



(Msg. 8) Posted: Fri Apr 14, 2006 6:53 am
Post subject: Re: PDF Maker
Archived from groups: per prev. post (more info?)

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.
Back to top
John

External


Since: Apr 06, 2006
Posts: 5



(Msg. 9) Posted: Fri Apr 14, 2006 1:32 pm
Post subject: Re: PDF Maker
Archived from groups: per prev. post (more info?)

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

>John <yhqwasgo@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
Back to top
John

External


Since: Apr 06, 2006
Posts: 5



(Msg. 10) Posted: Mon Apr 17, 2006 11:37 am
Post subject: Re: PDF Maker
Archived from groups: alt>comp>lang>php, others (more info?)

On 13 Apr 2006 10:40:49 -0700, "fletch"
<richard.a.fletcher.RemoveThis@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
Back to top
Aaron Saray

External


Since: Sep 02, 2007
Posts: 2



(Msg. 11) Posted: Sun Sep 23, 2007 2:49 am
Post subject: Re: PDF Maker
Archived from groups: alt>comp>lang>php, others (more info?)

On Sep 22, 12:36 pm, Adrienne Boswell <arb... DeleteThis @yahoo.com> wrote:
> Gazing into my crystal ball I observed John <yhqwasgo@d8mklotfu> writing
> innews:cbja32pkunspa0drjctk6ht1vl6gl3pt5k@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.
Back to top
Ben Bradley

External


Since: Oct 10, 2007
Posts: 1



(Msg. 12) Posted: Wed Oct 10, 2007 11:28 am
Post subject: Re: PDF Maker
Archived from groups: alt>comp>lang>php (more info?)

At the moment we're using a free PHP class called FPDF
http://www.fpdf.org

Works well for dynamically creating our order forms.
Problem is it did take time to get the layout set up the way we wanted.

It doesn't support CSS though, but I notice that dompdf does so I might
look in to that to make things easier for us to change our order form
designs.



Aaron Saray wrote:
> On Sep 22, 12:36 pm, Adrienne Boswell <arb... DeleteThis @yahoo.com> wrote:
>> Gazing into my crystal ball I observed John <yhqwasgo@d8mklotfu> writing
>> innews:cbja32pkunspa0drjctk6ht1vl6gl3pt5k@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.
>
Back to top
Display posts from previous:   
       Webmaster Forums (Home) -> PHP
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum