473,385 Members | 1,320 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Why not use PDF files?

I'm sorry if this is a little OT, but figured you all would have strong
opinions on the subject.

I'm maintaining an academic (i.e. information rich) site and the client
usually sends me Word and/or PDF files with information to post on the
site. One client suggested first providing a link to the original PDF file
so "people could print it easier" (can't most browsers do that?) and then
asked why not just use the PDF files she's already created with some
embedded links for the web pages, rather than go to the trouble of
converting it to HTML. I sort of know this is a bad idea, but I'm not sure
why, and need some cogent arguments against it. It's not a "job security"
thing at all, I'd be happy to make my work easier, I just know this isn't
a good way to present web pages--but why not? Again, please don't flame
me, except maybe for not already knowing the answer. Thanks a lot.

Denny
Jul 20 '05 #1
5 1428
Dennis M. Straussfogel <dm*@pgonlineNOSPAM.com> wrote:
I'm maintaining an academic (i.e. information rich) site and the client
usually sends me Word and/or PDF files with information to post on the
site. One client suggested first providing a link to the original PDF file
so "people could print it easier" (can't most browsers do that?) and then
asked why not just use the PDF files she's already created with some
embedded links for the web pages, rather than go to the trouble of
converting it to HTML. I sort of know this is a bad idea, but I'm not sure
why, and need some cogent arguments against it.


Have you read Jakob Nielsen's "PDF: Unfit for Human Consumption"
<http://www.useit.com/alertbox/20030714.html>?

Not everyone can access PDF documents directly. I know people who are
dependent on email PDF-to-text conversion services. And no one can use PDF
documents online as easily as they can use proper HTML documents.

It makes sense to use PDF for documents that aren't really going to be read
online, that are going to be downloaded and printed by virtually anyone who
uses them. But not for normal web content.
--
Darin McGrew, mc****@stanfordalumni.org, http://www.rahul.net/mcgrew/
Web Design Group, da***@htmlhelp.com, http://www.HTMLHelp.com/

"If you aren't part of the solution, then you are part of the precipitate."
Jul 20 '05 #2
Dennis M. Straussfogel wrote:
I'm sorry if this is a little OT, but figured you all would have strong
opinions on the subject.

I'm maintaining an academic (i.e. information rich) site and the client
usually sends me Word and/or PDF files with information to post on the
site. One client suggested first providing a link to the original PDF file
so "people could print it easier" (can't most browsers do that?) and then
asked why not just use the PDF files she's already created with some
embedded links for the web pages, rather than go to the trouble of
converting it to HTML. I sort of know this is a bad idea, but I'm not sure
why, and need some cogent arguments against it. It's not a "job security"
thing at all, I'd be happy to make my work easier, I just know this isn't
a good way to present web pages--but why not? Again, please don't flame
me, except maybe for not already knowing the answer. Thanks a lot.

Denny


Read the thread "Does anyone pay attention to standards?" There is much
there that is applicable to your question. The short answer is that
with most PDF's, a user must download the whole thing for just a small
piece of info. With HTML, a large document may be broken into smaller
units allowing users easier access to less than the entire document.

When both versions are available, the PDF offers much more complete
formatting options for printing where the HTML version may not print as
the author wants it to.

HTML for the "quick look." PDF for the downloadable complete formatted
print version.

I won't bother with PDF when I just want a look. I doubt that I am
alone. HTH.

--
Stan McCann
Tularosa Basin chapter ABATE of NM Cooordinator, Alamogordo, NM
'94 1500 Vulcan (now wrecked) :(
http://surecann.com/Dcp_2068c.jpg
Jul 20 '05 #3
dm*@pgonlineNOSPAM.com (Dennis M. Straussfogel) wrote:
I'm sorry if this is a little OT


I don't understand the "little" part. Why don't you post the question to
a group where it is on-topic, instead of writing apologies?
Hint: If you want arguments to convince someone, you should describe that
someone's situation, role, and level of knowledge about the Web.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 20 '05 #4
In article <dm******************@news.abccom.bc.ca>,
dm*@pgonlineNOSPAM.com (Dennis M. Straussfogel) writes:
I'm sorry if this is a little OT, but figured you all would have strong
opinions on the subject.


Simple. PDF is great for print, but a pain to read on-screen.
HTML (or plain text) works much better on-screen).

--
Nick Kew

Nick's manifesto: http://www.htmlhelp.com/~nick/
Jul 20 '05 #5

Thanks for the advice and link. Tells me what I need to know.

Denny
Jul 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Mike | last post by:
I am sure that I am making a simple boneheaded mistake and I would appreciate your help in spotting in. I have just installed apache_2.0.53-win32-x86-no_ssl.exe php-5.0.3-Win32.zip...
44
by: Xah Lee | last post by:
here's a large exercise that uses what we built before. suppose you have tens of thousands of files in various directories. Some of these files are identical, but you don't know which ones are...
0
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug...
18
by: JKop | last post by:
Here's what I know so far: You have a C++ project. You have source files in it. When you go to compile it, first thing the preprocessor sticks the header files into each source file. So now...
3
by: pooja | last post by:
Suppose i have created a class c1 with f1()in c1.cpp and included this c1.cpp in file1.cpp file , which is also having main() by giving the statement #include "c1.cpp". the same i can do by...
11
by: ambika | last post by:
Iam just trying to know "c". And I have a small doubt about these header files. The header files just contain the declaration part...Where is the definition for these declarations written??And how...
22
by: Daniel Billingsley | last post by:
Ok, I wanted to ask this separate from nospam's ridiculous thread in hopes it could get some honest attention. VB6 had a some simple and fast mechanisms for retrieving values from basic text...
18
by: UJ | last post by:
Folks, We provide custom content for our customers. Currently we put the files on our server and people have a program we provide that will download the files. These files are usually SWF, HTML or...
0
by: wal | last post by:
How does one attach files to emails using libgmail? The following code http://pramode.net/articles/lfy/fuse/4.txt works fine when said files are simple text files, but it failes as soon as the...
3
by: aRTx | last post by:
I have try a couple of time but does not work for me My files everytime are sortet by NAME. I want to Sort my files by Date-desc. Can anyone help me to do it? The Script <? /* ORIGJINALI
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.