Remove text frames in word
Thread poster: Gillian Searl
Gillian Searl
Gillian Searl  Identity Verified
United Kingdom
Local time: 19:45
German to English
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
France
Local time: 20:45
Member (2003)
English to Dutch
+ ...
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
Mexico
Local time: 12:45
English to Spanish
+ ...
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
Peru
Local time: 13:45
Member (2002)
English to Spanish
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:

Moderator(s) of this forum
Laureana Pavon[Call to this topic]

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

Remove text frames in word






Trados Business Manager Lite
Create customer quotes and invoices from within Trados Studio

Trados Business Manager Lite helps to simplify and speed up some of the daily tasks, such as invoicing and reporting, associated with running your freelance translation business.

More info »
Anycount & Translation Office 3000
Translation Office 3000

Translation Office 3000 is an advanced accounting tool for freelance translators and small agencies. TO3000 easily and seamlessly integrates with the business life of professional freelance translators.

More info »