php-windows Digest 12 Aug 2002 14:29:13 -0000 Issue 1285
Topics (messages 15209 through 15214):
php and apache.
15209 by: Frode Mangseth
PDF Files...
15210 by: Brian McGarvie
15211 by: Jim Hunter
Loading Extension...
15212 by: Brian McGarvie
progress bar
15213 by: Serdar Sokmen
Creating a zip through php
15214 by: Rahul
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
I have installed php and apache on a win2000 box, and I want
to use the .htacces-file to protect some areas.
I can't figure out what to do in the httpd.conf.
I need som help
Frode
--- End Message ---
--- Begin Message ---
Looking for some insight into which is the best PDF library to use,
commercial/non-commercial.
If possible I would like to be able to;
* edit a PDF file,
* use an existing PDF file to insert text into form fields,
* create and fill PDF documents with form fields.
Any advice as to which of the above is possible/not possible and if not any
ways to *mimic* anything.
TIA...
--- End Message ---
--- Begin Message ---
There are two major PDF libraries available. One from www.pdflib.com and one
from www.fastio.com. The PDFLib is supposed to be better supportive of PHP.
You can create PDF, but I'm not sure how much editing of one you are going
to be able to do, perhaps you can. And you can definitely use a form to get
data from to create a PDF. Check out Larry Ullmans book, Advanced PHP for
the WWW (ISBN: 0-201-77597-2). It has an entire chapter devoted to creating
and manipulating PDFs.
Jim Hunter
Diamond Computing
-------Original Message-------
From: Brian McGarvie
Date: Monday, August 12, 2002 01:08:18 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] PDF Files...
Looking for some insight into which is the best PDF library to use,
commercial/non-commercial.
If possible I would like to be able to;
* edit a PDF file,
* use an existing PDF file to insert text into form fields,
* create and fill PDF documents with form fields.
Any advice as to which of the above is possible/not possible and if not any
ways to *mimic* anything.
TIA...
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
.
--- End Message ---
--- Begin Message ---
OK Help....
I always seem to have trouble installing extensions... what am I doing
wrong? (trying to get PDFLib working).
I copied the DLL to c:\php\extensions\php_pdf.dll
However when I try to run a simple example I get:
Fatal error: Call to undefined function: pdf_new() in
C:\Inetpub\wwweloanshop\dev\test\hello.php on line 4
Anyone...
--- End Message ---
--- Begin Message ---
Hi,
I would like to add a progress bar to an installtion program I'm writing in
PHP. I basically have one function that I call, it takes about 30 seconds or
so to finish executing... I haven't done such a thing before. Can anyone
plese suggest me some ideas...
Many Thanks
Serdar
--- End Message ---
--- Begin Message ---
Hi
I want to create a zip file using php. Can this be done?
Thanks
Rahul
--- End Message ---