How can i see, everyon here use that class.
I use it too. It always worked fine to me.
"weetat" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
> Hi all ,
>
> I am using PHP 4.3.2 and MYSQL database.
>
> I need to convert the sql query to Adobe PDF format.
> Any one have any s
Dan Harrington wrote:
I have a TON of forms that I have to populate, can I make a PDF file using
Acrobat Professional, and then use PHP to populate those forms and have text
inserted into the pre-made text fields that I made using Acrobat? And if
so, what is the best tool for that? I'd prefer t
27;s supported well in Acrobat Professional.
>
> Jud.
>
>
>
> Original Message:
> -
> From: Dan Harrington [EMAIL PROTECTED]
> Date: Sun, 4 Dec 2005 09:12:51 -0700
> To: php-general@lists.php.net
> Subject: [PHP] Re: PDF Generator
>
>
>
> I
Why not use JavaScript? It's supported well in Acrobat Professional.
Jud.
Original Message:
-
From: Dan Harrington [EMAIL PROTECTED]
Date: Sun, 4 Dec 2005 09:12:51 -0700
To: php-general@lists.php.net
Subject: [PHP] Re: PDF Generator
I have a TON of forms that I ha
I have a TON of forms that I have to populate, can I make a PDF file using
Acrobat Professional, and then use PHP to populate those forms and have text
inserted into the pre-made text fields that I made using Acrobat? And if
so, what is the best tool for that? I'd prefer to do it for free, but
s
Rick Lim wrote:
What is the best FREE pdf generator for PHP?
i used FPDF without any problems.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
"Dave Lists" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I'm generating PDFs under windows using PDFlib and all is easy. What I am
> wondering though, and google reveals nothing usefull, can I print the PDF
> to a network printer from windows? I'm presuming to print the file I
On Thu, 10 Feb 2005 12:28:19 -0700, Jason Motes <[EMAIL PROTECTED]> wrote:
Hello,
Is there anyway to retrieve the properties from a pdf file using php?
When you right click on a pdf file in windows you can see the title of
the file and you can change this property there also.
I wrote a php page
c page??
}else{
$fp = fopen($this->path,'w');
$sts = fwrite($fp,$str);
fclose($fp);
}
}
}
?>
-Original Message-
From: Brad Pauly [mailto:[EMAIL PROTECTED]
S
On Thu, 23 Sep 2004 22:39:06 +0100, Graham Cossey
<[EMAIL PROTECTED]> wrote:
>
> Brad: When you say "a hash of the query string" do you mean passing the
> variable part of the URL thru mhash to obtain a hash/key/digest or whatever
> you wish to call it? If so, do you recommend any particular hash,
to:[EMAIL PROTECTED]
Sent: 23 September 2004 17:17
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Re: PDF from PHP generated HTML, possible?
On Thu, 23 Sep 2004 16:25:27 +0100, Graham Cossey
<[EMAIL PROTECTED]> wrote:
> That's fine for static pages, my question was regarding dynamic page
On Thu, 23 Sep 2004 16:25:27 +0100, Graham Cossey
<[EMAIL PROTECTED]> wrote:
> That's fine for static pages, my question was regarding dynamic pages that I
> did not wish to pass through the database querying again.
>
> I understand that if my dynamic page is
> http://server/app/page1.php?cust=123
d by (for example) pdf-o-matic. However,
as I've already run all the queries necessary I would like to not have to
run them all again when requesting the PDF.
Thanks
Graham.
-Original Message-
From: Mikey [mailto:[EMAIL PROTECTED]
Sent: 23 September 2004 15:50
To: [EMAIL PROTECTED]
Sub
Hmmm, I cannot believe that there are people on this list who do not know
how to use Google. I tried "convert HTML to pdf" and came up with loads of
results - including http://www.easysw.com/htmldoc/pdf-o-matic.php that seems
to allow you to see their source code.
HTH,
Mikey
- Original Mess
[snip]
I am wondering if it is possible to generate a pdf page with pdflib
based on a existing pdf document
[/snip]
Look into the pdflib examples that you get when you download pdflib. I
am pretty sure there is an example invoice template in it. Also look
into the pdf blocks in pdflib.
--
PHP
"Merlin" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> HI there,
>
> I am wondering if it is possible to generate a pdf page with pdflib based
on a
> existing pdf document. For example using an invoice template and filling
in the
> values with php.
The last time I checked it (1 yea
if nothing worked out, simply right the dynamic png to a temp file (e.g
tempimg.png) then include this png file in your PDF document :)
hope this helps,
Ammar
"Dominik Heeb" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> I succeed in creating PDF files dynamically wi
on windows you need to comment out the php_pdf.dll (or similar) in
php.ini and reboot apache/iis to enable the pdf extension.
pete
Vijay Killu wrote:
Hello,
I've just came through a function which generates PDF files on fly in a php
script.
On going through the documentation, I came to know th
"Jack" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> Dear all
> I want to convert a text file to pdf format and store it in somewhere in
my
> harddisk.
> I had found out that there is a dll inside my php4.04 directory
> ("c:\php\extensions\php_pdf.dll") and from php.ini i had
Sven, thanks for the info!
"sven" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
> a pdf-page can have almost every format you want.
>
> originally you work with postscript-dots, where 72 dots are 1 inch.
> it's easy from that point to calculate from metric system, where 1
>
a pdf-page can have almost every format you want.
originally you work with postscript-dots, where 72 dots are 1 inch. it's
easy from that point to calculate from metric system, where 1 inch is 2.54
cm or 25.4 mm.
with this in mind you can exactly define the height and width of your
pdf-page. i su
Never mind. I found the error.
thanks
"Micah Montoy" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I did my research. We'll, searched the net anyway without a solution. I
am
> getting the error:
>
> Fatal error: PDFlib error: function 'PDF_set_info' must not be called in
> 'obj
,"./tmp");
// Complete GhostScript filename
if (!defined('YGS_DIR')) define('YGS_DIR',"./gs");
Can you help me?
From: "Alexandru COSTIN" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [PHP] Re: PDF Creation
Date: Thu, 13 Mar 2003 22:17
Hello,
You should also look at http://www.interakt.ro/products/PDFreportsLite/
It allows you to avoid using the API and concentrate on the reports
Alexandru
--
Alexandru COSTIN
Chief Operating Officer
http://www.interakt.ro/
+4021 411 2610
"Christopher J. Crane" <[EMAIL PROTECTED]> wrote in mes
thanks a lot
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Bogomil Shopov wrote:
hi folks
Is there any way to include in PDF file .gif file with more than 8 colors?
Error:Warning: Internal PDFlib warning: Color depth other than 8 bit not
supported
in GIF file
regards
Bogomil
No, there's no *standard* way. I dare say that PDFlib itself could be
hack
Warning: Internal PDFlib warning: Color depth other than 8 bit not supported
in GIF file
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jason,
I had trouble with PDFLib too, and I turned to this site for help! I found
this much easier to implement and the webmaster will give you lots of help!!
http://ros.co.nz/pdf/
This does not use PDFLib.
"Jason Morehouse" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL P
You could try:
http://www.fpdf.org/
Someone posted recently and I've quickly whacked it into my toolbox :-)
Jim .
"Andras Kende" <[EMAIL PROTECTED]> wrote in message
004801c1c0e3$26bf6070$b59fb841@K...">news:004801c1c0e3$26bf6070$b59fb841@K...;
> Hello,
>
> Trying to create some pdf doc
If the problem is just the web address, etc., in the bottom of the page, that can be
turned off.
In NN, File/Page Setup and uncheck the boxes in the header and footer
In IE, File/Page Setup and remove the stuff in the header and footer fields.
Lauri Vain wrote:
> Hello,
>
> A client requeste
[EMAIL PROTECTED] (Lauri Vain) wrote:
> So my questions:
> 1. How hard would it be to create such a script?
> 2. How much time would it take? (any common pitfalls that could make coding time
> longer?)
> 3. What are the best classes/wrappers out there to handle the job?
> 4. Or would it be
[EMAIL PROTECTED] (Krushna Kumar) wrote:
> Hi,
>
> Can someone help me on how i could generate or create a pdf file an fill contents
php.net/pdf
I would recommend you to take a look at this lib for creating pdf's
it's way easier than doing it 'by hand' yourself.
http://sourceforge.net/projec
I'm not 100% sure, but try adding one more header:
Header("Content-Disposition: attachment; filename=\"" . $filename. "\"");
Ville Mattila wrote:
> Hello world,
>
> I've made a little script which simply returns a pdf file through it (script file
>called dl.php in the chart-directory):
>
>
33 matches
Mail list logo