Re: merging pdf files trough Word VBA -> possible?
From: Jezebel (frolly_at_mkkk.com)
Date: 02/16/04
- Next message: David: "Need some sort of AutoExec (maybe)"
- Previous message: Spammastergrand: "Re: finding just docname in File search"
- In reply to: ward: "merging pdf files trough Word VBA -> possible?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 17 Feb 2004 07:57:04 +1100
There is (was anyway) an Acrobat SDK available as a free download from
Adobe. It was enough to do what you ask -- that's exactly what I used it
for -- but not a lot more. The SDK came in a VB version and a C++ version;
sadly, the VB version looked decidely unfinished. A *lot* of functionality
is missing. In particular, when you merge Acrobat documents strange things
can happen to the bookmarks, and the SDK does not have the functionality to
fix them. But certainly enough to string the documents together.
"ward" <anonymous@discussions.microsoft.com> wrote in message
news:1148201c3f491$f9c35830$a501280a@phx.gbl...
> Hello,
>
> I'm developing an Word add-in the will create one Word
> document from several Word documents. This file will then
> by converted (printed) to a pdf using PdfWriter. No
> problem with this first part.
>
> However, I would like the add-in to append some existing
> pdf's to this final pdf. So the whole operation would
> result in one (large) pdf file that originates from a
> couple of word files and a couple of existing pdf files.
>
> I'm not sure that this (appending extra pdf's) is possible
> through Word VBA. Does anybody has any idea about this?
>
> thanks in advance,
> Ward
>
>
- Next message: David: "Need some sort of AutoExec (maybe)"
- Previous message: Spammastergrand: "Re: finding just docname in File search"
- In reply to: ward: "merging pdf files trough Word VBA -> possible?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|