I've no experience with it, but it looks like a decent starting point.
I did find this article [15seconds.com...]
But have not had time to work with it.
To be complete, I had also found:
[soupermail.sourceforge.net...]
This perl script is a very powerful mail/mailing-list/etc tool, that I've used before for its multiple-form-handling abilities. But it's rather hard to use, and I'd rather have something dedicated to pdf creation. Also, I don't think that soupermail could create the pdf from a database.
[perlstudio.de...]
quote from site: <<PDFever™ is an OO-Perl library for creating PDF files dynamically on servers -- or on your desktop computer if you want. You use an XML or Perl program to do the job. Include an image? Embed a font? Create a push-button? Set security? No big deal, one tag is fine.>>
price: $395. Cough, cough.
Anyone have any other ideas, or has anyone used the PDF::Create ?
[wdvl.com...]
And I took a quick peek at PDF::Create, oh man that's like let me learn how to build a PDF from scratch, ick.
As for the other solutions, I believe PHP offers built-in PDF support (it has a PDF section listed in ORA's Webmaster In A Nutshell) and I think almost all the major scripting languages have something that will output PDF. ASP might need a COM Object though.
A good resource is [planetpdf.com...] , although it came up with nada on this query. It
still has some good resources, articles etc.
HTH
later
I realize the problem for most people using the script would be line breaks in the file. This lead to a simple line breaking algo. Pass in the text/paragraph and a width parameter like & paragraph("$para", "60") will print out up to 60 chars wide. It works pretty good for simplistic content. Definable title, paragraph and sub headers. Stuck with a single font at the moment but it works. If you are interested in the script, just give the word and I'll post/send the code. Just realize it will require that PDF::Create module on the server, some tweaking to fit other scripts and its untested outside of my use.
HTH
later
<edited: ¶ to & para>
I first used a custom tag written in C++ from the allaire website that used an older version of the program, but the program kept freezing up the server(quad 1ghz)!
So I just downloaded the newest version and ran a CF script that executed the program and gives command line arguments. It's worked great since. I also implemented it through ASP. You can use it with Java, CGI and anything that can execute a program and give command line args.
I've tried to generate pdf on the fly by replacing the output file by a - but I'm getting source of the pdf page. Is it related to the fact I'm testing it in a Windows 2000 and IE 5.00.3315.1000 ?
Is there any additionnal parameter ?
Any clue and suggestion are welcome.
[sanface.com...]
[sanface.com...]