Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Automating MS Document Imaging
Message
De
20/11/2003 12:30:12
Glenn Brown
Federal Reserve Bank of Dallas
Dallas, Texas, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Automating MS Document Imaging
Divers
Thread ID:
00851952
Message ID:
00851952
Vues:
67
I need to transfer a lot of document tif images from an old program
to a new application. Some of the document images need to be combined. I'm
trying to use automation to open up and stitch them together. I'm
working with Microsoft Document Imaging 2003. MSDI is included in Office 2003 and supports automation. The software really does not have any documentation about automating it. I have tried to find documentation on MSDN and fail. The Documentation on MSDN is old and does not relate to the current version of MSDI.

What I want to do is to:
(1) Open the image automation server.
(2) Open a document image.
(3) Add a document image to the bottom of the old image
(4) Save it as a new image.

So far I have

o4 = CreateObject("MODI.Document")
o4.Create([c:\temp\189.tif])
o4.OCR
o4.SaveAs([c:\temp\189_test.tif])


The part I having trouble with is adding the new images to the old. The syntax is giving me fits. It is

o4.Images.Add(Page as object , Before page as object)

Any suggestions?
Répondre
Fil
Voir

Click here to load this message in the networking platform