Digital Formats for Project Manuals

We’re seeing an increase in the demand for digital versions of Project Manuals, to the point where for some projects only one or two hard copies are being produced and the majority are distributed as PDF’s. Our formats are optimized to produce two-sided printed documents, which may not be best for digital use. Are there changes to the document format that we should be considering to make them more digital-friendly?

Great question; I’ve been pondering that myself. I’ve been using odd/even headers/footers for fifteen years or so; they make sense for hardcopy. They don’t make sense for reading on a monitor, though. During the change, it’s good to use a font that works both on a monitor and online, but as long as it does work in both places, there should be no reason to change. In the end, though, it’s likely the guys in the field will be using hardcopy, so I don’t think it’s safe to favor online viewing - yet.

I give my clients 2 PDF sets.

  1. One PDF file set up for printing two-sided, that they can send to the printer.
  2. One PDF portfolio, with all sections bound together, but separate. Adobe Acrobat does this when you “Combine Files” and select “PDF Portfolio” instead of “Single PDF.”

Oh, I understand the question now. Good point. I use odd/even headers and footers too. I’m just used to looking at them on the screen and haven’t thought about my users that way. I don’t have blank pages in the PDF portfolio I send. So that’s the only formatting difference I use.

YES!!!

Adobe introduced the PDF Portfolio in Acrobat 9. This is sort of the same as using blocks or XREF’s in AutoCAD. Each PDF for individual Sections is inserted into the Portfolio. Once the volume of the Project Manual is assembled, the entire Portfolio can be printed at once or a Section can be printed individually.

The BEAUTY behind the PDF Portfolio is that the day of inserting blank pages at the end of Sections to maintain page 1 of a section being printed so it is bound on the right side of the book are gone!! When the entire Portfolio is printed, Acrobat prints each “file” (Section) continuously. This has probably saved me on average 2 hours of fooling around on each issue of a Project Manual (60%, 90%, Bid Call issues).

It also eliminates the need for the “This Page Left Intentionally Blank” pages after the End of Section (this has always made me laugh, as the page is OBVIOUSLY not blank because it has the header/footer and above noted text on it!!)

Personally, I add password security when printing each Section to disable editing but allow high resolution printing. Once I have each volume assembled, I apply the same security settings to the volume.

The only word of caution is depending on which Portfolio layout you choose the printing of Entire PDF may not be available. Typically I use “Revolve” or “Sliding Row”

Paul, thanks. I didn’t realize I didn’t need to send 2 separate files!

Liz…you’re most welcome. That’s what makes this place so great…the little tidbits you get from a variety of sources that make life easier!

In Adobe Acrobat, View->Page Display->Two Page Viewing AND check View->Page Display->Show Cover Page in Two Page View so the first page gets shown by itself, and enabling you to see left (even) and right (odd) paging as it would be for a book hard copy set.

I do not have a similar trick for MS Word, I wish I did, so Word always displays left leafs on the right and right leafs on the left in two page view.

In my automated procedures for setting up automatic “Page Deliberately Left Blank” notes to keep new sections starting on odd leafs, I use only a page break, which mean all of my Sections have an even number of pages (but as a result the deliberately blank page uses the same headers and footers as the page that preceded it). Thoughts on a better approach?

Does your page number in the footer have the page count as well? E.g. Page 3 of 4? If so then the footer could conceivably cause confusion if the blank page is done in Word. Maybe not much chance of confusion but someone will surely receive sections individually at some point even though we’d like to think it doesn’t happen. You might find it works better to insert blank pages in Adobe Acrobat Pro after you’ve combined individual spec PDFs into a single file for each volume. You can quickly run through the bookmarks using down arrow then spacebar, watching for any that begin on an even number. If so, leave bookmark view by clicking the one for page thumbnails, and drag a PDF of your blank page in from a file folder. It sounds complicated but it’s not after doing it a few times.

But if you don’t have page count in the footers,e.g. it is just shown as page 3 there should be no confusion, you’re not saying end of section while saying also that there is another page. An autotext entry and a simple macro can help make your blank pages quickly and consistently. I use ctrl-enter, enter about 6 more times, and the words “THIS PAGE INTENTIONALLY LEFT BLANK”, required by some agencies. A macro with an empty dir() command and examining the page count in final view can apply it to multiple files in a folder. I wish there were an easier way but I haven’t found one yet.

I’ll have to try Liz’s and Paul’s idea of using the portfolio method.

