Published: 7 Jan 2009 In: Website Design
I have been working on a project recently where the customer has requested the use of PDF files in the content. This actually happens frequently, especially when the customer is not that web savvy. It usually also involves a lengthy discussion on the use of PDF files and the impact to the visitor.
But it has caused me to sit back and make an attempt to understand the perspective of the customer.
Using a PDF file or two is not necessarily a web design sin. In fact, there are points to defend the use of a PDF file. So I thought it might be beneficial to highlight the pros and cons of using PDF files in your website content.
If you are not familiar with a PDF file, this is a file format, similar to a Word Document, that saves an electronic version of a document in a format suitable for printing. This file format should NOT be used for online presentation. It should only be used if you want to offer your visitors content for them to print and read offline.
So, why is PDF not suitable for presentation.
There are other times when using a PDF format might work better than others. For instance, one project wanted a place where potential investors could download a Powerpoint Presentation for the investment pitch. They converted the file to PDF to reduce the size (believe it or not) and maintain a similar experience than that of the actual presentation. It isn’t quite the same, but it served their particular purpose.
If you are going to be offering some of your content in the form of PDF files, it is always a good idea to reference a location to download the latest copy of the Acrobat Reader. This allows the user to get the reader easily without having to perform another search for it.
If you have a link to a PDF file (Making Your Words Sell), note it in the link text or display an icon next to the text. You insert an icon automatically by inserting the following lines into your CSS file:
padding: 2px 2px 2px 20px;
background: url("images/pdficon_small.gif") left center no-repeat;
}
You will need to download the Adobe icons from here. This will automatically insert the appropriate icon for any links to a file with the PDF extension.
To summarize, don’t use PDF for content that your users will read online. If you do require a secure format, state to your visitors the advantage of saving the file and printing for offline reading.
Do you have any other uses for PDF files? Any suggestions we haven’t covered here? Leave us your experiences as a comment.
Related posts:
Related posts brought to you by Yet Another Related Posts Plugin.
Siam Communications has been helping people with websites since 1998. We have offices in Hong Kong and Bangkok, Thailand offering a variety of low cost web services.
2 Responses to Using PDF files – Pros and Cons
Leonard Rosenthol
January 7th, 2009 at 11:53 pm
I would like to correct two points you made.
First, about “browser load times”.
PDF offers a feature called “Fast Web View”, where the PDF is prepared in such a way that the pages can be loaded “on demand” – so that only page 1 need be downloaded in order to view it! This makes for VERY fast viewing of documents.
Unfortunately, many people don’t properly prepare their documents for use on the web (ie. enable this feature) or use PDF creation tools that don’t support this feature. This gives people the (mistaken) impression that PDF doesn’t have the feature – it does, and has had since Acrobat 4 (over 10 years ago!)
Second, about “linking to PDF sections”.
PDF, like HTML, has the concept of ‘named anchors’ – though in PDF terminology they are called “Named Destinations” and they have been part of PDF since Acrobat 3. These can be used in all the same ways that one would use an HTML anchor – inside the same document or between documents INCLUDING of different types. So you can quite easily link from an HTML page directly to a heading/paragraph/etc. inside a PDF. In addition to just getting you to the right place in the document, a PDF “Named Destination” also supports the specification of ‘viewing criteria’ such as zoom factor, scrolling, etc.
Of course, just like HTML pages, the PDF has to have been authored (or post-edited) to incorporate the necessary destinations/anchors.
Hope that you can incorporate these corrections into your page for future readers.
Leonard Rosenthol
PDF Standards Architect
Adobe Systems
Eric
January 8th, 2009 at 9:21 am
Thank you Leonard,
This is very helpful. It sounds like there is room to expand on your points about preparing your PDF files for online use.
I was not aware of these features.
Thanks again,
Eric