Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 07-09-2018, 07:30 PM
RickGaud RickGaud is offline Converted PDF to Word - Editing nightmare! Windows 10 Converted PDF to Word - Editing nightmare! Office 2016
Novice
Converted PDF to Word - Editing nightmare!
 
Join Date: Jul 2018
Posts: 1
RickGaud is on a distinguished road
Default Converted PDF to Word - Editing nightmare!

Hi everyone,

I'm looking to see if there is a better way to edit a large document that was converted from a report we produced where the software generated a PDF file. I converted the PDF file into Word (I know this is not always good) but all the tables and pictures are there and in the correct place. The problem I have is that I want each image scanned and its info on one page but the PDF generated it in two pages. Right now, in order to remove the page breaks, the continuous breaks, etc... I have to go through about 20 steps. I was wondering if anyone can take a look at the sample pages I've attached to tell me if there's a simpler way of doing this. The entire report has 454 pages, if I do it this way it's going to take forever! Thanking you in advance for looking. The last page in the report is what the final report for each IR scan should look like.

I tried setting tabs, deleting "Section Breaks", "Section Breaks Continuous", "Column Breaks", "returns", etc.. and again the results I want can only be achieved through about 20 steps!

Any help and a detailed step-by-step instructions on simplifying this process would be greatly appreciated. THANK YOU.
Attached Files
File Type: docx SAMPLE REPORT.docx (306.4 KB, 17 views)
Reply With Quote
  #2  
Old 07-09-2018, 08:09 PM
gmayor's Avatar
gmayor gmayor is offline Converted PDF to Word - Editing nightmare! Windows 10 Converted PDF to Word - Editing nightmare! Office 2016
Expert
 
Join Date: Aug 2014
Posts: 4,103
gmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud of
Default

There is no magic bullet to cleaning up converted files. The bottom line is that PDF is not intended to be edited. It is a medium for viewing. Essentially an equivalent of a printed copy.

If the original was created from a Word document, and is not protected, then simply opening the PDF in Word might produce a better start point.

As the process that creates the PDF appears to be in house, it would be better to explore whether that process can output to a Word document instead.

You may be able to create a macro that performs the necessary replace functions. e.g. http://www.gmayor.com/document_batch_processes.htm has an option to loist replacements pairs in a table and will run all those pairs on a document, but it will still take a deal of effort to work out what needs changing.
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
Reply With Quote
  #3  
Old 07-10-2018, 05:52 AM
kilroy kilroy is offline Converted PDF to Word - Editing nightmare! Windows 10 Converted PDF to Word - Editing nightmare! Office 2016
Competent Performer
 
Join Date: Sep 2016
Location: Southern Ontario
Posts: 118
kilroy is on a distinguished road
Default

Rick when ever I'm opening a PDF in word I first run text recognition in Adobe or BlueBeam and then when I have extra page breaks I run the following macro to remove all breaks:

Code:
Sub DeletePageBreaks()
Dim arr() As Variant
Dim i As Byte
Selection.Find.ClearFormatting
Selection.Find.Replacement.ClearFormatting
arr = Array("wdSectionBreakContinuous", "^m", "^n", "^b")
  For i = LBound(arr) To UBound(arr)
    With Selection.Find
      .Text = arr(i)
      .Replacement.Text = ""
      .Forward = True
      .Wrap = wdFindContinue
    End With
  Selection.Find.Execute Replace:=wdReplaceAll
  Next
End Sub
Reply With Quote
  #4  
Old 07-11-2018, 10:36 PM
eNGiNe eNGiNe is offline Converted PDF to Word - Editing nightmare! Windows 7 32bit Converted PDF to Word - Editing nightmare! Office 2010 64bit
Expert
 
Join Date: Jan 2012
Location: Brussels [BE]
Posts: 746
eNGiNe is on a distinguished road
Default

Quote:
Originally Posted by gmayor View Post
There is no magic bullet to cleaning up converted files. The bottom line is that PDF is not intended to be edited. It is a medium for viewing. Essentially an equivalent of a printed copy.
Hooray! can't be said often enough :-}
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Word 2016/365 Nightmare with Watermarks - Advice needed steve_lemon Word VBA 4 03-04-2018 09:19 AM
Converted PDF to Word - Editing nightmare! editing text converted from handwriting jsw OneNote 3 11-30-2014 03:41 PM
Converted PDF to Word - Editing nightmare! office word nightmare - essay!!! georgemcn Word 1 07-06-2012 05:36 PM
Converted PDF to Word - Editing nightmare! Word Letthead nightmare dave-mac Word 4 10-04-2011 03:49 PM
Converted PDF to Word - Editing nightmare! Microsoft Word 2003 nightmare Loochery Word 2 05-31-2011 02:04 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 10:05 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft