Re: [PHP] PDF Form Field

2012-05-03 Thread Dan Joseph
On Thu, May 3, 2012 at 9:13 PM, David OBrien wrote: > I just found fpdfi using Google. It looks like what you need > Wow, you said the key phrase in your last e-mail, 'text on top'. I didn't think of that. fpdi/fpdf does that like a charm, thanks! -- -Dan Joseph http://www.danjoseph.me

Re: [PHP] PDF Form Field

2012-05-03 Thread David OBrien
On May 3, 2012 8:53 PM, "Dan Joseph" wrote: > > Hi, > > I've spent hours researching this with no luck. I have a PDF with a form > field that I want to populate and output the PDF. Can someone point me in > the right direction? Can FPDF do this natively, or I need something else? > My host doe

Re: [PHP] PDF Form Field

2012-05-03 Thread David OBrien
On May 3, 2012 9:08 PM, "David OBrien" wrote: > > > On May 3, 2012 8:53 PM, "Dan Joseph" wrote: > > > > Hi, > > > > I've spent hours researching this with no luck. I have a PDF with a form > > field that I want to populate and output the PDF. Can someone point me in > > the right direction? Ca

[PHP] PDF Form Field

2012-05-03 Thread Dan Joseph
Hi, I've spent hours researching this with no luck. I have a PDF with a form field that I want to populate and output the PDF. Can someone point me in the right direction? Can FPDF do this natively, or I need something else? My host doesn't have PDFLib installed, so that's not an option. Than

Re: [PHP] PDF Printing instead?

2012-01-10 Thread Tedd Sperling
On Jan 5, 2012, at 3:14 PM, Jim Giner wrote: > ok - somebody has advised that I should not be trying to print to a printer > from my website php script. > > The suggestion of creating a pdf and sending to the client was made. How do > I install the pdf functions? I've never had to install a p

Re: [PHP] PDF Printing instead?

2012-01-06 Thread Robert Williams
On 1/5/12 14:40, "Paul M Foster" wrote: >The fpdf and/or tcpdf libraries are the standard answers to this. Depending on requirements, another good option may be Pdftk. Where TCPDF is focused on document creation, Pdftk is focused on document manipulation, and because it's a compiled binary that

Re: [PHP] PDF Printing instead?

2012-01-05 Thread Paul M Foster
On Thu, Jan 05, 2012 at 03:14:58PM -0500, Jim Giner wrote: > ok - somebody has advised that I should not be trying to print to a printer > from my website php script. > > The suggestion of creating a pdf and sending to the client was made. How do > I install the pdf functions? I've never had

Re: [PHP] PDF Printing instead?

2012-01-05 Thread Govinda
>> Also try dompdf from digitaljunkies.ca. It allows you to pass an HTML doc to >> the code to provide a PDF > > I think in this case it should say "It doesn't work!". :) maybe this: http://code.google.com/p/dompdf/ -G -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] PDF Printing instead?

2012-01-05 Thread Marc Guay
> Also try dompdf from digitaljunkies.ca. It allows you to pass an HTML doc to > the code to provide a PDF I think in this case it should say "It doesn't work!". :) Marc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PDF Printing instead?

2012-01-05 Thread Bastien
On 2012-01-05, at 3:14 PM, "Jim Giner" wrote: > ok - somebody has advised that I should not be trying to print to a printer > from my website php script. > > The suggestion of creating a pdf and sending to the client was made. How do > I install the pdf functions? I've never had to install

Re: [PHP] PDF Printing instead?

2012-01-05 Thread Davo Smith
On Thu, Jan 5, 2012 at 8:26 PM, Dan Joseph wrote: > On Thu, Jan 5, 2012 at 3:14 PM, Jim Giner wrote: > >> ok - somebody has advised that I should not be trying to print to a printer >> from my website php script. >> >> The suggestion of creating a pdf and sending to the client was made.  How >> do

Re: [PHP] PDF Printing instead?

2012-01-05 Thread Dan Joseph
On Thu, Jan 5, 2012 at 3:14 PM, Jim Giner wrote: > ok - somebody has advised that I should not be trying to print to a printer > from my website php script. > > The suggestion of creating a pdf and sending to the client was made. How > do > I install the pdf functions? I've never had to install

[PHP] PDF Printing instead?

2012-01-05 Thread Jim Giner
ok - somebody has advised that I should not be trying to print to a printer from my website php script. The suggestion of creating a pdf and sending to the client was made. How do I install the pdf functions? I've never had to install a package before or is that something my hoster does?