WordPerfect allows one to shut off the header and/or footer at any point in a document.
I am surprised that MS Word has not copied this feature like they did all the other features of WordPerfect.

There must be a way, because some sections in a certain client-specific master say Header Section 1, 2, 3 etc. and have different headers/footer in each of those sections. I’ve never attempted to create those myself though. Mostly they add to the challenge of getting headers consistent and are often not noticed until reviewing the final resulting combined PDF. But this could be used to stop the header/footet, by making a Section 2 and leaving them blank.

In MS Word, you can insert a section break and then create a page format for that section. Go to Page Setup and select the Layout tab. at the bottom, you can “apply” the different stuff to the Whole document or “This point forward.” The default setup for footers and headers is that they are linked to the previous section. Find the Headers & Footers tool and look at the “Link to previous” selection, you probably want to deselect this option.

OK, I got the chance to try the portfolio method a few people have been talking about. The simplicity of it is good for sending out to a printer for hardcopy so they can choose print all and they will get the documents sent in order as individual print jobs.

What I still like about the single PDF “binder” method:

  • An excellent final quality control step. You can maximize the window, zoom to page level (Ctrl-0) in single page view, and watch for any sort of anomalies while holding down or tapping the page down key. Even if you use portfolios, you could still combine a draft this way for QC purposes and throw it away when you are done. I use comments to flag problems if any, which are easily found in the Comments List.

  • You can set initial view so the bookmarks will be on, maximizing user-friendly navigation. None of the portfolio views offer anything close to this. The bookmarks are derived from the filenames, e.g. section number " - " section title. It leaves off the extension. You can instantly page down through the bookmarks and you see full section names. Portfolio views either don’t show the filenames or they are cut off after a few letters. You have to put up with animation that slows things down.

  • The resulting file size is much smaller. Portfolios seem to have a lot of bloat, even with all other things being equal.

  • The person printing hardcopies doesn’t need to look around for how to “print all” because it is the default behavior.

The settings I use are in File > Properties (or Ctrl-D) > Initial View tab – Navigation tab: Bookmarks Panel and Page. Set page layout and magnification as you prefer. I like Single Page Continuous, 100%. Seems to be the least surprises to users while navigating the document because it doesn’t jump ahead when scrolling. You could use Fit Width for the magnification because that is what the bookmarks themselves are by default, and I’m not aware of a way to change them all. Open the bookmarks before you save, make sure the width of the bookmark pane is good, and collapse to top level bookmarks with the options button at top left of the bookmarks pane. It only takes a few seconds to do all this once you are familiar.

I have finished developing a pretty good macro to add the blank pages, works 98% of the time. Hangs on documents that have a table at the end. Some day I will fix that, as well as use J Peter’s suggestions and David Lorenzini’s from another thread, to make it drop the header/footer too.

It is way fewer documents that need blank pages manually inserted now but I do it in the combined PDF (to follow sections by outside consultants, existing conditions reports, Excel files, etc). I just quickly run through the bookmarks to jump to page 1 of each document (down arrow key, space), watching the page number flash by in the toolbar. When I see an even number, I slip in a blank page.

For projects with only a few sections I skip the macro and just use the bookmarks to help drop in blank pages. Christopher I tried your two-page view idea and it is pretty cool. If your sections are very long, it is a lot more pages to look at though.

By the way, I don’t use different odd/even headers. Too easy for someone to try changing the header and not know to do it TWICE so things can end up going out still having incorrect information. So much better things to do with our time. Anything is better than lurking problems.

Does everyone still insert blank pages at the end of even-numbered sections? Does this have a benefit other than to allow contractors to split-up hardcopy sections? It seems a practice that will go away as hardcopy becomes less used.

The printer does it at the time of printing. I don’t intentionally add blank sheets in the PDFs or MS Word files.

Actually, the slip sheets are added to odd-numbered sections so the first page of each succeeding section is on the right-hand.

This will seem silly when we finally evolve into a paperless world.

I put “slip sheet” pages in my pdfs because it saves time on the printer’s end. If they know my pdfs are print-ready, then they just run them and send them out, usually the same morning, even on large jobs.

I don’t add them. As far as I know, the printer charges the same fee whether they add blank sheets or not, and, so do I, so why spend my extremely valuable time doing it? Over hundreds of project manuals, I have been requested to add blank sheets on maybe 5 projects.

I add blank pages, without footers, within the original word processing file. It is very easy using WordPerfect.