|
Well as nothing else seems to have surfaced so
far ..
Not so sure on
genreally blindly reediting an existing PDF unmonitored, on the fly,
unless you could be very very sure of field data lengths, page shapes could
change drasitically etc .. or if you truncated data lengths you might end up
with nonsensical additions.
I have been looking at these components
Also
http://www.gnostice.com/edoc_engine_x.asp say
that they support ASp and .net asp Pdf generation.
And PDFNet is a high-quality, industry-strength PDF library meeting requirements of the most demanding and diverse applications. Using PDFNet you can write stand-alone, cross-platform and reliable commercial applications that can read, write, and edit PDF documents. PDFNet is offered on a wide range of platforms (e.g. Windows, Mac, Linux) and programming environments (C/C++, C#, VB, J#, and other .Net languages). I've seen a few more USA based components for
sale but they seemed a bit expensive.
In PhP you could use a php template (by it's
self would generate your original PDF), the template holds the general nature of
the final PDF and then you would actually as you describe it "mail merge' it
back to the client.
Any kind of simplistic string replacement
you could come unstuck with the PDF's internals and any internal reference /
byte counting mechanisms in the PDF especially ifyou cause page
bleed.
If nothing else turns up
...
Freebie with sources (may need to
customise or add a feature or two for pdf) written by
T.K.Cham who did a lot of stuff on PDF and Delphi early 2000
and in 1999.
He uses an HTML like script that then
converts to PDF, could well lend itself to server applications. It would mean
designing your template PDF in Chams script like HTML with database markers
where you want the varible text in, and using simple substitution procedures
perhaps prior to converting to PDF.
A virtual mail merge if you like.
It's source code might be useful if nedeing to follow the idea up. http://www.est.hi-ho.ne.jp/takeshi_kanno/powerpdf/
_______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi |
_______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