Re: [PHP] PDF Page Size

2011-12-20 Thread Floyd Resler
On Dec 20, 2011, at 10:49 AM, Frank Arensmeier wrote: > 20 dec 2011 kl. 16.15 skrev Floyd Resler: > >> What is a good solution for get the size of a PDF page in pixels? I've >> tried a few different methods but haven't had much success. >> >> Thanks! >> Floyd > > If you don't mind using a co

Re: [PHP] PDF Page Size

2011-12-20 Thread Frank Arensmeier
20 dec 2011 kl. 16.15 skrev Floyd Resler: > What is a good solution for get the size of a PDF page in pixels? I've tried > a few different methods but haven't had much success. > > Thanks! > Floyd If you don't mind using a command line tool, Xpdf would be my first choice. Look out for "pdfinf

[PHP] PDF Page Size

2011-12-20 Thread Floyd Resler
What is a good solution for get the size of a PDF page in pixels? I've tried a few different methods but haven't had much success. Thanks! Floyd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PDF Width

2009-08-20 Thread Nitebirdz
On Wed, Aug 19, 2009 at 02:59:43PM -0400, Floyd Resler wrote: > > Does anyone know how I can find the width of a PDF in PHP? > Would this help? Search for "width" within the page. http://www.php.net/manual/en/ref.pdf.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visi

[PHP] PDF Width

2009-08-19 Thread Floyd Resler
Does anyone know how I can find the width of a PDF in PHP? Thanks! Floyd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] pdf print

2008-09-10 Thread laigyan
Hello ,everybody I update the system from php4 to php5 environment, but now I print the pdf, can't see the pdf values in the pages. Is the encoding problem? Or in the php5 need some change in code? Thanks ! Lyle

RE: [PHP] PDF inline viewer

2008-06-20 Thread Edward Kay
> Mário Gamito wrote: > > Hi, > > > > Does someone knows of a PHP software that is an inline PDF reader ? > > You can view the idea here: > > > http://www.scribd.com/doc/2025925/Clinical-chemistry-II-Biomedical > -Science-practical-1 > > > > Any help would be appreciated. > > > > Warm Regards,

Re: [PHP] PDF inline viewer

2008-06-20 Thread Iv Ray
Mário Gamito wrote: Hi, Does someone knows of a PHP software that is an inline PDF reader ? You can view the idea here: http://www.scribd.com/doc/2025925/Clinical-chemistry-II-Biomedical-Science-practical-1 Any help would be appreciated. Warm Regards, Mário Gamito What will happen if you ope

[PHP] PDF inline viewer

2008-06-20 Thread Mário Gamito
Hi, Does someone knows of a PHP software that is an inline PDF reader ? You can view the idea here: http://www.scribd.com/doc/2025925/Clinical-chemistry-II-Biomedical-Science-practical-1 Any help would be appreciated. Warm Regards, Mário Gamito -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] PDF to images or something similar

2008-06-13 Thread Al
Imagemagick, with some php code, probably will do it. Per Jessen wrote: Ray Mckoy wrote: Hi!. I need to create a pageflip magazine (you know, a flash magazine). My client ask me to do a little php program that convert a full pdf magazine into a pageflip magazine. My doubt is: It's possible wit

Re: [PHP] PDF to images or something similar

2008-06-13 Thread Per Jessen
Ray Mckoy wrote: > Hi!. > I need to create a pageflip magazine (you know, a flash magazine). > My client ask me to do a little php program that convert a full pdf > magazine into a pageflip magazine. > My doubt is: It's possible with php to read a full pdf and make an > image for each page? Dunno

[PHP] PDF to images or something similar

2008-06-13 Thread Ray Mckoy
Hi!. I need to create a pageflip magazine (you know, a flash magazine). My client ask me to do a little php program that convert a full pdf magazine into a pageflip magazine. My doubt is: It's possible with php to read a full pdf and make an image for each page? Thanks a lot. Ray. -- PHP Gen

Re: [PHP] pdf and send to printer question

2007-06-20 Thread Frank Arensmeier
Mike. I would start by confirming that the pdf library has been enabled/loaded successfully. Call phpinfo() and look for the pdf library. It should be there. Since I am on Mac OS X, I am not sure what php_cpdf.dll/php_pdf.dll really is (pdflib? - why two libraries?). Anyway, the error you g

