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
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
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
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
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
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
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
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
- 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
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..
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
>
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
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
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
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
29 matches
Mail list logo