These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Word Header underLines vanish when converting to pdf using distiller

Kamath10
Registered: Aug 22 2008
Posts: 4

Hi,

This is a vb6 application in which i am using the distiller to create pdf from word doc.
The word documents that i am trying to convert has a border in the header/footer.
The creation of the pdf works fine except for the fact that -
the border is missing in the pdf.
I investigated more into this and found that it is the postscript file that is the culprit.
My code for creating the postscript file is as follows.

moWord.ActivePrinter = PDFPrinterName
moSourceDocument.PrintOut OutputFileName:=sPostScript, PrintToFile:=True, Background:=False

However if i open the word document manually and generate the postscript file using Printeroptions, and then use the distiller to convert it, it works fine and the border is visible.

But if i use the Distiller on the postscript file produced by the code, the border is not visible.

Is there any printer settings that need to be set before invoking .Printout Function, so that the borders are included?

Thanks
Kamath

My Product Information:
Acrobat Standard 8.0, Windows
lkassuba
ExpertTeam
Registered: Jun 28 2007
Posts: 3636
Hi Kamath,

Since this is a VB application question, you might try posting this in the [url=http://www.adobeforums.com/webx/.eed56a0/]Acrobat Developer's forum[/url].

Lori Kassuba is an AUC Expert and Community Manager for AcrobatUsers.com.

Kamath10
Registered: Aug 22 2008
Posts: 4
Thanks Ikassuba