Post Script issue with MODI

J

Jim Butler

Hi,

I am utilizing MODI to open up tiff (faxes) and convert them to pdf. The
problem is that when I print to a post script printer using the code below,
it generates a ps file, but that file is different that the file if I click
on Print (to the same ps printer). The big difference is noticed when
converting those ps files to pdf and the one the real modi ui is ok and the
automated one is thumbnailed for each page. Any ideas? It seems to simple
to not work right. I have tried both Fitmodes, neither works....

TIA,

Jim Butler

Code for automation

Dim doc As MODI.Document = New MODI.Document

doc.Create("c:\test2.tif")

doc.PrintOut(0, -1, 1, "Xerox PostScript", "c:\fromauto4.ps", True,
MiPRINT_FITMODES.miPRINT_PAGE)

doc.Close()

doc = Nothing
 
W

Wei-Dong XU [MSFT]

Hi,

Thanks for the posting!

I have replied your same issue at your another thread:
From: "Jim Butler" <[email protected]>
Subject: Lets try again.... MODI and Postscript issue
Date: Thu, 27 Apr 2006 10:52:14 -0400
Newsgroups: microsoft.public.office.developer.automation

Please feel free to let me know if you have any further question at that
thread.

Have a nice day!

Best Regards,
Wei-Dong XU
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 

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