Forum Moderators: phranque
Why do people still insist on using pdf? Is there any real reason for it? Is it a lazy way of making a web page or what?
You simply can't get tables to print out uniformly on other things.
Here is one thing that DOES bother me - and it happens on more than one of my computers.
1) Load up a webpage with pdf and it works fine.
2) Close the browser or hit back and it lets me.
3) Try to go to another webpage with pdf and I am hosed.
Seems like something called acroread32.something or other is still in there even after I close the browser. I try and remember to close it out with ctrl+alt+del, but sometimes I forget
Anyone else run into this?
As far as it being slow - you might need more memory or something. I just bought the computer I am typing on last month for $600 out of best buy. It is nothing fancy - and while it probably takes a minute to load a 35 page document - a few pages take only a couple seconds.
Chris R "Seems like something called acroread32.something or other is still in there even after I close the browser. I try and remember to close it out with ctrl+alt+del, but sometimes I forget."
I get this too and it sucks. Time waisted to get the information was waisted for the sake of what may be an easy way of viewing document. I just dont see any redeeming factors in using or creating documents in a pdf format.
If there are any advantages to using pdf please inform me.
Some people try to use PDF as web pages and use HTML for printing documents, but that is a personal decision, not a reflection on the underlying technology.
PDF file are compact and very portable. Hence the name Portable Document Format. The text is scalable, it can be used as a form template, and it works within a web browser or as a stand alone application. They are fast to download and share. It truly is the best format for sharing documents that need to be printed.
HTML files are really only designed to take text and present it through a web browser, hence the name Hyper-Text MARKUP language. It is a set of instructions to format text. Through the years people have developed other creative uses of the markup tags, such as including images, movies, sounds, and other events through additions of scripts and applets. But the primary purpose of HTML is to present text through a browser.
Think about tax forms. You can do an adequate job to create a tax form in HTML. But there is no way to guaranteee that the output will be identical on every computer, browser or printer. PDF will guarantee that.
If a person designs a website using PDF instead of HTML, it's that person's own fault. Just as you can create a web site using Word or Excel, you can create a PDF based site. But don't expect people to like it, or to return to it.
As previously mentioned, PDFs allow much better control of the final shared document. Layout of graphics, text, diagrams, etc., remain perfectly formatted in place, wherever the document is shared or printed.
It is also possible to produce PDFs in high resolution for litho printing, too.
The reason behind this thread is due to my surfing this morning. I wanted to check out a product and a pdf page comes up an took forever to load and I still did not get a chance to look at the products without seeing a blinking page. Some people wont ever learn.
Thanks for the clarification on the subject.
I particularly hate it when I click on a link that is not distinctly labeled a PDF and I fail to check the status bar to see if the link ends with the .pdf file extension.
I completely understand the value of a PDF but I really don't enjoy the difficulties surrounding the plug-in and the complexities of optimizing the PDFs themselves. Or would everything be fine if we all had fat bandwidth (clogged with PDFs)?
It would be nice if open source or open standards - XML/CSS/vector graphics - could evolve enough to avoid this proprietary nonsense.
However, I think that XHTML and CSS are the best technologies for presenting information on the web. I don't think that PDF documents will load in our future web-enabled cell phones and Pocket PCs.
Using a stylesheet with the media="print" attribute we can reformat an entire page to print perfectly on paper. I can't wait for the "Click here for printable version" or "Print this document in PDF" links to start disappearing. Of course, I'm still waiting for SVG to replace Flash... and PNG to replace GIF...
...if the viewer uses IE (4.0 and above). Netscape (up to 6.0 at least) ignores media=print and I'm not sure about opera (7.01 gets it right) and the other browsers out there.
Except for the nostalgic (and shrinking) Netscape 4.x crowd, I'm pretty sure that most people are using at least a version 5 browser. So media="print" support is available for almost all web users.
Opera has supported media="print" since version 4.
It could be worse than a PDF... people could be trying to feed you Word .docs, Excel spreadsheets, or (good heavens) PowerPoint presentations converted to HTML.... and you know they're thinking "Hey, everyone has MS Office, don't they?"
If you save the PDF file to your hardrive, it won't blink anymore, and you won't leave obnoxious swaths of traffic in their logfiles where the server recorded a new request every time the ^&*%$#& pdf blinked at you... ;) (I swear, we've had people come to our site and read every page of a 200+ page product manual through their browser!)
I have a series of sites where I need to print database driven forms. I do it in HTML with media-print CSS and it works.......most of the time. Everyone's margins are different based on the printer they own.
There is a server side solution called Active PDF which supposedly converts your HTML page to PDF on the server side, but I never got the demo to work and their help was lousy so I abandoned it.
There is a client side program which allows the user to "print" to PDF before actually printing called PDFFactory pro from fineprint.com which I use quite a bit now for screen shots and more. When my users have trouble with the HTML forms, I recommend they download this program to produce their forms.
I would rather have people send me PDF files than send anything like bloated Word or Office documents.
You can remove some of the flickering effects by changing the page scrolling options. The default is to jump to the next page top after each page break. I display pages as end to end joined, and this gives smooth scrolling and no page-break "jump".