LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

.doc to .doc file transmission

Hi,

     I have a query.one of my .doc file contains tables.I have to convert it to text file and then from text to back .doc file.But the problem

 

is I am not getting the table in the end .doc file.Can I get back my original .doc file with out any format loss?Plz help me out.

 

 

 thanx

Vipul...

0 Kudos
Message 1 of 5
(2,700 Views)

duplicate here and here

Message 2 of 5
(2,696 Views)

Vipul,

 

traditional ASCII-files (*.txt) do not support formatting information except new line and tabulator (and similar). Therefore, if you convert the table to a "spreadsheet" txt, you already lost any information about the table.

I'd say that you should use LV to copy the *.doc file and then remove anything except the table from the new copy. This is the easiest way to keep the table.

 

hope this helps,

Norbert 

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 3 of 5
(2,695 Views)

MikeS81 wrote:

duplicate here and here


Seems that Vipul is very interested in different opinions 😉

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 4 of 5
(2,691 Views)

I just looked at your explanation (word.doc attached in ANOTHER thread) for doing this and think you'd be better served reading it as a binary file and transmitting that over your modem.  This small program successfully opened your Modem.doc and saved it as another file that was readable in MS Word.  Your doc had images in it, tables will be a piece of donut.  (I added a table just to see it work, and it did.)

 

Now...  Why do you post multiple threads for the same topic?  If you'd simply explain what you're trying to do and answer the questions posted back to you and show some of the work you've done this process will be beneficial to you and fun for us.  Don't you care that we all have so much work to do?  We have DEADLINES!!!!!!!

 

Anyway, If you'll promise to behave, we'll probably keep helping you... 

 

Jim 

 

Message Edited by jcarmody on 02-17-2009 04:51 AM
Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 5 of 5
(2,666 Views)