Visio Document PrintOut

J

junior77048

I am trying to print all the pages in a visio document but the problem I keep
getting is that it only prints the first page. I use the printout method of
the visio.document object and pass it the following parameters:
oDoc.PrintOut(PrintRange:=Visio.VisPrintOutRange.visPrintAll,
PrintToFile:=True, OutputFileName:=str & ".tif")
I am trying to create a mulitpage tif of my document but only the first page
of my document will appear. I have at least 7 pages in the visio
document..... Please help
 
P

Paul Herber

I am trying to print all the pages in a visio document but the problem I keep
getting is that it only prints the first page. I use the printout method of
the visio.document object and pass it the following parameters:
oDoc.PrintOut(PrintRange:=Visio.VisPrintOutRange.visPrintAll,
PrintToFile:=True, OutputFileName:=str & ".tif")
I am trying to create a mulitpage tif of my document but only the first page
of my document will appear. I have at least 7 pages in the visio
document..... Please help

Would you care to try my
http://www.visio-utilities.sandrila.co.uk/

Export all pages as images.
 
J

junior77048

Can someone please help, I just need to print my whole document into a multi
page tiff. I am using the Microsoft Office Document Image Writer. I just
get only the first page of my document when I open the tiff image. Please
Help..... Thanks
 
P

Paul Herber

Can someone please help, I just need to print my whole document into a multi
page tiff. I am using the Microsoft Office Document Image Writer. I just
get only the first page of my document when I open the tiff image. Please
Help..... Thanks

very few programs support multi-page TIFFs, save each page
individually and then, if you can find a program to create multi-page
TIFFs, join them together into one file.
 
J

junior77048

I can actually print the document into a multi page tiff when I open the
document in VISIO and hit print. It does create a mulitpage tif file. It
actualy prints all my pages into the tif file. Also, when i print word or
excel documents using the printout method of the document object or workbook
object, it does print to a multipage tif file. Im just asking because Visio
has the same method, and for other file types , the printout method does
work, but for a reason it doesn't print all my pages into the file.
 

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