[PHP] pdf and send to printer question

2007-06-19 Thread Mike Ryan
I am trying to get a query to run and outputed to a pdf file I get the following error Fatal error: Call to undefined function pdf_begin_document() in my php.ini I have php_cpdf.dll and php_pdf.dll enabled am I missing something.? also is there a way to send the document I create to the printer

Re: [PHP] PDF: error

2007-04-10 Thread Richard Lynch
That's not an error. That's a PDF in its raw form. This can happen if you didn't put the right headers. It can also happen in IE because IE sucks and "memorizes" the content-type for the URL, so even if you fix it, if you don't close the whole browser down and start over, it thinks it should be

Re: [PHP] PDF: error

2007-04-05 Thread Jochem Maas
you code is *still* borked in pretty much the same way it was to begin with ... there was an error: $error"; } echo 'download it!'; exit; } else { echo 'please login'; } Mário Gamito wrote: > Hi, > >> Where did you get the $data variable? >> as filesize($

Re: [PHP] PDF: error

2007-04-05 Thread Tijnema !
On 4/5/07, Stut <[EMAIL PROTECTED]> wrote: Mário Gamito wrote: > $data = readfile($full); The readfile function does not return the contents of the file. I suggest you RTFM: http://php.net/readfile -Stut I wanted to say that :P. it outputs the file directly to the browser, and returns the num

Re: [PHP] PDF: error

2007-04-05 Thread Mário Gamito
Hi, > Where did you get the $data variable? > as filesize($data) would return false here, and that's not a good > value for the Content-Length header :) Sorry, bad Copy & Paste. I get it from: $data = readfile($full); Result in the browser is: "%PDF-1.4 %âãÏÓ 351 0 obj <> endobj xref 351 434 00

Re: [PHP] PDF: error

2007-04-05 Thread Stut
Mário Gamito wrote: $data = readfile($full); The readfile function does not return the contents of the file. I suggest you RTFM: http://php.net/readfile -Stut -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PDF: error

2007-04-05 Thread Tijnema !
On 4/5/07, Mário Gamito <[EMAIL PROTECTED]> wrote: Hi, I've managed to make the PDF download system work. But when it opens in acrobat reader, i get the error you can see in: http://www.gamito.org/fucked-pdf-2.jpg The code follows my signature. Any help would be appreciated. Warm Regards --

[PHP] PDF: error

2007-04-05 Thread Mário Gamito
Hi, I've managed to make the PDF download system work. But when it opens in acrobat reader, i get the error you can see in: http://www.gamito.org/fucked-pdf-2.jpg The code follows my signature. Any help would be appreciated. Warm Regards -- :wq! Mário Gamito -- -- PHP General Mailing List

Re: [PHP] PDF Overflow

2007-03-02 Thread Holger Blasum
On 02-28, Eddie Schnell wrote: > I am writing a PHP file that outputs a PDF file that will have a bunch > of data from the data base. After the ammount of data hits 24 pieces(23 > with 0) i need it to go to a new page. I am using the PDFB Library which > contains a custom barcode thing, FPDI+FPD

[PHP] PDF Overflow

2007-02-28 Thread Eddie Schnell
I am writing a PHP file that outputs a PDF file that will have a bunch of data from the data base. After the ammount of data hits 24 pieces(23 with 0) i need it to go to a new page. I am using the PDFB Library which contains a custom barcode thing, FPDI+FPDF. Thank's for your help in advance,

Re: [PHP] PDF.

2006-09-22 Thread Richard Lynch
On Tue, September 19, 2006 8:21 am, João Cândido de Souza Neto wrote: > I´m using the fpdf class to create pdf files report and it works fine. > > Now i need to get a standard pdf and put some data into for complete > data. > There´s some way to get an existent pdf file and put data into? I think

Re: [PHP] PDF.

2006-09-19 Thread Jo�o C�ndido de Souza Neto
Ok, I´ll take a look at this. Thanks a lot. "Ray Hauge" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] On Tuesday 19 September 2006 08:21, João Cândido de Souza Neto wrote: > Hi everyone. > > Im using the fpdf class to create pdf files report and it works fine. > > Now i need

Re: [PHP] PDF.

2006-09-19 Thread Ray Hauge
On Tuesday 19 September 2006 08:21, João Cândido de Souza Neto wrote: > Hi everyone. > > I�m using the fpdf class to create pdf files report and it works fine. > > Now i need to get a standard pdf and put some data into for complete data. > There�s some way to get an existent pdf file and put data

