Remove text frames in word
Iniziatore argomento: Gillian Searl
Gillian Searl
Gillian Searl  Identity Verified
Regno Unito
Local time: 19:32
Da Tedesco a Inglese
Mar 14, 2003

Hi all!

I\'ve got a 78 page document that was orginally in pdf format. I extracted it using Gemini and now have a word doc. The original pdf was in two columns and the word doc has maintained the text in the correct columns but the text is in numerous text boxes. You can remove the box by highlighting it, right clicking and choosing frame, delete frame - This then produces text that goes across the page, i.e. not in 2 columns. How can I remove all the text boxes in one go? If I then ch
... See more
Hi all!

I\'ve got a 78 page document that was orginally in pdf format. I extracted it using Gemini and now have a word doc. The original pdf was in two columns and the word doc has maintained the text in the correct columns but the text is in numerous text boxes. You can remove the box by highlighting it, right clicking and choosing frame, delete frame - This then produces text that goes across the page, i.e. not in 2 columns. How can I remove all the text boxes in one go? If I then choose 2 columns will it mess up the whole thing which is my fear? What would you do? Simply translate in the text boxes? They won\'t provide the doc in another format - I already asked. Thanks for any advice you may have.
Collapse


 
Gerard de Noord
Gerard de Noord  Identity Verified
Francia
Local time: 20:32
Membro (2003)
Da Inglese a Olandese
+ ...
Try a macro? Mar 14, 2003

Try this macro on a copy of the file or use (a test version of) Wordfast to extract the PDF text to a DOC without text boxes.



Regards,

Gerard



Sub ExtractFromTextBoxes()

\'

\' Macro recorded by Yves Champollion

\'

Dim i As Integer, Boite As Shape, ThisDoc As Document



Set ThisDoc = ActiveDocument

Documents.Add



For Each Boite In ThisDoc.Shapes

... See more
Try this macro on a copy of the file or use (a test version of) Wordfast to extract the PDF text to a DOC without text boxes.



Regards,

Gerard



Sub ExtractFromTextBoxes()

\'

\' Macro recorded by Yves Champollion

\'

Dim i As Integer, Boite As Shape, ThisDoc As Document



Set ThisDoc = ActiveDocument

Documents.Add



For Each Boite In ThisDoc.Shapes



If Boite.Type = msoGroup Then



For i = 1 To Boite.GroupItems.Count

With Boite.GroupItems(i).TextFrame

If .HasText Then

Selection.InsertAfter .TextRange

Selection.InsertParagraphAfter

Selection.Start = Selection.End

End If

End With

Next



Else



With Boite.TextFrame

If .HasText Then

Selection.InsertAfter .TextRange

Selection.InsertParagraphAfter

Selection.Start = Selection.End

End If

End With



End If



Next



End Sub
Collapse


 
Angelica Portales
Angelica Portales  Identity Verified
Messico
Local time: 12:32
Da Inglese a Spagnolo
+ ...
Deselect the "Retain Layout" checkbox Mar 14, 2003

Hi Gillian,



Before extracting text from your PDF, you can deselect Gemini\'s \"Retain Layout\" option to avoid creation of text frames in your resulting RTF file. That should do the trick!



HTH



Angélica

[ This Message was edited by:agportaleson2003-03-15 20:51]


 
Ramón Esquivel
Ramón Esquivel  Identity Verified
Perú
Local time: 13:32
Membro (2002)
Da Inglese a Spagnolo
Try this Mar 15, 2003

Hi Gillian,



Open your document in Wordpad and save it as RTF.

Open it again in Word, and you won\'t see text boxes anymore.



Regards,



Ramon


 


To report site rules violations or get help, contact a site moderator:

Moderatore(i) di questo Forum
Laureana Pavon[Call to this topic]

You can also contact site staff by submitting a support request »

Remove text frames in word






Trados Studio 2022 Freelance
The leading translation software used by over 270,000 translators.

Designed with your feedback in mind, Trados Studio 2022 delivers an unrivalled, powerful desktop and cloud solution, empowering you to work in the most efficient and cost-effective way.

More info »
TM-Town
Manage your TMs and Terms ... and boost your translation business

Are you ready for something fresh in the industry? TM-Town is a unique new site for you -- the freelance translator -- to store, manage and share translation memories (TMs) and glossaries...and potentially meet new clients on the basis of your prior work.

More info »