 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Bruno Mannina Guest
|
Posted: Mon Feb 16, 2004 12:55 am Post subject: Pdf merger ? |
|
|
Hello,
Someone can tell me, if a delphi tool/component that merge severals pdf in
one exist ?
If yes, where can i find it ?
Thank's a lot
|
|
| Back to top |
|
 |
Alain Reymond Guest
|
Posted: Mon Feb 16, 2004 8:11 am Post subject: Re: Pdf merger ? |
|
|
Have you tried www.torry.net ?
If you can't find it there, I doubt you'll fond elsewhere...
Regards.
Alain
| Quote: | Hello,
Someone can tell me, if a delphi tool/component that merge severals pdf in
one exist ?
If yes, where can i find it ?
Thank's a lot
|
|
|
| Back to top |
|
 |
Shane Holmes Guest
|
Posted: Mon Feb 16, 2004 6:52 pm Post subject: Re: Pdf merger ? |
|
|
Intelemedia Communications has created a component that allows a developer
to print and merge PDF files, as well as, update field data prior to the
printing/merging operations by setting a few properties and calling a couple
methods.
This is Freeware with full source and an online context sensitive help file.
http://www.planetpdf.com/mainpage.asp?WebPageID=294
Shane
"Bruno Mannina" <bmannina (AT) free (DOT) fr> wrote
| Quote: | Hello,
Someone can tell me, if a delphi tool/component that merge severals pdf in
one exist ?
If yes, where can i find it ?
Thank's a lot
|
|
|
| Back to top |
|
 |
Maarten Wiltink Guest
|
Posted: Mon Feb 16, 2004 8:01 pm Post subject: Re: Pdf merger ? |
|
|
"Bruno Mannina" <bmannina (AT) free (DOT) fr> wrote
| Quote: | Someone can tell me, if a delphi tool/component that merge severals
pdf in one exist ?
|
You can simply feed several input files into GhostScript and ask for
PDF output. It's not ideal as apparently, vector PostScript input is
rasterised into bitmap PostScript with somewhat poor resolution.
Groetjes,
Maarten Wiltink
|
|
| Back to top |
|
 |
MikeB Guest
|
Posted: Mon Feb 16, 2004 9:35 pm Post subject: Re: Pdf merger ? |
|
|
"Bruno Mannina" <bmannina (AT) free (DOT) fr> wrote
| Quote: | Hello,
Someone can tell me, if a delphi tool/component that merge severals pdf in
one exist ?
If yes, where can i find it ?
|
I wrote one in delphi. It uses Automation, so you must have the full version of Acrobat (tested
with 4 and 5) to use it. It uses a control file that you populate with the files you want to merge
so you aren't limited to all the files being in one location. An INI file allows you to specify an
initial or Title page and a standard page for insertion between each merge document if you desire.
You can find it at http://www.byerley.net/BdcDownSup.htm and scroll down to the PdfMerge stuff.
There are two versions in the Zip. An EXE that will run by itself with command line switches and a
DLL that is RBase specific and not useable to most people. There is a pretty good help file and
examples of the control file and the INI file.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|