Re: [PHP] fpdf problem?

2013-08-09 Thread Jim Giner
On 8/9/2013 1:56 PM, Jan Ehrhardt wrote: Jim Giner in php.general (Fri, 09 Aug 2013 12:33:30 -0400): Good question and the answer is: it happens for other pdfs as well, so I guess it's not fpdf. Sorry for the mis-post here - I'll do more research on Adobe and IE. Update: Solved my print probl

Re: [PHP] fpdf problem?

2013-08-09 Thread Jan Ehrhardt
Jim Giner in php.general (Fri, 09 Aug 2013 12:33:30 -0400): >> Good question and the answer is: it happens for other pdfs as well, so I >> guess it's not fpdf. >> >> Sorry for the mis-post here - I'll do more research on Adobe and IE. > >Update: >Solved my print problem by unchecking an option in A

Re: [PHP] fpdf problem?

2013-08-09 Thread Jim Giner
On 8/9/2013 12:11 PM, Jim Giner wrote: On 8/9/2013 12:06 PM, Tamara Temple wrote: On Aug 9, 2013, at 10:50 AM, Jim Giner wrote: I've been using fpdf to create pdf files for my site. All has been well for over a year. Suddenly I have a problem wherein IE 10 on W7 crashes when I try to print

Re: [PHP] fpdf problem?

2013-08-09 Thread Jim Giner
On 8/9/2013 12:06 PM, Tamara Temple wrote: On Aug 9, 2013, at 10:50 AM, Jim Giner wrote: I've been using fpdf to create pdf files for my site. All has been well for over a year. Suddenly I have a problem wherein IE 10 on W7 crashes when I try to print one of these pdfs created by my php s

Re: [PHP] fpdf problem?

2013-08-09 Thread Tamara Temple
On Aug 9, 2013, at 10:50 AM, Jim Giner wrote: > I've been using fpdf to create pdf files for my site. All has been well for > over a year. Suddenly I have a problem wherein IE 10 on W7 crashes when I > try to print one of these pdfs created by my php scripts. > > The pdf files that I create

[PHP] fpdf problem?

2013-08-09 Thread Jim Giner
I've been using fpdf to create pdf files for my site. All has been well for over a year. Suddenly I have a problem wherein IE 10 on W7 crashes when I try to print one of these pdfs created by my php scripts. The pdf files that I create seem fine. If I bring one up in IE and then save it to

Re: [PHP] FPDF ?

2012-05-18 Thread Brian Dunning
I never found a solution to this myself. On Apr 26, 2012, at 2:13 PM, Jim Giner wrote: > For those of you with FPDF experience. > > I've just begun using it and have figured out how it works I think. I am > still having trouble with the bottom of the page tho. Seems that if I get > too close

[PHP] FPDF ?

2012-04-26 Thread Jim Giner
For those of you with FPDF experience. I've just begun using it and have figured out how it works I think. I am still having trouble with the bottom of the page tho. Seems that if I get too close to the bottom margin and my data line exceeds the amount of available space, my MultiCell element

Re: [PHP] FPDF passing values into header and footer?

2010-04-25 Thread Angus Mann
- Original Message - From: "Angus Mann" To: "php-general" Sent: Monday, April 26, 2010 2:46 PM Subject: [PHP] FPDF passing values into header and footer? Hi all. Whilst this question relates to fpdf (www.fpdf.org) I think it really is a PHP question, because

[PHP] FPDF passing values into header and footer?

2010-04-25 Thread Angus Mann
Hi all. Whilst this question relates to fpdf (www.fpdf.org) I think it really is a PHP question, because it involves passing values into classes and functions. Here's the problem .. I need to pass a PHP variable like $number into the header of a PDF. I have extended the FPDF class as follows..

[PHP] fpdf adding font error

2009-03-27 Thread Thodoris
Hello gang, I know this is not an fpdf mailing list but if anyone has experience on the matter please help. I am working on a pdf generation part of a project and I am using fpdf to generate them. The content of the pdf needs to be in greek. But I am having difficulties to get the pdf g

Re: [PHP] FPDF Printing Ideas?

2008-12-16 Thread Dan Shirah
On Tue, Dec 16, 2008 at 2:32 PM, wrote: > > Just generate a much larger PDF with all the pages they asked for and call > it done. > :-) I don't think I can do it that way unfortunately. They will be printing 100-300 records in bulk...the amount of time it would take to generate one giant PDF f

Re: [PHP] FPDF Printing Ideas?

2008-12-16 Thread ceo
Just generate a much larger PDF with all the pages they asked for and call it done. :-) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] FPDF Printing Ideas?

2008-12-16 Thread Dan Shirah
Hello all, I'm looking for some suggestions. I'm writing a new application that generates PDF's on the fly with FPDF. Basically I have a search page where you can search for customer records. Once your search has returned the records you can then click on a link which will send the record_id to

Re: [PHP] FPDF

2008-01-19 Thread Brady Mitchell
On Jan 18, 2008, at 1014AM, Balasubramanyam Ananthamurthy wrote: I'm fetching content from database and printing it on the browser. I want add an link on the same page "Click here to view it in PDF". Is it possible to do it using FPDF? If yes, how can I do this? Yes, this can be done with FP

