B
b
Hello,
I need to write a program (VB6/C#) that automates Word (97) and does
the following:
- takes a bunch of image files (jpg)
- inserts them into a new document
- resizes them and makes sure there are 2 on each page (each one is
15x10cm)
I managed to insert the pictures and resize them, but i'm having
trouble with setting their position so that there will be two on each
page. I tried inline shapes and it basically works, but I need spacing
between the images which I try to handle with TypeParagraph but it
doesn't seem to help much.
Please help me solve this problem.
Thanks,
S. Neumann
I need to write a program (VB6/C#) that automates Word (97) and does
the following:
- takes a bunch of image files (jpg)
- inserts them into a new document
- resizes them and makes sure there are 2 on each page (each one is
15x10cm)
I managed to insert the pictures and resize them, but i'm having
trouble with setting their position so that there will be two on each
page. I tried inline shapes and it basically works, but I need spacing
between the images which I try to handle with TypeParagraph but it
doesn't seem to help much.
Please help me solve this problem.
Thanks,
S. Neumann