Re: [PHP-DB] PDF

2002-07-08 Thread Egil Helland
On Monday, July 8, 2002, at 06:50 PM, Natividad Castro wrote: > Hi to all, > How can I display info in a PDF? > All I need is to be able to read from a table and display fields into a > PDF. > Before, I had my DB in Microsoft Access, so I bounded all the fields > in a > report and then I conver

Re: [PHP-DB] PDF

2002-07-08 Thread Jason Wong
Natividad Castro said: > Hi to all, > How can I display info in a PDF? > All I need is to be able to read from a table and display fields into a > PDF. Before, I had my DB in Microsoft Access, so I bounded all the > fields in a report and then I converted it into PDF document. > But now that we sw

Re: [PHP-DB] PDF

2002-07-08 Thread Chris Boget
> > If someone has any idea, please let me know > I would strongly suggest that you use a PDF class of some sort. There're > quite a few available. I've had good results with pc4p. Typically, most PDF classes require that it be working from some sort of static template. If that is fine, then def

Re: [PHP-DB] pdf

2004-10-15 Thread mohamad AKL
check this - Original Message - From: "balwantsingh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 15, 2004 11:23 AM Subject: [PHP-DB] pdf > hi all, > > i want to how i can save the data retrieved from mysql through php in pdf > format. > > thanks for your help in adv

RE: [PHP-DB] pdf

2004-10-15 Thread Bastien Koert
www.fpdf.org bastien From: "balwantsingh" <[EMAIL PROTECTED]> Reply-To: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: [PHP-DB] pdf Date: Fri, 15 Oct 2004 13:53:00 +0530 hi all, i want to how i can save the data retrieved from mysql through php in pdf format. thanks for your help in advance.

Re: [PHP-DB] pdf

2004-10-15 Thread Matt M.
> i want to how i can save the data retrieved from mysql through php in pdf > format. http://www.fpdf.org/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] pdf editor

2004-04-07 Thread Jeffrey Moss
I think someone else asked about a problem where they had text running off the side of the page, heres everything I've ever learned about PS/PDF. GNU ghostscript is all you really need for editing pdf's. Usually the text appears as plain text once you convert the PDF to a PS with pdf2ps, and you c

RE: [PHP-DB] PDF encoded

2005-07-12 Thread Bastien Koert
http://ca3.php.net/manual/en/function.base64-decode.php bastien From: "Shekhar Juneja" <[EMAIL PROTECTED]> To: Subject: [PHP-DB] PDF encoded Date: Tue, 12 Jul 2005 14:30:32 +0100 Hi , I am trying to figure out a way how to display base64 encoded string. Basically I am getting base64 encoded

RE: [PHP-DB] PDF encoded

