[PHP] Re: pdf

2006-06-29 Thread Jo�o C�ndido de Souza Neto
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

[PHP] Re: PDF Generator

2005-12-05 Thread Norbert Wenzel
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

Re: [PHP] Re: PDF Generator

2005-12-04 Thread Anas Mughal
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

RE: [PHP] Re: PDF Generator

2005-12-04 Thread [EMAIL PROTECTED]
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

[PHP] Re: PDF Generator

2005-12-04 Thread Dan Harrington
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

[PHP] Re: PDF Generator

2005-12-04 Thread Norbert Wenzel
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

[PHP] Re: PDF printing under windows.

2005-10-24 Thread Dan Baker
"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

[PHP] Re: pdf properties

2005-02-11 Thread Stian Berger
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

RE: [PHP] Re: PDF from PHP generated HTML, possible?

2004-09-24 Thread Graham Cossey
c page?? }else{ $fp = fopen($this->path,'w'); $sts = fwrite($fp,$str); fclose($fp); } } } ?> -Original Message- From: Brad Pauly [mailto:[EMAIL PROTECTED] S

Re: [PHP] Re: PDF from PHP generated HTML, possible?

2004-09-23 Thread Brad Pauly
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,

RE: [PHP] Re: PDF from PHP generated HTML, possible?

2004-09-23 Thread Graham Cossey
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

Re: [PHP] Re: PDF from PHP generated HTML, possible?

2004-09-23 Thread Brad Pauly
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

RE: [PHP] Re: PDF from PHP generated HTML, possible?

2004-09-23 Thread Graham Cossey
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

[PHP] Re: PDF from PHP generated HTML, possible?

2004-09-23 Thread Mikey
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

[PHP] Re: PDF Templates with PHP

2004-06-17 Thread Matt Matijevich
[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

[PHP] Re: PDF Templates with PHP

2004-06-17 Thread Torsten Roehr
"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

[PHP] Re: PDF and dynamic PNG

2004-01-27 Thread Ammar Ibrahim
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

[PHP] Re: PDF File generation on Fly in PHP

2003-10-28 Thread pete M
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

[PHP] Re: PDF Problem

2003-08-29 Thread Joerg Behrens
"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

Re: [PHP] Re: pdf information..

2003-07-16 Thread Miranda, Joel Louie M
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 >

[PHP] Re: pdf information..

2003-07-16 Thread sven
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

[PHP] Re: pdf file error?

2003-07-10 Thread Micah Montoy
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

Re: [PHP] Re: PDF Creation

2003-03-14 Thread R B
,"./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

[PHP] Re: PDF Creation

2003-03-13 Thread Alexandru COSTIN
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

[PHP] Re: PDF Lib

2002-12-16 Thread Bogomil Shopov
thanks a lot -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PDF Lib

2002-12-16 Thread michael kimsal
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

[PHP] Re: PDF Lib problem with Gif files (2)

2002-12-13 Thread Bogomil Shopov
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

[PHP] Re: PDF to PHP (code)

2002-10-10 Thread Ken
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

[PHP] Re: PDF creation with PDF-LIB samples?

2002-02-28 Thread Jim Koutoumis
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

[PHP] Re: PDF print page creation...

2001-11-29 Thread bill
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

[PHP] Re: PDF print page creation...

2001-11-27 Thread Henrik Hansen
[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

[PHP] Re: PDF Generator

2001-11-02 Thread Henrik Hansen
[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

[PHP] Re: PDF Download / View

2001-10-18 Thread SafeV
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): > >