how to preserve txt file formatting while converting to pdf.
I am using Adobe acrobat pro sdk to open text file.
File looses formatting when I open ig.
mobjAVdoc = CreateObject ("AcroExch.AVDoc")
mobjAVdoc.Open ("c:\temp\test.txt")
Can someone please help me.