2005-07-12 Thread Shekhar Juneja
going wrong. Regards Shekhar -Original Message- From: Bastien Koert [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 12, 2005 3:06 PM To: [EMAIL PROTECTED]; php-db@lists.php.net Subject: RE: [PHP-DB] PDF encoded http://ca3.php.net/manual/en/function.base64-decode.php bastien >From: &

Re: [PHP-DB] PDF encoded

2005-07-12 Thread Micah Stevens
€($String); > > Where > $string contains the encoded string. > > Don’t know where I am going wrong. > > Regards > Shekhar > > > -Original Message- > From: Bastien Koert [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 12, 2005 3:06 PM > To: [EMAIL

RE: [PHP-DB] PDF encoded

2005-07-12 Thread Shekhar Juneja
Tried both ways :( -Original Message- From: Micah Stevens [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 12, 2005 5:17 PM To: php-db@lists.php.net Subject: Re: [PHP-DB] PDF encoded Looks like you're telling the browser that the data is base64, and then decoding the data befor

Re: [PHP-DB] PDF encoded

2005-07-12 Thread Micah Stevens
ailto:[EMAIL PROTECTED] > Sent: Tuesday, July 12, 2005 5:17 PM > To: php-db@lists.php.net > Subject: Re: [PHP-DB] PDF encoded > > > Looks like you're telling the browser that the data is base64, and then > decoding the data before you send it. > > Try sending the string with

Re: [PHP-DB] PDF Implementation

2003-07-17 Thread Norma Ramirez - TECNOSOFT
Check out this page:http://www.ros.co.nz/pdf/, is a useful class and you can implement with any kind of database. Norma Ramirez Area de Desarrollo Web [EMAIL PROTECTED] - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 17, 2003 9:01 AM Subject: [PH

Re: [PHP-DB] PDF Implementation

2003-07-17 Thread dpgirago
anual, I get a bunch of Notice: Undefined Index error messages. Any ideas? David Please respond to "Norma Ramirez - TECNOSOFT" <[EMAIL PROTECTED]> To: David P. Giragosian/[EMAIL PROTECTED] cc: "lista php" <[EMAIL PROTECTED]> Subject: Re: [PHP-DB]

Re: [PHP-DB] PDF Implementation

2003-07-17 Thread Pierre-Alain Joye
On Thu, 17 Jul 2003 09:01:53 -0500 [EMAIL PROTECTED] wrote: > > > Good Morning All , > > Has anyone successfully implemented PDF functionality within their PHP > / MySQL projects? My needs are very basic, so I'd like to use > something like ezPDF creation to avoid buying a license. But I haven

Re: [PHP-DB] PDF/FDF Support

2002-07-03 Thread Paul Burney
on 7/2/02 8:20 PM, Jefferson Cowart at [EMAIL PROTECTED] appended the following bits to my mbox: > I'm trying to write a PDF form that people can fill in. I want to then > take the data, store it in my database, and then recall the data, and > display a filled in form with that data. I see two op

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread JupiterHost.Net
Adrian Bruce wrote: Hi Hello, I have pdf's stored as a blob in a MySQL database, how can i set a script (PHP obviously!) to email these blobs as pdf files. The only way No, not "Obviously", PHP is not well suited for many tasks (or has a high cost to get the suit tailored) :) If you

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread chris smith
On 5/11/06, Adrian Bruce <[EMAIL PROTECTED]> wrote: Hi I have pdf's stored as a blob in a MySQL database, how can i set a script (PHP obviously!) to email these blobs as pdf files. The only way i can think of at the moment is to write them to disk and then attach them to the mail before sending

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread Adrian Bruce
[snip] No, not "Obviously", PHP is not well suited for many tasks (or has a high cost to get the suit tailored) :) [/snip] "Obviously " because i am posting to a PHP list, numpty! but thank you for the recommendation anyway. JupiterHost.Net wrote: Adrian Bruce wrote: Hi Hello, I ha

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread JupiterHost.Net
Adrian Bruce wrote: [snip] No, not "Obviously", PHP is not well suited for many tasks (or has a high cost to get the suit tailored) :) [/snip] "Obviously " because i am posting to a PHP list, numpty! but thank you for the recommendation anyway. Obvious in that sense sure ,but just poin

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread dpgirago
> Adrian Bruce wrote: > >> [snip] >> No, not "Obviously", PHP is not well suited for many tasks (or has a >> high cost to get the suit tailored) :) >> [/snip] >> >> "Obviously " because i am posting to a PHP list, numpty! but thank you >> for the recommendation anyway. > Obvious in that sense

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread JupiterHost.Net
Most PHP folks have this image that since its so shiny its just the best which in fact is the opposite: the nice graphic designers that skin PHP projects do very well (images/css/html which are all independant of PHP), but its like dressing up a turd in silk, its still crap underneath :) A bit

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread Edward Vermillion
On May 11, 2006, at 10:51 AM, JupiterHost.Net wrote: Most PHP folks have this image that since its so shiny its just the best which in fact is the opposite: the nice graphic designers that skin PHP projects do very well (images/css/html which are all independant of PHP), but its like dressi

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread JupiterHost.Net
I think you're confusing php (the language) with bad programming practices (the developers). They aren't the same. A true enough statement, except what i am referring to is that PHP (the language) lends itself to bad practice and has extremely bad security issues (example: your config info

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread dpgirago
>> I think you're confusing php (the language) with bad programming >> practices (the developers). They aren't the same. > A true enough statement, except what i am referring to is that PHP (the > language) lends itself to bad practice and has extremely bad security > issues (example: your config

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread JupiterHost.Net
At the risk of extending empathy where none is given, perhaps you should I do appreciate that thanks :) tell us what experiences have led to your negativism. You've been a subscriber to this list for quite a while, and as far as I can remember, your posts have never been critical of the lang

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread Bastien Koert
.much functionality changed and much of it not backwards compatible. my 2 cents, Bastien From: "JupiterHost.Net" <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: Re: [PHP-DB] PDF BLOB to Email Date: Thu, 11 May 2006 17:59:15 -0500 At the risk of extending empathy where none is give

RE: [PHP-DB] PDF generation on the fly

2006-01-23 Thread Bastien Koert
www.fpdf.org bastien From: Adrian Bruce <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: [PHP-DB] PDF generation on the fly Date: Mon, 23 Jan 2006 15:31:48 + Hi Do any of you use pdflib for generating PDF files on the fly? Ive got the demo working and it looks good so far, i was ex

Re: [PHP-DB] PDF generation on the fly

2006-01-23 Thread Adrian Bruce
thanks a lot, i'll take a look at it Bastien Koert wrote: www.fpdf.org bastien From: Adrian Bruce <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: [PHP-DB] PDF generation on the fly Date: Mon, 23 Jan 2006 15:31:48 + Hi Do any of you use pdflib for generating PDF files on the fly?

Re: [PHP-DB] PDF generation on the fly

2006-01-23 Thread Philip Hallstrom
Do any of you use pdflib for generating PDF files on the fly? Ive got the demo working and it looks good so far, i was expecting it be open source but found out that it has a price tag of 450 euros per processor, this is fairly reasonable of course but i was wandering if anyone knew of any alter