Remove text frames in word
Autor wątku: Gillian Searl
Gillian Searl
Gillian Searl  Identity Verified
Wielka Brytania
Local time: 03:09
niemiecki > angielski
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
Francja
Local time: 04:09
Członek ProZ.com
od 2003

angielski > niderlandzki
+ ...
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
Meksyk
Local time: 20:09
angielski > hiszpański
+ ...
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: 21:09
Członek ProZ.com
od 2002

angielski > hiszpański
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:

Moderatorzy tego 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 »
Wordfast Pro
Translation Memory Software for Any Platform

Exclusive discount for ProZ.com users! Save over 13% when purchasing Wordfast Pro through ProZ.com. Wordfast is the world's #1 provider of platform-independent Translation Memory software. Consistently ranked the most user-friendly and highest value

Buy now! »