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
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
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
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
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
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
>> 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:
> 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
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
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
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
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
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
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
> 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 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
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
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
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
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
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($
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
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
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
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
--
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
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
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
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
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
> 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
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
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
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
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
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
[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
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...
/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
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
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
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:
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
>
> 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
[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
[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
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
[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
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:
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.
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
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
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
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
> 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
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:
> -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
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
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
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
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
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
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
> 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
]>
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
> 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.
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
> > 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
> 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
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
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
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 -
[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
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
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
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.
--
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
[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
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
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!
>
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
¡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
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
[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
Thank you
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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:
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
[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
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
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
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
[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
* 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
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
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..
>
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
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
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
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
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 - 100 of 167 matches
Mail list logo