Re: [PHP] FPDF

2008-01-18 Thread Richard Lynch
On Fri, January 18, 2008 12:14 pm, Balasubramanyam Ananthamurthy wrote: > I'm fetching content from database and printing it on the browser. I > want add an link on the same page "Click here to view it in PDF". Is > it > possible to do it using FPDF? If yes, how can I do this? Actually, FPDF goes

[PHP] FPDF

2008-01-18 Thread Balasubramanyam Ananthamurthy
Hello, I'm fetching content from database and printing it on the browser. I want add an link on the same page "Click here to view it in PDF". Is it possible to do it using FPDF? If yes, how can I do this? Thank you. Balu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visi

RE: [PHP] fpdf

2006-07-26 Thread Peter Lauri
7:05 AM To: php-general@lists.php.net Subject: [PHP] fpdf Hi everyone. Could someone tell me if fpdf class can write the pdf file into the server? I've reading about and just found that it save the pdf document in a local place or open it in browser. I need to write it in server, it's p

[PHP] FPDF, HTML and PDML

2005-05-04 Thread Dan Rossi
Hi there I am trying out the PDML class which interfaces the FPDF code for generating PDF's with markup language. The issue its I cant put straight html tables into it. Is there such an interface to FPDF that can be used to convert html to pdf. I have tried alot of them and none worked out of t

Re: [PHP] FPDF output to a variable

2004-11-24 Thread Jason Wong
On Thursday 25 November 2004 01:27, Justin Palmer wrote: > //Get the output and send the email send_mail.php > //uses the class MIME_mail (http://www.cetusa.org/temp/MIME.class.phps) > //WARNING I know that this is not how it is intended to be used, > //but this is the what I want to accomplish.

[PHP] FPDF output to a variable

2004-11-24 Thread Justin Palmer
Hi List, I have done some searching on Google and the Archives for what I am trying to do, but it seems I am searching up the wrong avenues. Here is my situation: I generate pdf files with fpdf (fpdf.org) and I would like to catch the output of the pdf stream into a variable so that I can attach

Re: [PHP] FPDF Help

2004-04-16 Thread Marek Kilimajer
Nathan Mealey wrote: Anyone who is familiar with using FPDF to generate PDFs, I'd really appreciate some suggestions here: I am using the following code, virtually identical to that used in the FPDF tutorial examples. But I keep getting a parse error for the first line containing the variable

Re: [PHP] FPDF Help

2004-04-15 Thread Tom Rogers
Hi, Friday, April 16, 2004, 2:38:24 AM, you wrote: NM> Anyone who is familiar with using FPDF to generate PDFs, I'd really NM> appreciate some suggestions here: NM> I am using the following code, virtually identical to that used in the NM> FPDF tutorial examples. But I keep getting a parse error

[PHP] FPDF Help

2004-04-15 Thread Nathan Mealey
Anyone who is familiar with using FPDF to generate PDFs, I'd really appreciate some suggestions here: I am using the following code, virtually identical to that used in the FPDF tutorial examples. But I keep getting a parse error for the first line containing the variable $this. In the tutori

Re: [PHP] fpdf

2003-07-30 Thread Andrew Brampton
email me. Andrew - Original Message - From: "Mukta Telang" <[EMAIL PROTECTED]> To: "php" <[EMAIL PROTECTED]> Sent: Thursday, July 31, 2003 11:27 AM Subject: [PHP] fpdf > Hi, > I want to display the results generated by the query and generate a pdf >

[PHP] fpdf

2003-07-30 Thread Mukta Telang
Hi, I want to display the results generated by the query and generate a pdf document (using fpdf) for the users to save. The user should be able to save it by clicking on a save button. I have a script called display.php which displays the result of the query..now I want user to be able to s

Re: [PHP] FPDF and MySQL

2002-09-20 Thread Marek Kilimajer
If you look at the tutorial no. 5 on www.fpdf.org, all you need is to change LoadData function, example: function LoadData($condition) { $res=mysql_query("SELECT * FROM table WHERE 1 AND ($condition)"); while($data[]=mysql_fetch_row($res) ) { } return $data; } Chuck Payne wrote: >Hi

[PHP] FPDF and MySQL

2002-09-19 Thread Chuck Payne
Hi, I found a free pdfclass called FPDF http://www.fpdf.org, that I can use with PHP to create pdf files with. Before someone tells me "Read The Manual", I have read their page and used Google to search for notes on how called mysql into a PDF and I am lost. Does anyone know where there is a tuto

[PHP] FPDF (was Re: [PHP] pdflib)

2002-03-18 Thread Ben Edwards
sorry, should of made it clear I amusing FPDF (http://fpdf.org/) library which looks like it douse the headers for you. Ben At 18:05 18/03/2002, [EMAIL PROTECTED] wrote: >On Mon, 18 Mar 2002, Ben Edwards wrote: > > This looks good, however when I try the examples I get: > > > > %PDF-1.3 3 0 ob