Hi, all,
is it possible to use such a procedure to create (a) a GIF file ( containing all pages in one?
My goal is to distibute a pub-file in a more general & easy to use file format.
Browsing the VBA help I found this method:
ActiveDocument.SaveAs Filename:=”URLPath” & .Name, Format:=pbFileHTMLFiltered
but…
– I don’t find a constant (like pbFileHTMLFiltered) for saving as a GIF file;
– this method is only available for the document object, not for the window object, right?
– you can only save one page (or two if using Double Page view) at a time to a separate file, right?
Actually, I think I’ll save myself using a free pdf-convertor, but it would be good to know if it could be done otherwise too…