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

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

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

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

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

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

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

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 --

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

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

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

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

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...

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

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

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

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

Re: [PHP] PDF Thumbnails

2005-10-02 Thread [EMAIL PROTECTED]
How do I implement using your script? Do this take all of the files in a directory and convert them into pdf thumbnails? Where does the directory path go? Thanks for posting and the help. On 9/29/05, Matt Darby <[EMAIL PROTECTED]> wrote: > > I wrote a script for this; it's designed to run from the

Re: [PHP] PDF Thumbnails

2005-09-29 Thread Matt Darby
I wrote a script for this; it's designed to run from the command line in *nix, but can be triggered via exec(): Usage: ./pdf2thumb.php "source_dir" "out_dir" [code] #!/usr/local/bin/php echo("USAGE: pdf2thumb source_folder_path \n\n"); exit; } if(!isset($argv[1])){usage();} substr($a

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]
You would haven't happen 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:

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 like them > to see a thumbnail vi

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

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? > > When you right click on a pdf f

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

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

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

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 -

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

Re: [PHP] PDF Page Pulling

2004-04-07 Thread Evan Nemerson
http://marc.theaimsgroup.com/?l=php-general&m=107723910931417&w=2 On Wednesday 07 April 2004 05:53 pm, Jason Sheets wrote: > I'd suggest taking a look at ghostscript it, it is available under AFPL and > GPL licenses and offers the ability to convert individual pages to jpeg or > other file format

RE: [PHP] PDF Page Pulling

2004-04-07 Thread Jason Sheets
I'd suggest taking a look at ghostscript it, it is available under AFPL and GPL licenses and offers the ability to convert individual pages to jpeg or other file formats. http://www.ghostscript.com Jason -Original Message- From: Adam Voigt [mailto:[EMAIL PROTECTED] Sent: Wednesday, Ap

Re: [PHP] PDF Creating

2004-03-17 Thread Vicente Werner
We had a similar issue ourselves, we finally solved it using htmldoc to build the pdf from a custom html file. It allows you to explicitly say where you want to split the document, or to rely upon itself to break the stuff into pages. --

Re: [PHP] PDF Creating

2004-03-17 Thread Jason Wong
On Thursday 18 March 2004 00:59, Robert Sossomon wrote: > I have the PDF librarys from FPDF and from Potential Tech, I have not > decided which one to use yet. Have you tried pc4p? [snip] > My question is how to I know how/where the pages will break, and how can > I make the generation of the

RE: [PHP] PDF Creating

2004-03-17 Thread Daniel Purdy
[snip] My question is how to I know how/where the pages will break, and how can I make the generation of the PDF files work automagically? The first page will always have a header set of information, and then the quote following it, all other pages will just have the quoted items. [/snip] My expe

Re: [PHP] PDF Creating

2004-03-17 Thread Adam Voigt
I don't know if this is still the case, but when I was using the PDF library to generate PDF's, the only way to know when to stop the current page and start the next, was by keeping track of what your pixel position on the page was, and if you were within such and such of the margin, you should cal

Re: [PHP] PDF - Coords

2004-02-19 Thread Juan Torres
Thanks very much! You are very nice. If you want to practise your spanish, you can write me when you want. Muchos saludos desde España. Hasta pronto. Juan Torres. "Jyry Kuukkanen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Thu, 19 Feb 2004, Juan Torres wrote: > > > ¡Hola! >

Re: [PHP] PDF - Coords