[PHP] PDF.

2006-09-19 Thread Jo�o C�ndido de Souza Neto
Hi everyone. I´m using the fpdf class to create pdf files report and it works fine. Now i need to get a standard pdf and put some data into for complete data. There´s some way to get an existent pdf file and put data into? Thanks a lot. -- João Cândido de Souza Neto Curitiba Online [EMAIL

Re: [PHP] PDF: Join more pdf files into one

2006-09-04 Thread tedd
At 11:42 AM +0300 9/4/06, cajbecu wrote: Hello, I have to join more pdf files into single one (that will be available for download) and i must to that from PHP. I have read the documentation from php.net/pdf adn php.net/clibpdf but no ring. How can I do that? Thanks in advance, cheers. Check

[PHP] PDF: Join more pdf files into one

2006-09-04 Thread cajbecu
Hello, I have to join more pdf files into single one (that will be available for download) and i must to that from PHP. I have read the documentation from php.net/pdf adn php.net/clibpdf but no ring. How can I do that? Thanks in advance, cheers. -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] pdf

2006-06-29 Thread Kim Steinhaug
> 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 suggestion how to do this? > > I have search phpclasses , found SQL2PdfReport classes , however it > gave error message as shown below : > >"Error in

Re: [PHP] pdf

2006-06-29 Thread Paul Novitski
At 11:50 PM 6/28/2006, weetat wrote: 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 suggestion how to do this? I'm enjoying using the PHP class FPDF http://www.fpdf.org/ It's not a one-step conversion utility, it's a PHP clas

Re: [PHP] pdf

2006-06-28 Thread Jyry Kuukkanen
Hello On Thu, 29 Jun 2006, weetat wrote: > 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 suggestion how to do this? I have used fpdf (http://www.fpdf.org/) in order to create PDF documents with PHP an

[PHP] pdf

2006-06-28 Thread weetat
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 suggestion how to do this? I have search phpclasses , found SQL2PdfReport classes , however it gave error message as shown below : "Error in opening pdf " Lookup

Re: [PHP] PDF to Text

2006-04-21 Thread Al
Jay Blanchard wrote: [snip] I am trying to find a way for a program to search through the text on a PDF. My first thought was to use pdftotext, but the PDFs generated by our commercial scanner/copier/printer machine do not seem to work with pdftotext... it just outputs two CRLFs. I've been

Re: [PHP] PDF to Text

2006-04-21 Thread Ray Hauge
On Thursday 20 April 2006 19:23, Richard Lynch wrote: > Actually, it's "possible" just bloody difficult. > > You're looking into a topic known as OCR (Optical Character Recognition). > > One OS project for this is: > GOCR (aka JOCR) > It's GOCR on freshmeat and JOCR on sourceforge because they name

RE: [PHP] PDF to Text

2006-04-20 Thread Richard Lynch
On Thu, April 20, 2006 8:59 pm, Jay Blanchard wrote: > [snip] >> I am trying to find a way for a program to search through the text >> on > a >> PDF. My first thought was to use pdftotext, but the PDFs generated >> by > our >> commercial scanner/copier/printer machine do not seem to work with >> pd

RE: [PHP] PDF to Text

2006-04-20 Thread Jay Blanchard
[snip] > I am trying to find a way for a program to search through the text on a > PDF. My first thought was to use pdftotext, but the PDFs generated by our > commercial scanner/copier/printer machine do not seem to work with > pdftotext... it just outputs two CRLFs. I've been looking around on th

Re: [PHP] PDF to Text

2006-04-20 Thread Ray Hauge
On Thursday 20 April 2006 18:06, Ray Hauge wrote: > Hello List, > > I am trying to find a way for a program to search through the text on a > PDF. My first thought was to use pdftotext, but the PDFs generated by our > commercial scanner/copier/printer machine do not seem to work with > pdftotext...

[PHP] PDF to Text

2006-04-20 Thread Ray Hauge
Hello List, I am trying to find a way for a program to search through the text on a PDF. My first thought was to use pdftotext, but the PDFs generated by our commercial scanner/copier/printer machine do not seem to work with pdftotext... it just outputs two CRLFs. I've been looking around on

Re: [PHP] PDF documentation

2005-12-27 Thread Rory Browne
/me thinks that the OP needs to DL the html.gz manual, procure htmldoc, chant the magic incantation(i.e. type in the correct command), and wait for his PDF document to appear. On 12/25/05, Paul Waring <[EMAIL PROTECTED]> wrote: > On 12/25/05, John Meyer <[EMAIL PROTECTED]> wrote: > > Hi, does the

Re: [PHP] PDF documentation

2005-12-25 Thread Paul Waring
On 12/25/05, John Meyer <[EMAIL PROTECTED]> wrote: > Hi, does the PHP document come in a PDF form? No, it comes in the online format, HTML for offline viewing and Windows HTML help. However, there is a guide to editing the XML sources that can be found at the following URL: http://doc.php.net/ph

[PHP] PDF documentation

2005-12-25 Thread John Meyer
Hi, does the PHP document come in a PDF form? -- Dr. Joseph Dolan: Isn't there a children's book about an elephant named Babar? Fletch: I don't know. I don't have any. Dr. Joseph Dolan: No children? Fletch: No, elephant books. -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] PDF Generator

