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
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