Combining multiple Microsoft Office Document Image Writer files?

R

Ronny Hamida

Hi there.

Is there any easy way to combine multiple MDI files together? Currently, we
are "printing" things to the Microsoft Office Document image Writer print
driver and creating files with numbers as the file names (001, 002, 003, . .
..). Surely someone has an easier way to combine these files together
(perhaps a small VBA program of sorts).

The current way I'm doing it is to Open one file, and then click File ->
Insert File. Doing this, I'm only allowed to select one file at a time. It
would be nice to be able to select multiple files.

Thanks in advance for any help!

Cheers,

Ronny
 
B

Bob Buckland ?:-\)

Hi Ronny,

There is an object model for MS Office Document Imaging and it can be manipulated (somewhat) through VBA
http://microsoft.com/downloads/details.aspx?familyid=8F93E445-B1CF-4477-A373-E17417D616BC

You may want to check in the Office Dev newsgroup (link below) or one of the Word VBA discussion groups to see if anyone has created
a tool to do what you want.

==============
Hi there.

Is there any easy way to combine multiple MDI files together? Currently, we
are "printing" things to the Microsoft Office Document image Writer print
driver and creating files with numbers as the file names (001, 002, 003, . .
..). Surely someone has an easier way to combine these files together
(perhaps a small VBA program of sorts).

The current way I'm doing it is to Open one file, and then click File ->
Insert File. Doing this, I'm only allowed to select one file at a time. It
would be nice to be able to select multiple files.

Thanks in advance for any help!

Cheers,

Ronny>>
--
Please let us know if this has helped,

Bob Buckland ?:)
MS Office System Products MVP

LINKS
A. Specific newsgroup/discussion group mentioned in this message:
news://msnews.microsoft.com/microsoft.public.officedev
or via browser:
http://microsoft.com/communities/newsgroups/en-us/?dg=microsoft.public.officedev

B. MS Office Community discussion/newsgroups via Web Browser
http://microsoft.com/office/community/en-us/default.mspx
or
Microsoft hosted newsgroups via Outlook Express/newsreader
news://msnews.microsoft.com
 
R

Ronny Hamida

Bob -

Thank you for your reply on this. The information that you had provided me
assisted in creating a VBScript to do several things. Unfortunately, because
of the lack of examples within the help file, I am unable to determine which
method to use (perhaps Add.Images) and how to add "all images" from an MDI
file to another current MDI file.

I was able to produce something and will seek assistance with what I already
have created in the developer area.

Thanks again!

Ronny
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top