2005-12-02 Thread Ben
Jay Blanchard said the following on 12/02/2005 07:49 AM: [snip] What is the best FREE pdf generator for PHP? [/snip] http://www.fpdf.org and you know that PHP has some built-in functionality using PDFlib http://www.php.net/pdf If you're able to GPL your code you can use PDFlib freely. IIRC th

Re: [PHP] PDF Generator

2005-12-02 Thread Ray Hauge
http://www.fpdf.org is a very good resource for PDF generation. I use it all the time. It was faster than writing up my own PDF class. It's fairly well documented as well. There's also http://fpdi.setasign.de/ if you want to put text, images, etc on an existing PDF. Jay Blanchard wrote:

Re: [PHP] PDF Generator

2005-12-02 Thread Chris Boget
What is the best FREE pdf generator for PHP? We use HTMLDoc and it works reasonably well. thnx, Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PDF Generator

2005-12-02 Thread Jim Moseby
> > What is the best FREE pdf generator for PHP? > PHP *is* a free PDF generator. http://us3.php.net/manual/en/ref.pdf.php JM -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PDF Generator

2005-12-02 Thread Jay Blanchard
[snip] What is the best FREE pdf generator for PHP? [/snip] http://www.fpdf.org and you know that PHP has some built-in functionality using PDFlib http://www.php.net/pdf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PDF Generator

2005-12-02 Thread Rick Lim
What is the best FREE pdf generator for PHP? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PDF permissions problems

2005-10-31 Thread Jay Blanchard
[snip] I'm trying to write a FDF file into a directory outside of the webserver. I keep getting errors such as: Warning: fopen(/x/x/FDF/FLQual.fdf): failed to open stream: Permission denied in /Library/WebServer/Documents/x/x/FLCorpQual.php on line 36 Can someone give me a quick lesson in per

[PHP] PDF permissions problems

2005-10-31 Thread Jeremy Reynolds
I'm trying to write a FDF file into a directory outside of the webserver. I keep getting errors such as: Warning: fopen(/x/x/FDF/FLQual.fdf): failed to open stream: Permission denied in /Library/WebServer/Documents/x/x/FLCorpQual.php on line 36 Can someone give me a quick lesson in permissi

Re: [PHP] PDF printing under windows.

2005-10-25 Thread tg-php
This is really dumb and overly simple, which is probably why it was missed/not brought up, but it just occurred to me that, assuming you have a browser-based interface to your app, why don't you just send the PDF to the browser for printing? Then it should use the Acrobat Reader plugin to open

Re: [PHP] PDF printing under windows.

2005-10-25 Thread Dave Lists
[EMAIL PROTECTED] wrote: Two (and a half) things: 1. Even though DOS/Windows machines don't have, specifically, /dev/printer or /dev/lpr or whatever the *nix specific is, it does have a LPTx: device According to the page listed below, it may be possible to do: copy /b filename LPTx The /b in

RE: [PHP] PDF printing under windows.

2005-10-25 Thread Finner, Doug
Set net = CreateObject("WScript.Network") net.SetDefaultPrinter pName$ End Sub Doug -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 25, 2005 10:50 AM To: php-general@lists.php.net; php-windows@lists.php.net Cc:

Re: [PHP] PDF printing under windows.

2005-10-25 Thread tg-php
Two (and a half) things: 1. Even though DOS/Windows machines don't have, specifically, /dev/printer or /dev/lpr or whatever the *nix specific is, it does have a LPTx: device According to the page listed below, it may be possible to do: copy /b filename LPTx The /b indicates it's a binary file.

