Reply
 
Thread Tools Display Modes
  #1   Report Post  
triniscot triniscot is offline
Junior Member
 
Posts: 4
Default Formatting text copied from internet or pdfs

A simple query from a newbie! Basically: I occasionally buy or download "E books" in pdf format..... or I copy and paste text from emails or the internet. There are often large spaces and gaps in the text so that when printed they take up loads of paper! So to remedy this I try to "tighten them up" by copying and pasting the text into Notepad or a Word document. However.... I note that sometimes the formatting does not allow the text to go to the margin (I have chosen narrow margins to use less paper).

Not being a Word jockey I usually fix it by - laboriously - hitting "delete" at the end of each line and which brings the next line of text up... However I now have a 134 page document to do and this is not an option!

Is there a quick and easy way to ensure the line breaks at the end of every line are removed in an entire document so the text will fill the line to the margin? I am using Home and Student Office 2007.
  #2   Report Post  
triniscot triniscot is offline
Junior Member
 
Posts: 4
Default

Wow. What a great forum! As soon as I posted my query below up came the same query from "kg" - answered by Suzanne B with a link to a web page with - I hope - the answer! I have printed it and will now read and see if I can make it work! Thanks kg and SB - I will tell everyone where to go for solutions to Word problems!!


A simple query from a newbie! Basically: I occasionally buy or download "E books" in pdf format..... or I copy and paste text from emails or the internet. There are often large spaces and gaps in the text so that when printed they take up loads of paper! So to remedy this I try to "tighten them up" by copying and pasting the text into Notepad or a Word document. However.... I note that sometimes the formatting does not allow the text to go to the margin (I have chosen narrow margins to use less paper).

Not being a Word jockey I usually fix it by - laboriously - hitting "delete" at the end of each line and which brings the next line of text up... However I now have a 134 page document to do and this is not an option!

Is there a quick and easy way to ensure the line breaks at the end of every line are removed in an entire document so the text will fill the line to the margin? I am using Home and Student Office 2007.[/quote]
  #3   Report Post  
triniscot triniscot is offline
Junior Member
 
Posts: 4
Default

OK - have now read suggestion from Suzanne - I found how to use Show/Hide - I have no "bent arrows" and all my Pilcrows came up beautifully! I then worked out how to add "Auto Format" to my Tool Bar and ....wait for it... it still doesn't work and all them pesky pilcrows are still there! (I also tried the suggestion of using Find and Replace for ^013 with ^p in case the pilcrows were the ones that look like paragraph breaks but aren't... but then AutoF still does not remove them)

Any further suggestions SB? Either way I have learnt more in the last ten minutes than the last ten years!

Quote:
Originally Posted by triniscot View Post
Wow. What a great forum! As soon as I posted my query below up came the same query from "kg" - answered by Suzanne B with a link to a web page with - I hope - the answer! I have printed it and will now read and see if I can make it work! Thanks kg and SB - I will tell everyone where to go for solutions to Word problems!!


A simple query from a newbie! Basically: I occasionally buy or download "E books" in pdf format..... or I copy and paste text from emails or the internet. There are often large spaces and gaps in the text so that when printed they take up loads of paper! So to remedy this I try to "tighten them up" by copying and pasting the text into Notepad or a Word document. However.... I note that sometimes the formatting does not allow the text to go to the margin (I have chosen narrow margins to use less paper).

Not being a Word jockey I usually fix it by - laboriously - hitting "delete" at the end of each line and which brings the next line of text up... However I now have a 134 page document to do and this is not an option!

Is there a quick and easy way to ensure the line breaks at the end of every line are removed in an entire document so the text will fill the line to the margin? I am using Home and Student Office 2007.
[/quote]
  #4   Report Post  
Posted to microsoft.public.word.newusers
Terry Farrell Terry Farrell is offline
external usenet poster
 
Posts: 2,904
Default Formatting text copied from internet or pdfs

Usually, the lines are ended with a line feed or sometimes a paragraph
break. If you toggle on the non-breaking characters (by clicking on the
backwards P character or use the keyboard shortcut Ctrl+Shft+*) and look to
see if line feeds or paragraph breaks have been inserted and whether they
are preceded by a space character of not.

Then the procedure is to use the Replace dialog (Ctrl+H) and enter in the
Find box ^l (for line feed) or ^p (for paragraph break). In the replace box
enter either nothing or a space character if it is needed. Note that those
are lowercase L or P: capitals will not work.

That is the basics, but you will find that you need to enhance this
procedure because the problem with the simple solution is that you will
probably lose the 'real' end of paragraphs and end up with one long
continuous page of text that needs more editing.

Invariably, the real end of paragraphs will be either two consecutive
paragraph breaks or line feeds. So to preserve these, before you do the
above replace action, search for either ^p^p or ^l^l and replace them with a
unique character string such as X$C%. Once you have done that, replace all
the single ^p or ^l characters. Finally, replace the unique string you
used - X$C% - with ^p^p to restore the real end of paragraphs.

--
Terry Farrell - MSWord MVP

"triniscot" wrote in message
...

A simple query from a newbie! Basically: I occasionally buy or download
"E books" in pdf format..... or I copy and paste text from emails or
the internet. There are often large spaces and gaps in the text so that
when printed they take up loads of paper! So to remedy this I try to
"tighten them up" by copying and pasting the text into Notepad or a
Word document. However.... I note that sometimes the formatting does
not allow the text to go to the margin (I have chosen narrow margins to
use less paper).

Not being a Word jockey I usually fix it by - laboriously - hitting
"delete" at the end of each line and which brings the next line of text
up... However I now have a 134 page document to do and this is not an
option!

