Remove text frames in word
Thread poster: Gillian Searl
Gillian Searl
Gillian Searl  Identity Verified
United Kingdom
Local time: 20:44
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: 21:44
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: 14:44
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: 15:44
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






Protemos translation business management system
Create your account in minutes, and start working! 3-month trial for agencies, and free for freelancers!

The system lets you keep client/vendor database, with contacts and rates, manage projects and assign jobs to vendors, issue invoices, track payments, store and manage project files, generate business reports on turnover profit per client/manager etc.

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 »