Re: [PHP] PDF printing under windows.

2005-10-25 Thread Dave Lists
Richard Lynch wrote: On Mon, October 24, 2005 1:48 pm, Dave Lists wrote: 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 wo

Re: [PHP] PDF printing under windows.

2005-10-24 Thread Richard Lynch
On Mon, October 24, 2005 1:48 pm, Dave Lists wrote: > 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 > would ahve to use

[PHP] PDF printing under windows.

2005-10-24 Thread Dave Lists
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 would ahve to use COM and open it under Acrobat? Anyone done this before and h

Re: [PHP] PDF Thumbnails

2005-10-02 Thread [EMAIL PROTECTED]
;.round($total_time/60,2)." > $minutes (AVG: ".round($total_time/$total_files,2)."s)\n\n"); > > ?> > > [/code] > > [EMAIL PROTECTED] wrote: > > >You would haven't happen to have an example? I am new to imagemagick. Any > >help would be

Re: [PHP] PDF Thumbnails

2005-09-29 Thread Matt Darby
appen to have an example? I am new to imagemagick. Any help would be greatly appreciated. On 9/26/05, Jim Moseby <[EMAIL PROTECTED]> wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 1:43 AM To: php-general@lists.php.ne

RE: [PHP] PDF Thumbnails

2005-09-26 Thread Jim Moseby
> You would haven't happen to have an example? I am new to imagemagick. > Any help would be greatly appreciated. Sure! 'convert -size 85x110 -raise 10x10 rebate.pdf -resize 85x110 rebate.jpg' Assuming you have ImageMagick loaded, the above will take rebate.pdf and create an 85x110 thu

Re: [PHP] PDF Thumbnails

2005-09-26 Thread [EMAIL PROTECTED]
eptember 26, 2005 1:43 AM > > To: php-general@lists.php.net > > Subject: [PHP] PDF Thumbnails > > > > > > I give my users an option to upload pdf files to my site and > > would like them > > to see a thumbnail view of the file once uploaded. Has any

RE: [PHP] PDF Thumbnails

2005-09-26 Thread Jim Moseby
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, September 26, 2005 1:43 AM > To: php-general@lists.php.net > Subject: [PHP] PDF Thumbnails > > > I give my users an option to upload pdf files to my site and > would lik

Re: [PHP] PDF Thumbnails

2005-09-26 Thread Frank Arensmeier
Hi. I've tried some different kinds of setups to do this. And my recommendation for you would be Ghostscript, maybe together with ImageMagick. Have a look at: http://www.imagemagick.org/script/index.php http://www.cs.wisc.edu/~ghost/ regards, frank 2005-09-26 kl. 07.42 skrev [EMAIL PROTECTED

[PHP] PDF Thumbnails

2005-09-25 Thread [EMAIL PROTECTED]
I give my users an option to upload pdf files to my site and would like them to see a thumbnail view of the file once uploaded. Has anyone heard of a way how to do this?

[PHP] PDF < FDF < $_POST

2005-07-31 Thread Sam Smith
I need PHP fill out the form fields and prepare for download a PDF from an HTML form submission. One way would be to use a PDF with pre-configured form fields where an FDF is created from PHP. The FDF 'merges' with the PDF when the FDF is opened. I got all that from:

Re: [PHP] pdf properties

2005-02-13 Thread Burhan Khalid
John Nichel wrote: Jason Motes wrote: Hello, [ snipped] Maybe if you send it 5 more times, someone will answer you. I thought I was having problems with my email server, till you posted this one. Thanks, Burhan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

Re: [PHP] pdf properties

