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!
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!
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
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
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.
Exactly what extension's do I use to generate PDF documents in PHP 4.2.3?
Thanks
Tryst
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
--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
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),
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
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
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
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
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
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
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
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,
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
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-
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
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
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
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
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
> >> 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
>> 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
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
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
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
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
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
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
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
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
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
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
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
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
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 +
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
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
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
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
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]
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];
45 matches
Mail list logo