Is there a quick and easy way to ensure the line breaks at the end of
every line are removed in an entire document so the text will fill the
line to the margin? I am using Home and Student Office 2007.




--
triniscot


  #5   Report Post  
triniscot triniscot is offline
Junior Member
 
Posts: 4
Default

Wow! Problem sorted - my 134 page document is now 33 pages! Thanks for taking the time and trouble - and patience - to post such a useful and easily understood reply - Terry you're a star!

Quote:
Originally Posted by Terry Farrell View Post
Usually, the lines are ended with a line feed or sometimes a paragraph
break. If you toggle on the non-breaking characters (by clicking on the
backwards P character or use the keyboard shortcut Ctrl+Shft+*) and look to
see if line feeds or paragraph breaks have been inserted and whether they
are preceded by a space character of not.

Then the procedure is to use the Replace dialog (Ctrl+H) and enter in the
Find box ^l (for line feed) or ^p (for paragraph break). In the replace box
enter either nothing or a space character if it is needed. Note that those
are lowercase L or P: capitals will not work.

That is the basics, but you will find that you need to enhance this
procedure because the problem with the simple solution is that you will
probably lose the 'real' end of paragraphs and end up with one long
continuous page of text that needs more editing.

Invariably, the real end of paragraphs will be either two consecutive
paragraph breaks or line feeds. So to preserve these, before you do the
above replace action, search for either ^p^p or ^l^l and replace them with a
unique character string such as X$C%. Once you have done that, replace all
the single ^p or ^l characters. Finally, replace the unique string you
used - X$C% - with ^p^p to restore the real end of paragraphs.

--
Terry Farrell - MSWord MVP

"triniscot" DTHIS wrote in message
...

A simple query from a newbie! Basically: I occasionally buy or download
"E books" in pdf format..... or I copy and paste text from emails or
the internet. There are often large spaces and gaps in the text so that
when printed they take up loads of paper! So to remedy this I try to
"tighten them up" by copying and pasting the text into Notepad or a
Word document. However.... I note that sometimes the formatting does
not allow the text to go to the margin (I have chosen narrow margins to
use less paper).

Not being a Word jockey I usually fix it by - laboriously - hitting
"delete" at the end of each line and which brings the next line of text
up... However I now have a 134 page document to do and this is not an
option!

Is there a quick and easy way to ensure the line breaks at the end of
every line are removed in an entire document so the text will fill the
line to the margin? I am using Home and Student Office 2007.




--
triniscot


  #6   Report Post  
Posted to microsoft.public.word.newusers
Terry Farrell Terry Farrell is offline
external usenet poster
 
Posts: 2,904
Default Formatting text copied from internet or pdfs

Flattery will get you anywhere. g Thanks

Terry

"triniscot" wrote in message
...

Wow! Problem sorted - my 134 page document is now 33 pages! Thanks for
taking the time and trouble - and patience - to post such a useful and
easily understood reply - Terry you're a star!

Terry Farrell;399845 Wrote:
Usually, the lines are ended with a line feed or sometimes a paragraph
break. If you toggle on the non-breaking characters (by clicking on the

backwards P character or use the keyboard shortcut Ctrl+Shft+*) and
look to
see if line feeds or paragraph breaks have been inserted and whether
they
are preceded by a space character of not.

Then the procedure is to use the Replace dialog (Ctrl+H) and enter in
the
Find box ^l (for line feed) or ^p (for paragraph break). In the replace
box
enter either nothing or a space character if it is needed. Note that
those
are lowercase L or P: capitals will not work.

That is the basics, but you will find that you need to enhance this
procedure because the problem with the simple solution is that you will

probably lose the 'real' end of paragraphs and end up with one long
continuous page of text that needs more editing.

Invariably, the real end of paragraphs will be either two consecutive
paragraph breaks or line feeds. So to preserve these, before you do the

above replace action, search for either ^p^p or ^l^l and replace them
with a
unique character string such as X$C%. Once you have done that, replace
all
the single ^p or ^l characters. Finally, replace the unique string you

used - X$C% - with ^p^p to restore the real end of paragraphs.

--
Terry Farrell - MSWord MVP

"triniscot" DTHIS wrote in message
...-

A simple query from a newbie! Basically: I occasionally buy or
download
"E books" in pdf format..... or I copy and paste text from emails or
the internet. There are often large spaces and gaps in the text so
that
when printed they take up loads of paper! So to remedy this I try to
"tighten them up" by copying and pasting the text into Notepad or a
Word document. However.... I note that sometimes the formatting does
not allow the text to go to the margin (I have chosen narrow margins
to
use less paper).

Not being a Word jockey I usually fix it by - laboriously - hitting
"delete" at the end of each line and which brings the next line of
text
up... However I now have a 134 page document to do and this is not an
option!

Is there a quick and easy way to ensure the line breaks at the end of
every line are removed in an entire document so the text will fill
the
line to the margin? I am using Home and Student Office 2007.




--
triniscot -





--
triniscot


Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
need help in formatting text copied from a pdf document toolings Formatting Long Documents 1 February 26th 08 03:36 AM
formatting text copied from the internet KG Microsoft Word Help 2 July 25th 07 05:16 PM
Can I simply reformat text copied from pdfs to fit A4 page margin andyandy Page Layout 1 November 8th 06 03:46 AM
Formatting of copied table rows MAB Microsoft Word Help 3 August 1st 06 02:12 PM
Copied text from the internet won't paste into word2003. Why not? DaveG Mailmerge 0 October 18th 05 08:20 PM


All times are GMT +1. The time now is 01:01 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"