in reply to Re^5: Save As option in Win32::OLE
in thread Save As option in Win32::OLE

The first line of my qestion explains my requirement. For that what i have given that code is enough and will work fine. I hope i need to upload what question i am asking instead of upload all my code and confuse you more.
Also i don't don't how to upload my screenshots or files here for your reference that's y i have explained how the output should like in my next mail.
Forget about "wdFormatDOSTextLineBreaks" and let me know the possibilites to achive my output.

Replies are listed 'Best First'.
Re^7: Save As option in Win32::OLE
by Corion (Patriarch) on Jun 17, 2009 at 09:23 UTC

    As you might have found out by the questions of the first responder, the code you posted was not enough. If you find your current code too confusing, reduce it until you have a small piece of code that still runs without needing anything else.

    You cannot upload screenshots here, and it is frowned upon to link to images elsewhere. Please describe in words what the problem is, or put the text files in between <code>...</code> tags, that way we can see and download them ourselves. The beauty of text files is that they can be copied into posts here.

    Actually looking at the documentation of wdFormatDOSTextLineBreaks, it seems as if it should do what I think you have described you wanted. If it doesn't do that, then that is not a problem in Perl but a problem in Microsoft Word, with wich we cannot help you. You can try to write the same program with Visual Basic, and see if the problem happens there as well, to diagnose this further.

      have you tried to save as one word file to plain text format which i mentioned here?

        No. Why should I do that?