> Publisher 2003 is running on the server and the object libraries for
> Office and Publisher are 11.0.
SaveAsPicture is a method of the Page object, as only one page can be stored
in one image.
Syntax:
Document.Pages(x).SaveAsPicture("FileName")
Alternatively, if your clients wanted higher resolution, lower download
sizes, and an easy print option, you could use a server-side PDF component,
print the Publisher file to a PDF file, and present that to the user.

Signature
Ed Bennett - MVP Microsoft Publisher
stolin - 27 Jan 2006 10:45 GMT
Thank You. That helps.
I thought about PDF as well. Can You recomend something that doesn't cost to
much?
> > Publisher 2003 is running on the server and the object libraries for
> > Office and Publisher are 11.0.
[quoted text clipped - 8 lines]
> sizes, and an easy print option, you could use a server-side PDF component,
> print the Publisher file to a PDF file, and present that to the user.
Ed Bennett - 27 Jan 2006 17:06 GMT
> I thought about PDF as well. Can You recomend something that doesn't
> cost to much?
http://sourceforge.net/projects/pdfcreator/

Signature
Ed Bennett - MVP Microsoft Publisher