Saving pages as seperate JPEG images

C

Cory

I am creating JPEG images from each page in a publication. Occasionally I
need to make slight changes to several graphics and save them again. I have
worked out in my mind and on paper (word document really) how I want it to
function, but I don't really know how to get started. How do you tell
Publisher to Save a page As JPEG? Then how do you go to the next page? I
plan to use text in a table on each page as the source text for the filenames
so that will not be a problem. Any help would be greatly appreciated.

Cory
 
C

Cory

OK, I have started working on it, and so far I am using a Do Until statment
to do until i > Total Number of Pages. Only thing is, I can't find that
property in the document. Anyone know what it is called or where i can find
it?

Also, How does one specify in the Save As Dialog the Default File Type
(alternately if I save as "ABC123.jpg" is it going to save the file as a
publisher file with .jpg extension?)

Cory
 
E

Ed Bennett

Cory said:
OK, I have started working on it, and so far I am using a Do Until statment
to do until i > Total Number of Pages. Only thing is, I can't find that
property in the document. Anyone know what it is called or where i can find
it?
[Document].Pages.Count

Also, How does one specify in the Save As Dialog the Default File Type
(alternately if I save as "ABC123.jpg" is it going to save the file as a
publisher file with .jpg extension?)

IIRC, Publisher automatically works out the filetype based on the
extension you supply. (Easy enough to test.)
 

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