2005-02-10 Thread Jason Motes
snip Maybe if you send it 5 more times, someone will answer you. /snip Be kind, i tried sending this yesterday and my post would not show up and they were not bounced back to me. Then i figured out what i did wrong and they all went through. Sorry -- PHP General Mailing List (http://www.php.ne

RE: [PHP] pdf properties

2005-02-10 Thread Brandon Thompson
No. > -Original Message- > From: Jason Motes [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 09, 2005 4:14 PM > To: php-general > Subject: [PHP] pdf properties > > Hello, > > Is there anyway to retrieve the properties from a pdf file using php? > &

Re: [PHP] pdf properties

2005-02-10 Thread Marek Kilimajer
Jason Motes 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 that lists all files in a certain directory. I want to

Re: [PHP] pdf properties

2005-02-10 Thread John Nichel
Jason Motes 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 that lists all files in a certain directory. I want to

[PHP] pdf properties

2005-02-10 Thread Jason Motes
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 that lists all files in a certain directory. I want to be able show the ac

Re: [PHP] pdf properties

2005-02-10 Thread Richard Lynch
> 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 that lists all files in a certain directory. I want > to be able show th

[PHP] pdf properties

2005-02-10 Thread Jason Motes
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 that lists all files in a certain directory. I want to be able show the ac

[PHP] pdf properties

2005-02-10 Thread Jason Motes
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 that lists all files in a certain directory. I want to be able show the ac

[PHP] pdf properties

2005-02-10 Thread Jason Motes
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 that lists all files in a certain directory. I want to be able show the ac

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

2004-09-23 Thread Mikey
]> Newsgroups: php.general To: "Php-General" <[EMAIL PROTECTED]> Sent: Thursday, September 23, 2004 4:08 PM Subject: RE: [PHP] PDF from PHP generated HTML, possible? > > > Following the topic about generating PDF documents from within PHP has > > > prompted a

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

2004-09-23 Thread Matt M.
> Thanks for that John, I think the big issue will be how to 'cache' my HTML > pages should I want to proceed down this route. BTW from memory I think the > 'product' was htmldoc, or similar. use output buffering, save the html into some kind of temp file -- PHP General Mailing List (http://www.

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

2004-09-23 Thread Maciek Ruckgaber Bielecki
I strongly recomend to check the documentation for XSLT for this kind of transformations: http://w3.org/Style/XSL/ cheers. On Thu, Sep 23, 2004 at 03:44:01PM +0100, Graham Cossey wrote: > > Following the topic about generating PDF documents from within PHP has > prompted a thought... > > Is it

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

2004-09-23 Thread Graham Cossey
> > Following the topic about generating PDF documents from within PHP has > > prompted a thought... > > > > Is it possible to have PHP dynamically build an HTML page (from database > > data etc) and provide an option to output the page as PDF without going > > through all the database query routin

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

2004-09-23 Thread Matt M.
> Is it possible to have PHP dynamically build an HTML page (from database > data etc) and provide an option to output the page as PDF without going > through all the database query routine again? you could use output buffering. If they choose output as pdf, capture the html that was produced, ru

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

2004-09-23 Thread John Holmes
From: "Graham Cossey" <[EMAIL PROTECTED]> Following the topic about generating PDF documents from within PHP has prompted a thought... Is it possible to have PHP dynamically build an HTML page (from database data etc) and provide an option to output the page as PDF without going through all the dat

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

2004-09-23 Thread Maciek Ruckgaber Bielecki
i strongly recomend XSL for all this kind of conversion. From a single source you can obtain whatever you need building the adequate stylesheet. for more info http://w3.org/Style/XSL/ cheers On Thu, Sep 23, 2004 at 03:44:01PM +0100, Graham Cossey wrote: > > Following the topic about generating

[PHP] PDF from PHP generated HTML, possible?

2004-09-23 Thread Graham Cossey
Following the topic about generating PDF documents from within PHP has prompted a thought... Is it possible to have PHP dynamically build an HTML page (from database data etc) and provide an option to output the page as PDF without going through all the database query routine again? In other wor

Re: [PHP] PDF, MSWORD, GRAPHS

2004-09-06 Thread raditha dissanayake
Read the previous message in this thread. the first sentence applies to you. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload -

[PHP] PDF, MSWORD, GRAPHS

2004-09-06 Thread CBharadwaj
Dear all, I have to generate MS WORD Reports, PDF Reports, Graphs using PHP5 + MYSQL. can any body give good links . Thanks in advance. Bharadwaj. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PDF generator?

2004-06-17 Thread Matt Matijevich
[snip] I have a PDF that I need to insert values into from a web form. I would like to input directly into the PDF from the web. [/snip] http://www.php.net/pdf if you want to get the license. http://www.php.net/fdf fdf There is also the option on just editing the text in the pdf but I have not h

[PHP] PDF generator?

2004-06-17 Thread Dustin Wish with INDCO Networks
I have a PDF that I need to insert values into from a web form. I would like to input directly into the PDF from the web. Any pointers to the right direction? Dustin Wish System Engineer & Programmer INDCO Networks Pres. OSSRI Pres. WTA Arkansas

  1   2   3   >