[PHP-WIN] PDF question

2005-10-11 Thread Raul . IONESCU
Hi all, Does anyone know how can I open an existing PDF file to get the text content from it, into PHP??? Many, many thanks!

[PHP-WIN] PDF question

2005-10-11 Thread Raul . IONESCU
Hi all, Does anyone know how can I open an existing PDF file to get the text content from it, into PHP??? Many, many thanks!

[PHP-WIN] PDF question

2005-10-10 Thread Raul IONESCU
Hi all, Does anyone know how can I open an existing PDF file to get the text content from it, into PHP??? Many, many thanks! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PDF tip

2004-06-21 Thread George Pitcher
Hi, I thought I'd share somthing I found: iText. I had a need to join some PDFs together using php. My local Java gurus pointed me towards iText (http://www.lowagie.com/iText/). I haven't been able to fully integrate it with PHP but so far, I can loop thru the the list files I want to join (usu

Re: [PHP-WIN] PDF Library/Extention

2004-06-17 Thread Achilles Maroulis
e for commercial use but are free to use otherwise. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 18, 2004 3:10 AM Subject: [PHP-WIN] PDF Library/Extention > Exactly what extension's do I use to generate PDF documents in PHP 4.

[PHP-WIN] PDF Library/Extention

2004-06-17 Thread Trystano
Exactly what extension's do I use to generate PDF documents in PHP 4.2.3? Thanks Tryst

RE: [PHP-WIN] PDF Acrobat Issue *Strange* [resolved]

2004-06-16 Thread trippin
I was using the ezpdf library which appears that it is in someway incompatible with windows. The fpdf library appears to not only be better, but more importantly work. Thanks Trevor and Charles for help on this issue. Checking my error log and writting a simple test document helped me discover th

RE: [PHP-WIN] PDF Acrobat Issue *Strange*

2004-06-16 Thread Gryffyn, Trevor
--Original Message- > From: Charles P. Killmer [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 15, 2004 2:20 PM > To: [EMAIL PROTECTED] > Subject: RE: [PHP-WIN] PDF Acrobat Issue *Strange* > > > If the headers and data are correct then the server is handling it > correctl

Re: [PHP-WIN] PDF Acrobat Issue *Strange*

2004-06-15 Thread trippin
D] >Sent: Tuesday, June 15, 2004 1:29 PM >To: [EMAIL PROTECTED] >Subject: [PHP-WIN] PDF Acrobat Issue *Strange* > >I am trying to create a PDF document on the fly from database >information (mysql). I have this identical script setup on my FreeBSD >server (1.3.x apache, 4.3.4 php),

[PHP-WIN] PDF Acrobat Issue *Strange*

2004-06-15 Thread trippin
I am trying to create a PDF document on the fly from database information (mysql). I have this identical script setup on my FreeBSD server (1.3.x apache, 4.3.4 php), but i am on a Windows 2003 server and I have tried serveral combinations of apache including 1.3.31 and 2.0.49. I have also tried

RE: [PHP-WIN] PDF Acrobat Issue *Strange*

2004-06-15 Thread Charles P. Killmer
board. This has worked for me in the past when IE displays the binary data of the pdf. Charles Killmer -Original Message- From: trippin [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 1:29 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] PDF Acrobat Issue *Strange* I am trying to cre

Re: [PHP-WIN] PDF creation on the fly.

2003-10-18 Thread Ferhat
this does not have a command line tool. I need something like that for on the fly operation. Isn't it? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PDF creation on the fly.

2003-10-18 Thread rouvas
On Saturday 18 October 2003 19:05, Ferhat wrote: > Hi, > > I have a php/ mysl web sites. I have one page of timeseries wchih I plot > with Gnuplot as JPG. > > Now, I would to add a "save as PDF" button to this page. What I was > dreaming is when you click on the button the same HTML page will be sa

[PHP-WIN] PDF creation on the fly.

2003-10-18 Thread Ferhat
Hi, I have a php/ mysl web sites. I have one page of timeseries wchih I plot with Gnuplot as JPG. Now, I would to add a "save as PDF" button to this page. What I was dreaming is when you click on the button the same HTML page will be saved as PDF. BUT, I tried HTML_ToPDF code and I could not doi

RE: [PHP-WIN] PDF library

2003-10-09 Thread N . A . Morgan
this helps, Regards, Neil Morgan -Original Message- From: Victor Costa [mailto:[EMAIL PROTECTED] Sent: 08 October 2003 18:07 To: [EMAIL PROTECTED] Subject: [PHP-WIN] PDF library Hi all, I'm using the PDF library but I am only able to work with jpg images. The php website says that I

[PHP-WIN] PDF library

2003-10-08 Thread Victor Costa
Hi all, I'm using the PDF library but I am only able to work with jpg images. The php website says that I need to "add to my configure line the options --with-jpeg-dir[=DIR] --with-png-dir[=DIR] --with-tiff-dir[=DIR]." I am relatively new to php. Can someone please give me some direction on

Re: [PHP-WIN] PDF and FDF

2003-09-08 Thread Cesar Cordovez
Hi List, Answering my own question... I found this user comment at php.net/pdf_open_file. As you can see is dated feb 2002 (kind of old) Is this still true? Does anyone knows [EMAIL PROTECTED] Help! =) Thanks. Cesar gbl at bso2001 dot com 19-Feb-2002 08:30 Appending to PDF files: plainly,

[PHP-WIN] PDF and FDF

2003-09-08 Thread Cesar Cordovez
Hi List! I'm using the following code to open a pdf form, place a picture and then save it. This is very new for me, and the code is giving me some errors like (Fatal error: PDFlib error: Empty document in c:\Inetpub\wwwroot\pdf_forms\dbtree.php on line 415 ). Can somebody help? (line 415 is

[PHP-WIN] PDF Attahcment in MIMe message

2003-07-01 Thread PHodd (Peter)
Hi, I cannot get a pdf attachment to a multi-part MIME email message working. The pdf document ends up not being able to be read by Acrobat reader, and when inspected with notepad, the file appears to be shorter than the original. My code is: $file_url = "//asb-intranet/c$/tempuserfiles/PO-phodd-

Re: [PHP-WIN] PDF extensions seems to do not work properly on IE

2003-01-23 Thread Dash McElroy
I've used PDFlib a reasonable amount on *nix platforms, but it works just fine in IE. Try saving the file to disk and opening it with a text editor to see if there are any PHP errors corrupting the PDF output. I had this happen a few times with uninitialized variables, or undefined functions or wha

[PHP-WIN] PDF extensions seems to do not work properly on IE

2003-01-23 Thread Leonardo Javier Belén
Hi all! I am facing a problem with PHP (binaries from php.net) over APACHE 1.3.x on Windows 95 and IE5&6 as a client (in both WinNT40 and Win95). The problem is as follows: I need to use the pdf libraries (both cpdf and pdflib) and I cannto make work any sample. If i use the "hello worl

Re: [PHP-WIN] PDF

2003-01-17 Thread Dash McElroy
If the PDF forms you "print on top of" are forms, you can use FDF (Forms Data Format) to fill out the form. There are several FDF options. One is to use Adobe's FDF program thingie. Others are listed in the comments on this page (http://www.php.net/manual/en/ref.fdf.php). I used one of the ones lis

[PHP-WIN] PDF

2003-01-17 Thread Brian McGarvie
I'm looking to find out if PHP has the ability to do this... OK I'm looking for a solution that could do the following. We require to generate PDF files that can then be emailed or printed & posted to clients. I can create PDF Files from scratch using PDFLib. What we will require to do though i

Re: [PHP-WIN] PDF Files...

2002-11-12 Thread Jeff Pearson
eate 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 PROTECT

Re: [PHP-WIN] PDF Files...

2002-08-16 Thread robert mischke
> >> The last portion of your request is not possible under >> > the current > libraries that are out there. I was unable to >> find one > anyway. So, for now, you're out of luck. > > In NO language? Not even ASP? PDFlib have got an "extension", called PDI. It allows you to edit existing PDF

Re: [PHP-WIN] PDF Files...

2002-08-12 Thread Brian McGarvie
>> The last portion of your request is not possible under >> the current libraries that are out there. I was unable to >> find one anyway. So, for now, you're out of luck. In NO language? Not even ASP? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP-WIN] PDF Files...

2002-08-12 Thread Flint Doungchak
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

Re: [PHP-WIN] PDF Files...

2002-08-12 Thread Jim Hunter
st 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 f

[PHP-WIN] PDF Files...

2002-08-12 Thread Brian McGarvie
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 a

RE: [PHP-WIN] PDF Forms

2002-07-31 Thread Asendorf, John
fuit > -Original Message- > From: Flint Doungchak [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 30, 2002 6:29 PM > To: PHP Windows > Subject: [PHP-WIN] PDF Forms > > > Fellow PHPers, > > We've been working on various dynamic PDF generation things

RE: [PHP-WIN] PDF Forms

2002-07-31 Thread Conover, Ryan
It is impossible to create fields from what I know using PDFLIB. Ryan Conover [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.pitt.edu/~rscst25/ -Original Message- From: Flint Doungchak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 6:29 PM To: PHP Windows Subject: [PHP-WIN

[PHP-WIN] PDF Forms

2002-07-30 Thread Flint Doungchak
Fellow PHPers, We've been working on various dynamic PDF generation things and now, we want to take things step further and place form fields in the PDF dynamically. Does anyone know if we can actually do this? I know that once a PDF is created with form fields (such as with Acrobat), we can p

RE: [PHP-WIN] PDF Form download changes in IE broke my app?

2002-06-18 Thread Asendorf, John
SA 740-349-3631 Nullum magnum ingenium sine mixtura dementiae fuit > -Original Message- > From: Asendorf, John [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 18, 2002 2:30 PM > To: Php-Windows (E-mail) > Subject: [PHP-WIN] PDF Form download changes in IE broke my app

[PHP-WIN] PDF Form download changes in IE broke my app?

2002-06-18 Thread Asendorf, John
Has anyone else having trouble with the latest IE and PDF Forms (FDF)? I had a nice application that used to work and is now broken. I think it has something to do with the latest "upgrades and cold(I mean hot)fixes" to IE. I now get a "download file" alert with the "Open" button grayed out. It

[PHP-WIN] PDF extensions freeze server 4.2.0

2002-04-24 Thread Ethan Nelson
I'm trying to use the PDF extensions and have just upgraded to 4.2.0. When I enable the extension in the PHP.INI file, all my sites just hang when I try to load them. Any ideas? Thanks, -Ethan ___ Ethan Nelson, Systems Administrator Net Solutions, LLC 840 Lawre

[PHP-WIN] PDF color issue

2002-03-28 Thread Ethan Nelson
Hello, I checked the developer database, and I'm not saying it isn't in there... but I couldn't find it, so here it goes: Here is the problem... given the code below, I would expect a fill color of 73% cyan, 26% magenta, 5% yellow and 0 black. However, the 73% cyan will default to zero unless y

Re: [PHP-WIN] PDF generation

2002-03-11 Thread alain
Look at pdf_translate() and pdf_set_text_pos() functions in the pdf lib doc. A+ Alain On Mon, Mar 11, 2002 at 05:12:27PM -0800, Ethan Nelson wrote: > Hello all you developers, > > I've looked at the news groups to find an answer, but to no avail... > > My code looks something like this: and I w

[PHP-WIN] PDF generation

2002-03-11 Thread Ethan Nelson
Hello all you developers, I've looked at the news groups to find an answer, but to no avail... My code looks something like this: and I want to rotate some text. I tried sticking the pdf_rotate($pdf,90) command in before the page and after the page. It didn't appear to affect anything. Anyone

Re: [PHP-WIN] PDF document creation on IE 5.5

2001-11-08 Thread Alain Samoun
I think that you are missing some files, have a look at: http://www.adobe.com/support/techdocs/98fe.htm A+ Alain On Thu, Nov 08, 2001 at 08:55:48AM -0800, Priya Chanu wrote: > I compiled PDflib support for creatinf PDF document > with php, it works perfectly fine on netscape. > > But on IE 5.5 +

[PHP-WIN] PDF document creation on IE 5.5

2001-11-08 Thread Priya Chanu
I compiled PDflib support for creatinf PDF document with php, it works perfectly fine on netscape. But on IE 5.5 + , when ever i try to open the pdf it gives á popup you are downloading the file, saveit open cancel etc option. Can some one help me what is wrong here Priya

Re: [PHP-WIN] PDF + WIN32

2001-03-12 Thread Alain Samoun
You should probably do an installation with www.php4win.de ,then all the extensions modules that you need can be instantiated in the php.ini file. Alain On Mon, Mar 12, 2001 at 09:23:13AM +, Ben Cairns wrote: > Has anybody had any luck creating a PDF on a Win32 machine using php. > > Here

[PHP-WIN] PDF + WIN32

2001-03-12 Thread Ben Cairns
Has anybody had any luck creating a PDF on a Win32 machine using php. Here is my config: Windows NT Server 4 Apache 1.3.9 PHP 4.0.4pl1 I have a PDFLib, dont know if its the right one, or if its installed correctly. Could someone please send me the correct lib and install instructions. Thanks

Re: [PHP-WIN] PDF Questions

2001-01-30 Thread Alain Samoun
www.pdflib.com Alain On Tue, Jan 30, 2001 at 09:26:40AM -0500, Conover, Ryan wrote: > Does anyone know of where I could to get more information on pdflib and how > it works. > > Ryan > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For addi

[PHP-WIN] PDF Questions

2001-01-30 Thread Conover, Ryan
Does anyone know of where I could to get more information on pdflib and how it works. Ryan -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-WIN] PDF Problem

2001-01-23 Thread Conover, Ryan
I keep getting the following error on a line of the funciton below function marketingoutput($top, $pdf){ $z=0; $currentline=$top-$this->standardboxheight; while ($z<$this->zarrayofboxes){ $tempbox2=$this->arrayofboxes[$z];