2004-02-19 Thread Jyry Kuukkanen
On Thu, 19 Feb 2004, Juan Torres wrote: > ¡Hola! > > Excuse me, but my english is bad :(. > > My problem is: When I'm writting text in a PDF document, I want to know the > current position, or next position of next text to insert. > > I want to know when I'm near the finish page. ¡Hola! Ther

Re: [PHP] PDF - Coords

2004-02-18 Thread Juan Torres
¡Hola! Excuse me, but my english is bad :(. My problem is: When I'm writting text in a PDF document, I want to know the current position, or next position of next text to insert. I want to know when I'm near the finish page. I hope that you can help me. Thank you! Juan Torres. PD: Do you know

RE: [PHP] PDF - Coords

2004-02-18 Thread Jyry Kuukkanen
On Wed, 18 Feb 2004, Jay Blanchard wrote: > [snip] > How can I know the currents coordenades of my pdf document? > [/snip] > > Use a GPS? > http://catb.org/~esr/faqs/smart-questions.html > > HTH! ¹Hola! Maybe Señor Torres wanted to know the current position of drawing text or an image, that i

RE: [PHP] PDF - Coords

2004-02-18 Thread Jay Blanchard
[snip] How can I know the currents coordenades of my pdf document? [/snip] Use a GPS? http://catb.org/~esr/faqs/smart-questions.html HTH! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PDF

2004-02-18 Thread Juan Torres
Thank you -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PDF

2004-02-18 Thread Enda Nagle
Juan, Try doing something like this: define('DOLLAR',chr(36)); Just replace the DOLLAR and the chr value with the chatacter number and reference the variables in the PDF... Regards Enda -- -Original Message- From: Juan Torres [mailto:[EMAIL PROTECTED] Sent: 18 February 2004 10:54 To:

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

2003-10-28 Thread fkeessen
Hi, Have you already checked out www.fpdf.org? Regards, Frank >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 that It needs to be >compiled in a different fashion using a configure parameter. > >I

RE: [PHP] Re: PHP PDF Support...

2003-09-25 Thread Jay Blanchard
[snip] In the current issue of php|architect - an electronically distributed magazine, which you can find here http://www.phparch.com/ there is an article on printing with php. The magazine is not free, but is good value anyway. [/snip] and props to John Holmes who so frequently provides solutions

[PHP] Re: PHP PDF Support...

2003-09-25 Thread Francesco
In the current issue of php|architect - an electronically distributed magazine, which you can find here http://www.phparch.com/ there is an article on printing with php. The magazine is not free, but is good value anyway. HTH Francesco "Brian M McGarvie" <[EMAIL PROTECTED]> ha scritto nel messagg

Re: [PHP] PDF Thumbnail with PHP?

2003-08-14 Thread Anthony
Unfortunatly, that's not what I'm trying to do. That function will add an image to a PDF file as a thumbnail. What I want to do, is read a PDF file, and generate a thumbnail in the form of a gif or jpg and have it display in the browser. Thanks for the thought though. - Anthony "Jay Blanchard

Re: [PHP] PDF Thumbnail with PHP?

2003-08-11 Thread John W. Holmes
Anthony wrote: Unfortunatly, that's not what I'm trying to do. That function will add an image to a PDF file as a thumbnail. What I want to do, is read a PDF file, and generate a thumbnail in the form of a gif or jpg and have it display in the browser. Thanks for the thought though. What about

RE: [PHP] PDF Thumbnail with PHP?

2003-08-08 Thread Jay Blanchard
[snip] Does anyone know if there is a way to generate a thumbnail of the 1st page of a PDF document using PHP. I have an application that archives PDF files, beeing able to generate small preview images of the documents would be really cool :) [/snip] This may be just what you are looking for htt

Re: [PHP] pdf problem

2003-07-27 Thread Curt Zirzow
* Thus wrote Denis L. Menezes ([EMAIL PROTECTED]): > Hello friends. > > I was checking for creation of pdf document on the > server. But i was getting "Call to undefined function: > pdf_new() in /home/andsales/public_html/sap/getpdf.php > on line 2". > > Can anyone te;ll me a solution? > Is there

Re: [PHP] pdf information..

2003-07-16 Thread daniel
a" <[EMAIL PROTECTED]> > Cc: "php" <[EMAIL PROTECTED]> > Sent: Thursday, July 17, 2003 9:48 AM > Subject: Re: [PHP] pdf information.. > > >> >> On Thursday, July 17, 2003, at 11:38 AM, Louie Miranda wrote: >> >> > i never tried

Re: [PHP] pdf information..

2003-07-16 Thread Louie Miranda
Miranda ([EMAIL PROTECTED]) - Original Message - From: "Justin French" <[EMAIL PROTECTED]> To: "Louie Miranda" <[EMAIL PROTECTED]> Cc: "php" <[EMAIL PROTECTED]> Sent: Thursday, July 17, 2003 9:48 AM Subject: Re: [PHP] pdf information.. >

Re: [PHP] pdf information..

2003-07-16 Thread Stephen Rainey
I have used pdflib EXTENSIVELY for over a year. I develop products for a company who sells web based tools that allow medium/large corporations to automate the creation of advertising materials. These tools are used by the companies dealers and franchieses. We chose pdflib because of a few uni

Re: [PHP] pdf information..

2003-07-16 Thread Justin French
On Thursday, July 17, 2003, at 11:38 AM, Louie Miranda wrote: i never tried FPDF but just downloaded it. i'll try in a while.. have you tried making a business card using this? i've testing the pdflib it works great, but the sad thing is i have to pay for it. What's the problem with paying for

Re: [PHP] pdf information..

2003-07-16 Thread Louie Miranda
rom: "Enda Nagle" <[EMAIL PROTECTED]> To: "'Louie Miranda'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 16, 2003 6:20 PM Subject: RE: [PHP] pdf information.. > I used FPDF (http://www.fpdf.org) to do a system for a customer where

Re: [PHP] pdf information..

2003-07-16 Thread Henk Sandkuyl
Enda Nagle <[EMAIL PROTECTED]> wrote: > I used FPDF (http://www.fpdf.org) to do a system for a customer where he > could generate invoices and shipping labels. > I just used A4 page size but I remember seeing in the documentation that > you can specify sizes of pages etc. > Also the PDFs work on

RE: [PHP] pdf information..

2003-07-16 Thread Enda Nagle
I used FPDF (http://www.fpdf.org) to do a system for a customer where he could generate invoices and shipping labels. I just used A4 page size but I remember seeing in the documentation that you can specify sizes of pages etc. Also the PDFs work on mm, not pixels. I know you can embed 300dpi ima

  1   2   >