PC Review


Reply
Thread Tools Rate Thread

Converting TIFFs to PDFs using Office Imaging 2003 and Adobe Distiller in VB.NET

 
 
MC
Guest
Posts: n/a
 
      10th Nov 2004
Hi,


I'm developing an VB.NET app that converts TIFFs to PDFs using Office
Imaging 2003 and Adobe Distiller 6.0 in the follwing way:

1. Using automation, I open the TIFF file with Office Imaging 2003.

2. I Printout the document to a .PS file using the Printout method into
Adobe PostScript virtual printer.

3. I automate Distiller to convert the new .PS file into PDF.


Everything works just fine, except this little detail that is driving me
crazy: Only the first TIFF page is correctely converted. The other page's
resolution is simply reduced to an unreadble size!

Other points of interest:
1. Using the print menu from Office Imaging Application directly into PDF
works fine.
2. I've tried all differente resolutions and page sizes that Office Imaging
2003 printou method offers

Here is the code:




Dim doc As MODI.Document = New MODI.Document

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

doc.PrintOut(0, -1, 1, "Adobe PDF", "c:\test.ps", False,
MiPRINT_FITMODES.miPRINT_PAGE)



dim distObj as PdfDistiller = new PdfDistiller

distObj.FileToPdf ("c:\test.ps", "c:\test.df", "")




Does anyone have ideas about this strange problem?

Thanks in advance.

MC






 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Office 2003 Distiller =?Utf-8?B?QXJpem9uYQ==?= Microsoft Word Document Management 1 25th Apr 2005 06:33 PM
Adobe Distiller =?Utf-8?B?TGlseQ==?= Windows XP General 1 1st Mar 2004 06:25 AM
Adobe Distiller giordano Microsoft Windows 2000 Fax 0 12th Nov 2003 05:26 PM
Adobe Distiller Jim Windows XP Print / Fax 5 9th Nov 2003 07:57 AM
Adobe Distiller Janet Microsoft Access Reports 0 17th Aug 2003 03:55 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:43 AM.