<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: &#8216;10 Reasons why PDF is the right format for e-books in education&#8217;&#8212;our Adrenaline-Pumper of the Day:</title>
	<atom:link href="http://www.teleread.org/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.teleread.org/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/</link>
	<description>News &#38; views on e-books, libraries, publishing and related topics</description>
	<lastBuildDate>Mon, 22 Mar 2010 03:32:15 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: J. McNair</title>
		<link>http://www.teleread.org/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/comment-page-1/#comment-754504</link>
		<dc:creator>J. McNair</dc:creator>
		<pubDate>Sun, 06 Apr 2008 04:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/#comment-754504</guid>
		<description>Dear Muses! I need to PROOFREAD my brain dumps before clicking the &quot;Submit Comment&quot; Button. Apologies.</description>
		<content:encoded><![CDATA[<p>Dear Muses! I need to PROOFREAD my brain dumps before clicking the &#8220;Submit Comment&#8221; Button. Apologies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J. McNair</title>
		<link>http://www.teleread.org/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/comment-page-1/#comment-753037</link>
		<dc:creator>J. McNair</dc:creator>
		<pubDate>Fri, 04 Apr 2008 15:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/#comment-753037</guid>
		<description>Fence sitting time! Simply, I love the various formats for what they are good at, and nothing more. I shan&#039;t mention DRM because all formats can and have been DRM shackled.

I love PDF for the advanced layout options and beautiful font handling. Design-heavy media (magazines, sheet music, some poetry, comics, maps, some novels) often have no other option for any remotely faithful representation. The cute thing is Adobe&#039;s tight control means there is always a reference implementation to follow if the spec is inconsistent or vague. Just &quot;do what Adobe Reader does&quot;. PDF is Virtual Paper and it is pretty darn good at it, coming from a fine Postscript heritage.

OF course, that&#039;s part of the problem. PDF sucks for portability and usability on any device that doesn&#039;t have a huge, high res screen. Even then almost all PDF readers are obnoxious. Some aren&#039;t stable. Many non Adobe products have missing features. Almost all can&#039;t allow for reformatting, converting, or even printing the contents under certain conditions. Oh, and I know about tagged PDFs. This is one of the more clever things Adobe bolted onto the spec. Guess what? Generating this metadata requires careful oversight and editing to get RIGHT. We might as well be using XML! Oh, wait....

I love XML+CSS formats for heritage and usefulness. For pure text content it cannot be beaten.  Not to mention that it is designed to be infinitely extended, so any kind of craziness can be slid in. Since it is based on open standards, no single company&#039;s whims are law. Careful users of XML formats can even create self-documenting documents. Structure is the core of good XML and whatever metadata isn&#039;t THERE can be inferred easily. And for integration with Content Management Systems and databases? They luv XML. Simply, PDF specifies EXACTLY what and where everything is rendered, while XML only describes the content and lets the clients (and users) determine how to process it. Which leads to the flaws.

The problems are mainly with design. Precise layout adjustments using CSS are a series of approximations, with every engine having different interpretations of the standards. Assuming they actually follow them at all. Font and layout support have improved greatly (at least in web browsers) but many ebook readers have yet to leverage these improvements. Converting paper books takes time and care to do right, because XML thrives on structure and organization. Without it, there is only bland tag soup. Standards bodies have tried their best to improve things (SVG, MathML, CSS3), but bolting Postscript/PDF onto XML makes about as much sense as bolting XML onto PDF. 

In a perfect world, both formats would not compete. They would do what they are good at (PDF as virtual paper, XML as Content und Structure über alles) until some super format could absorb them both. Wait, no, that could be bad. I imagine some crazy serialization of PDF into an XML schema that could take precise layout instructions in an external file. Now I imagine these instructions to be in some magical Dr. Frankenstein language combining CSS, XPath and/or bits of Postscript and JavaScript. This is either the Best or Worst thing ever.</description>
		<content:encoded><![CDATA[<p>Fence sitting time! Simply, I love the various formats for what they are good at, and nothing more. I shan&#8217;t mention DRM because all formats can and have been DRM shackled.</p>
<p>I love PDF for the advanced layout options and beautiful font handling. Design-heavy media (magazines, sheet music, some poetry, comics, maps, some novels) often have no other option for any remotely faithful representation. The cute thing is Adobe&#8217;s tight control means there is always a reference implementation to follow if the spec is inconsistent or vague. Just &#8220;do what Adobe Reader does&#8221;. PDF is Virtual Paper and it is pretty darn good at it, coming from a fine Postscript heritage.</p>
<p>OF course, that&#8217;s part of the problem. PDF sucks for portability and usability on any device that doesn&#8217;t have a huge, high res screen. Even then almost all PDF readers are obnoxious. Some aren&#8217;t stable. Many non Adobe products have missing features. Almost all can&#8217;t allow for reformatting, converting, or even printing the contents under certain conditions. Oh, and I know about tagged PDFs. This is one of the more clever things Adobe bolted onto the spec. Guess what? Generating this metadata requires careful oversight and editing to get RIGHT. We might as well be using XML! Oh, wait&#8230;.</p>
<p>I love XML+CSS formats for heritage and usefulness. For pure text content it cannot be beaten.  Not to mention that it is designed to be infinitely extended, so any kind of craziness can be slid in. Since it is based on open standards, no single company&#8217;s whims are law. Careful users of XML formats can even create self-documenting documents. Structure is the core of good XML and whatever metadata isn&#8217;t THERE can be inferred easily. And for integration with Content Management Systems and databases? They luv XML. Simply, PDF specifies EXACTLY what and where everything is rendered, while XML only describes the content and lets the clients (and users) determine how to process it. Which leads to the flaws.</p>
<p>The problems are mainly with design. Precise layout adjustments using CSS are a series of approximations, with every engine having different interpretations of the standards. Assuming they actually follow them at all. Font and layout support have improved greatly (at least in web browsers) but many ebook readers have yet to leverage these improvements. Converting paper books takes time and care to do right, because XML thrives on structure and organization. Without it, there is only bland tag soup. Standards bodies have tried their best to improve things (SVG, MathML, CSS3), but bolting Postscript/PDF onto XML makes about as much sense as bolting XML onto PDF. </p>
<p>In a perfect world, both formats would not compete. They would do what they are good at (PDF as virtual paper, XML as Content und Structure über alles) until some super format could absorb them both. Wait, no, that could be bad. I imagine some crazy serialization of PDF into an XML schema that could take precise layout instructions in an external file. Now I imagine these instructions to be in some magical Dr. Frankenstein language combining CSS, XPath and/or bits of Postscript and JavaScript. This is either the Best or Worst thing ever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Tingle</title>
		<link>http://www.teleread.org/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/comment-page-1/#comment-752954</link>
		<dc:creator>Jack Tingle</dc:creator>
		<pubDate>Fri, 04 Apr 2008 13:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/#comment-752954</guid>
		<description>Joe Clark:

Alas, PUBLISHERS need to learn about tagged PDFs, not readers. There was a recent thread on rec.arts.sf.written about the free e-book version of Scott Sigler&#039;s &quot;Infected&quot;. It was only offered in untagged PDF formatted for hardcover-sized pages. This made it unusable on a lot of e-book reading devices, which tend to be PDAs or dedicated readers with smaller screens. This happens a lot.

As it happens, Mobipocket&#039;s latest version will convert the file into a useable prc file, rendering it readable in other formats. The conversion did, however, introduce some font and formatting problems.

In general, I wouldn&#039;t bother to take the time to discover the conversion at all, and Mr. Sigler would lose my attention, falling back into the hordes of authors who suffer from &quot;too many books, too little time.&quot; In this case, since my interest was piqued for other reasons, I did a little bit of legwork.

PDFs, in my experience, are a warning flag for the general run of e-book readers. Until authors and publisher learn how to cope with this, PDFs will discourage many people from reading e-books in that format. Readers, like myself, generally won&#039;t bother with the extra time and effort. We&#039;ll just read something else.

Regards,
Jack Tingle</description>
		<content:encoded><![CDATA[<p>Joe Clark:</p>
<p>Alas, PUBLISHERS need to learn about tagged PDFs, not readers. There was a recent thread on rec.arts.sf.written about the free e-book version of Scott Sigler&#8217;s &#8220;Infected&#8221;. It was only offered in untagged PDF formatted for hardcover-sized pages. This made it unusable on a lot of e-book reading devices, which tend to be PDAs or dedicated readers with smaller screens. This happens a lot.</p>
<p>As it happens, Mobipocket&#8217;s latest version will convert the file into a useable prc file, rendering it readable in other formats. The conversion did, however, introduce some font and formatting problems.</p>
<p>In general, I wouldn&#8217;t bother to take the time to discover the conversion at all, and Mr. Sigler would lose my attention, falling back into the hordes of authors who suffer from &#8220;too many books, too little time.&#8221; In this case, since my interest was piqued for other reasons, I did a little bit of legwork.</p>
<p>PDFs, in my experience, are a warning flag for the general run of e-book readers. Until authors and publisher learn how to cope with this, PDFs will discourage many people from reading e-books in that format. Readers, like myself, generally won&#8217;t bother with the extra time and effort. We&#8217;ll just read something else.</p>
<p>Regards,<br />
Jack Tingle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Clark</title>
		<link>http://www.teleread.org/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/comment-page-1/#comment-752922</link>
		<dc:creator>Joe Clark</dc:creator>
		<pubDate>Fri, 04 Apr 2008 12:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/#comment-752922</guid>
		<description>Someday, opponents of PDF will stop acting like they know enough about PDF to venture a technical opinion and will learn about tagged PDF and the easy reflow it permits. Viewer software has to actually enact that feature, of course.</description>
		<content:encoded><![CDATA[<p>Someday, opponents of PDF will stop acting like they know enough about PDF to venture a technical opinion and will learn about tagged PDF and the easy reflow it permits. Viewer software has to actually enact that feature, of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Gray</title>
		<link>http://www.teleread.org/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/comment-page-1/#comment-752783</link>
		<dc:creator>Joseph Gray</dc:creator>
		<pubDate>Fri, 04 Apr 2008 08:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/#comment-752783</guid>
		<description>Speaking of PDF and DRM, In my experience, it seems quite common to have the printing feature disabled, as well as the ability to copy text and annotate text. Considering that PDF&#039;s are so widely used for academic ebooks, this is incredibly stupid IMO.

If I can&#039;t print a passage of text, can&#039;t copy a passage of text, or even annotate the PDF I reading, this makes the ebook almost useless for study purposes. I really believe that the people making these decisions either don&#039;t have a clue about how people need to use their ebook, or they just don&#039;t care, as long as they have your money.</description>
		<content:encoded><![CDATA[<p>Speaking of PDF and DRM, In my experience, it seems quite common to have the printing feature disabled, as well as the ability to copy text and annotate text. Considering that PDF&#8217;s are so widely used for academic ebooks, this is incredibly stupid IMO.</p>
<p>If I can&#8217;t print a passage of text, can&#8217;t copy a passage of text, or even annotate the PDF I reading, this makes the ebook almost useless for study purposes. I really believe that the people making these decisions either don&#8217;t have a clue about how people need to use their ebook, or they just don&#8217;t care, as long as they have your money.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Gray</title>
		<link>http://www.teleread.org/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/comment-page-1/#comment-752780</link>
		<dc:creator>Joseph Gray</dc:creator>
		<pubDate>Fri, 04 Apr 2008 08:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/#comment-752780</guid>
		<description>Gerry Manacsa Says:

I imagine that a DRM’d .epub file could be set to have the same limitation (can someone who has produced such a file confirm?).

-------------

I doubt you&#039;re going to get anyone to confirm this, as DRM is not in the current epub spec. Apparently, Adobe has implemented some form of DRM to use with epub in their Digital Editions reader software. I don&#039;t know any more about it, however.</description>
		<content:encoded><![CDATA[<p>Gerry Manacsa Says:</p>
<p>I imagine that a DRM’d .epub file could be set to have the same limitation (can someone who has produced such a file confirm?).</p>
<p>&#8212;&#8212;&#8212;&#8212;-</p>
<p>I doubt you&#8217;re going to get anyone to confirm this, as DRM is not in the current epub spec. Apparently, Adobe has implemented some form of DRM to use with epub in their Digital Editions reader software. I don&#8217;t know any more about it, however.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Jonz</title>
		<link>http://www.teleread.org/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/comment-page-1/#comment-752617</link>
		<dc:creator>Todd Jonz</dc:creator>
		<pubDate>Fri, 04 Apr 2008 03:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/#comment-752617</guid>
		<description>David writes:

&lt;blockquote&gt;&lt;i&gt;I don’t have to worry about optimizing the Mobi and .epub files for a particular machine, the way Todd has been doing with PDF.&lt;/i&gt;&lt;/blockquote&gt;

I assume you mean that you don&#039;t have to worry about optimization as a *consumer* of e-books &#8212; and, of course, you shouldn&#039;t have to.  The *publisher* should worry about this for you, as, for example, the nice folks at &quot;manybooks.net&quot; have done; just go to the page for the title in which you&#039;re interested, select the appropriate device from a pulldown menu, &lt;i&gt;et voilà&lt;/i&gt;.  This is the sort of publishing environment in which the toolkit I&#039;m developing would be potentially useful; these are not end user tools.

&lt;blockquote&gt;&lt;i&gt;Is it possible that PDF works out better on Macs than on PCs?&lt;/i&gt;&lt;/blockquote&gt;

Quite possibly.  Mac OS is very PostScript oriented and uses Display PostScript extensively in the UI (the dock icons, for example, are PDF images, not bit-mapped images, which explains why they scale so nicely when you roll the mouse over them.)

Mac OS also provides native ability to print to a PDF file from any application (a feature which many Windows users envy), and the Preview utility provides a perfectly acceptable, lightweight image browser with PDF support that most Mac users prefer to Acrobat Reader.

&lt;blockquote&gt;&lt;i&gt;I hope the defenders will pay attention to Ficbot’s complaints about Adobe software crashing browsers.&lt;/i&gt;&lt;/blockquote&gt;

This has absolutely nothing to do with PDF as a file format, and has everything to do with poor quality application software.  IMHO Ficbot would be wise to explore alternative PDF browser plug-ins, or to consider configuring the machines in her classroom to use an external PDF browser.

I can&#039;t comment on Acrobat Reader (I&#039;m not a big fan of Adobe software myself, and I use it only when absolutely necessary), but I can attest to the fact that Adobe is capable of writing perfectly atrocious software.  The absolute, rock-bottom, worst application software I have ever used in my life was a video editing abomination called Adobe Premier.  Even though I paid close to $1K for it, I replaced it with a competing product in less than a year.

Ficbot writes:

&lt;blockquote&gt;&lt;i&gt;PDF documents are very hard to edit.&lt;/i&gt;&lt;/blockquote&gt;

Once again, this is a case of the wrong tool for the job.  PostScript and PDF were designed for page-oriented, printed output and were never intended as editable formats.  Since the specs for these formats are published, it&#039;s *possible* to write an application that allows them to be edited, but just because it&#039;s possible doesn&#039;t necessarily mean it&#039;s a good idea.  If editable content is the goal, PDF is certainly not the best tool for the job.</description>
		<content:encoded><![CDATA[<p>David writes:</p>
<blockquote><p><i>I don’t have to worry about optimizing the Mobi and .epub files for a particular machine, the way Todd has been doing with PDF.</i></p></blockquote>
<p>I assume you mean that you don&#8217;t have to worry about optimization as a *consumer* of e-books &mdash; and, of course, you shouldn&#8217;t have to.  The *publisher* should worry about this for you, as, for example, the nice folks at &#8220;manybooks.net&#8221; have done; just go to the page for the title in which you&#8217;re interested, select the appropriate device from a pulldown menu, <i>et voilà</i>.  This is the sort of publishing environment in which the toolkit I&#8217;m developing would be potentially useful; these are not end user tools.</p>
<blockquote><p><i>Is it possible that PDF works out better on Macs than on PCs?</i></p></blockquote>
<p>Quite possibly.  Mac OS is very PostScript oriented and uses Display PostScript extensively in the UI (the dock icons, for example, are PDF images, not bit-mapped images, which explains why they scale so nicely when you roll the mouse over them.)</p>
<p>Mac OS also provides native ability to print to a PDF file from any application (a feature which many Windows users envy), and the Preview utility provides a perfectly acceptable, lightweight image browser with PDF support that most Mac users prefer to Acrobat Reader.</p>
<blockquote><p><i>I hope the defenders will pay attention to Ficbot’s complaints about Adobe software crashing browsers.</i></p></blockquote>
<p>This has absolutely nothing to do with PDF as a file format, and has everything to do with poor quality application software.  IMHO Ficbot would be wise to explore alternative PDF browser plug-ins, or to consider configuring the machines in her classroom to use an external PDF browser.</p>
<p>I can&#8217;t comment on Acrobat Reader (I&#8217;m not a big fan of Adobe software myself, and I use it only when absolutely necessary), but I can attest to the fact that Adobe is capable of writing perfectly atrocious software.  The absolute, rock-bottom, worst application software I have ever used in my life was a video editing abomination called Adobe Premier.  Even though I paid close to $1K for it, I replaced it with a competing product in less than a year.</p>
<p>Ficbot writes:</p>
<blockquote><p><i>PDF documents are very hard to edit.</i></p></blockquote>
<p>Once again, this is a case of the wrong tool for the job.  PostScript and PDF were designed for page-oriented, printed output and were never intended as editable formats.  Since the specs for these formats are published, it&#8217;s *possible* to write an application that allows them to be edited, but just because it&#8217;s possible doesn&#8217;t necessarily mean it&#8217;s a good idea.  If editable content is the goal, PDF is certainly not the best tool for the job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerry Manacsa</title>
		<link>http://www.teleread.org/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/comment-page-1/#comment-752600</link>
		<dc:creator>Gerry Manacsa</dc:creator>
		<pubDate>Fri, 04 Apr 2008 02:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/#comment-752600</guid>
		<description>The issue about being unable to copy/paste out of Acrobat Reader isn&#039;t an issue with the PDF format per se. By default, a document produced by Acrobat Professional allows copy/paste, and the producer of the document has to explicitly set the preference to disable that functionality. 

I imagine that a DRM&#039;d .epub file could be set to have the same limitation (can someone who has produced such a file confirm?).</description>
		<content:encoded><![CDATA[<p>The issue about being unable to copy/paste out of Acrobat Reader isn&#8217;t an issue with the PDF format per se. By default, a document produced by Acrobat Professional allows copy/paste, and the producer of the document has to explicitly set the preference to disable that functionality. </p>
<p>I imagine that a DRM&#8217;d .epub file could be set to have the same limitation (can someone who has produced such a file confirm?).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nagle</title>
		<link>http://www.teleread.org/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/comment-page-1/#comment-752542</link>
		<dc:creator>Robert Nagle</dc:creator>
		<pubDate>Fri, 04 Apr 2008 01:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/#comment-752542</guid>
		<description>Bob, regarding page up/down, I agree it works, but my mouse never is focused on the right window, plus there&#039;s latency and I can never keep track of what section is from the previous page down. Plus, I can never get the Zoom dimensions right. This probably sounds petty.</description>
		<content:encoded><![CDATA[<p>Bob, regarding page up/down, I agree it works, but my mouse never is focused on the right window, plus there&#8217;s latency and I can never keep track of what section is from the previous page down. Plus, I can never get the Zoom dimensions right. This probably sounds petty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gnawingonfoot</title>
		<link>http://www.teleread.org/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/comment-page-1/#comment-752494</link>
		<dc:creator>gnawingonfoot</dc:creator>
		<pubDate>Fri, 04 Apr 2008 00:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/#comment-752494</guid>
		<description>As a student, pdf documents go straight to the printer, as I absolutely hate reading them on my computer (or anywhere else).  But even at the printers they cause a lot of problems.  The printer in main computer lab at Ballantine Hall (the biggest academic building in the western hemisphere--or at least at IU) gets so backed up with students&#039; print jobs whenever somebody has to print out scans of books or something.  The printer processes them so horribly slowly.  Usually a crowd amasses at the printer and we glare at whoever felt they had to print out their 80-page scanned reading assignment in the middle of the day when everybody else is trying to get their papers printed out for class.

But I guess that&#039;s really more of a scanning versus OCRing.  But if nothing else, Acrobat Reader has been the clunkiest, slowest program to open up on the school computers.  I replaced it with Foxit Reader on my own compy, and while that has made dealing with pdfs less painful, I still would prefer to have a more flexible format for dealing with everything.

[Moderator: &lt;a href=&quot;http://www.bloomingpedia.org/wiki/Ballantine_Hall&quot; rel=&quot;nofollow&quot;&gt;Ballantine Hall&lt;/a&gt;, shown in photo below from &lt;a href=&quot;http://www.bloomingpedia.org&quot; rel=&quot;nofollow&quot;&gt;bloomingpedia&lt;/a&gt;, is at &lt;a href=&quot;http://en.wikipedia.org/wiki/Indiana_University&quot; rel=&quot;nofollow&quot;&gt;Indiana University&lt;/a&gt;. That&#039;s the &quot;IU&quot; mentioned above. - &lt;a href=&quot;mailto:drNOSPAMteleread.org&quot; rel=&quot;nofollow&quot;&gt;DR&lt;/a&gt;]

&lt;img src=&quot;http://www.teleread.org/BallantineHall.jpg&quot; alt=&quot;Ballantine Hall&quot; /&gt;

</description>
		<content:encoded><![CDATA[<p>As a student, pdf documents go straight to the printer, as I absolutely hate reading them on my computer (or anywhere else).  But even at the printers they cause a lot of problems.  The printer in main computer lab at Ballantine Hall (the biggest academic building in the western hemisphere&#8211;or at least at IU) gets so backed up with students&#8217; print jobs whenever somebody has to print out scans of books or something.  The printer processes them so horribly slowly.  Usually a crowd amasses at the printer and we glare at whoever felt they had to print out their 80-page scanned reading assignment in the middle of the day when everybody else is trying to get their papers printed out for class.</p>
<p>But I guess that&#8217;s really more of a scanning versus OCRing.  But if nothing else, Acrobat Reader has been the clunkiest, slowest program to open up on the school computers.  I replaced it with Foxit Reader on my own compy, and while that has made dealing with pdfs less painful, I still would prefer to have a more flexible format for dealing with everything.</p>
<p>[Moderator: <a href="http://www.bloomingpedia.org/wiki/Ballantine_Hall" rel="nofollow">Ballantine Hall</a>, shown in photo below from <a href="http://www.bloomingpedia.org" rel="nofollow">bloomingpedia</a>, is at <a href="http://en.wikipedia.org/wiki/Indiana_University" rel="nofollow">Indiana University</a>. That's the "IU" mentioned above. - <a href="mailto:drNOSPAMteleread.org" rel="nofollow">DR</a>]</p>
<p><img src="http://www.teleread.org/BallantineHall.jpg" alt="Ballantine Hall" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Rothman</title>
		<link>http://www.teleread.org/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/comment-page-1/#comment-752488</link>
		<dc:creator>David Rothman</dc:creator>
		<pubDate>Fri, 04 Apr 2008 00:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/#comment-752488</guid>
		<description>All: Great PDF discussion. Since I regularly gripe about PDF here, I thought it would be cool to encourage defenders, not just my fellow PDF-haters, to speak out. I&#039;m grateful for the thoughtful comments from all sides. 

That said, I think I hope the defenders will pay attention to Ficbot&#039;s complaints about Adobe software crashing browsers. I doubt that publishers will agree with her wish to be able to modify files. But look, what if there were a way of changing things within PDF while flagging these changes and allowing people to revert to the original version and even tracking the changes? I might do a separate post on that. With HTML-style flexibility and more, clearly, the content would be much more useful in K-12.

As for the problems with screen size, that remains. Gerry, even on my desktop machine, I have trouble figuring out the right size for Wowio books. And this is true not just with my regular Adobe reader but also within Digital Editions. With alternatives like Mobipocket and .epub, by contrast, I fire up the files and they just work. I don&#039;t have to worry about optimizing the Mobi and .epub files for a particular machine, the way Todd has been doing with PDF. Hey, each to his/her own. That&#039;s just my take.

In her reply to my post, Kate raises excellent questions about page numbering and locations of specific items. but I would hope these could be addressed through workarounds within HTML and, longer term, through .epub standards. If there could be ways to coordinate online page-numbering with the paper variety, that would be wonderful.

Also let me ask yet another question. Is it possible that PDF works out better on Macs than on PCs? &lt;em&gt;Some&lt;/em&gt; of the most passionate PDF defenders are Mac people. Of course, the real reason could be that the Mac has more than its share of fans among publishers, who enjoy the amount of control that PDF gives them over a document&#039;s appearance. My own priorities, by contrast, even though I&#039;m a writer, are those of a reader, a user.

Answering Rob, I wonder if PDF is popular among many users because they&#039;re printing out files, or because that&#039;s what their systems come with.

Finally I&#039;ll conclude with a reminder that the TeleBlog is for PDF haters &lt;em&gt;and&lt;/em&gt; lovers. We need both/all viewpoints here, and I&#039;m really glad that pro-PDF people are around, so that we HTML and .epub types can be more aware of the deficiencies of our favorites and address them---one reason why I think Sophie in great for .epub, in terms of reminding the IDPF of features missing from the standard. Similarly, I hope that we skeptics&#039; complaints about PDF will be helpful to those who believe in it. We have visitors from Adobe and I&#039;m sure they&#039;ll be following this debate very closely.

Thanks,
David</description>
		<content:encoded><![CDATA[<p>All: Great PDF discussion. Since I regularly gripe about PDF here, I thought it would be cool to encourage defenders, not just my fellow PDF-haters, to speak out. I&#8217;m grateful for the thoughtful comments from all sides. </p>
<p>That said, I think I hope the defenders will pay attention to Ficbot&#8217;s complaints about Adobe software crashing browsers. I doubt that publishers will agree with her wish to be able to modify files. But look, what if there were a way of changing things within PDF while flagging these changes and allowing people to revert to the original version and even tracking the changes? I might do a separate post on that. With HTML-style flexibility and more, clearly, the content would be much more useful in K-12.</p>
<p>As for the problems with screen size, that remains. Gerry, even on my desktop machine, I have trouble figuring out the right size for Wowio books. And this is true not just with my regular Adobe reader but also within Digital Editions. With alternatives like Mobipocket and .epub, by contrast, I fire up the files and they just work. I don&#8217;t have to worry about optimizing the Mobi and .epub files for a particular machine, the way Todd has been doing with PDF. Hey, each to his/her own. That&#8217;s just my take.</p>
<p>In her reply to my post, Kate raises excellent questions about page numbering and locations of specific items. but I would hope these could be addressed through workarounds within HTML and, longer term, through .epub standards. If there could be ways to coordinate online page-numbering with the paper variety, that would be wonderful.</p>
<p>Also let me ask yet another question. Is it possible that PDF works out better on Macs than on PCs? <em>Some</em> of the most passionate PDF defenders are Mac people. Of course, the real reason could be that the Mac has more than its share of fans among publishers, who enjoy the amount of control that PDF gives them over a document&#8217;s appearance. My own priorities, by contrast, even though I&#8217;m a writer, are those of a reader, a user.</p>
<p>Answering Rob, I wonder if PDF is popular among many users because they&#8217;re printing out files, or because that&#8217;s what their systems come with.</p>
<p>Finally I&#8217;ll conclude with a reminder that the TeleBlog is for PDF haters <em>and</em> lovers. We need both/all viewpoints here, and I&#8217;m really glad that pro-PDF people are around, so that we HTML and .epub types can be more aware of the deficiencies of our favorites and address them&#8212;one reason why I think Sophie in great for .epub, in terms of reminding the IDPF of features missing from the standard. Similarly, I hope that we skeptics&#8217; complaints about PDF will be helpful to those who believe in it. We have visitors from Adobe and I&#8217;m sure they&#8217;ll be following this debate very closely.</p>
<p>Thanks,<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Gillham</title>
		<link>http://www.teleread.org/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/comment-page-1/#comment-752365</link>
		<dc:creator>Bob Gillham</dc:creator>
		<pubDate>Thu, 03 Apr 2008 20:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/#comment-752365</guid>
		<description>Robert, I use Page Up Page Down successfully with both XP &amp; Vista. I mostly download &amp; read off-line but I&#039;m sure it works on line too...are you missing a plug-in or something?</description>
		<content:encoded><![CDATA[<p>Robert, I use Page Up Page Down successfully with both XP &amp; Vista. I mostly download &amp; read off-line but I&#8217;m sure it works on line too&#8230;are you missing a plug-in or something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Jonz</title>
		<link>http://www.teleread.org/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/comment-page-1/#comment-752322</link>
		<dc:creator>Todd Jonz</dc:creator>
		<pubDate>Thu, 03 Apr 2008 19:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/#comment-752322</guid>
		<description>David writes:

&lt;blockquote&gt;&lt;i&gt;PDF, as I see it, is a toxic to e-books—given all the scrolling and other hassles it creates for me when I use it on small screens.&lt;/i&gt;&lt;/blockquote&gt;

What on earth does this mean, David?  If a book contains 500 pages, you still have to turn 499 pages regardless of whether the book is published in PDF or another format, don&#039;t you?

If you&#039;re trying to read a PDF document formatted for an 8.5 x 11 page on a handheld device, that&#039;s another matter -- the wrong tool for the job, if you will.  If, on the other hand, the PDF file has been properly formatted for the device on which you read it, I don&#039;t understand your objection.

PDF&#039;s page orientation can be both a strength and a weakness.  As my first effort to produce custom content for my iRex iLiad, I tediously formatted the text of a play using a word processor to produce a PDF file.  Next I marked up the text of the play as an XML file and used XML-based tools to produce an HTML version of the same play.

I like to have a header on each page that contains the name of the work and a chapter/act/scene number just to help me keep my bearings in the book as I read it.  This was easily accomplished in the PDF version, but not the HTML version.  There&#039;s also the matter of the blank line between blocks of text (paragraphs, lines in a play, etc.)  The manual production of the PDF version allowed me to make sure that these never appeared at the top of a page, but I have no control over this in the HTML version.  Widows are a problem in HTML, too; I put the name of the character who speaks a line of dialog in a play on the line preceding the dialog, and these are often separated when viewing the play in HTML format.

My XML-based tools depend on a library of CSS stylesheets to handle the vagaries of various specific devices, so matters like page and font sizes aren&#039;t a problem.  The visual formatting of the automatically flowed HTML text, however, remains a problem that I have yet to resolve.  Some of these will be resolved by HTML 5.0, but I&#039;m not going to hold my breath waiting for browser support.

My future plans for this toolkit are to make it possible to convert an XML file into multiple PDF files (rather than HTML files) optimized for specific devices, but this will require me to dip my toes into the murky waters of something called XSL-FO, an adventure I&#039;m saving for the summer, when I&#039;ll have more time to devote to the project.

Bottom line:  from where I sit, PDF is superior to HTML for this type of application as well as the best format currently available.</description>
		<content:encoded><![CDATA[<p>David writes:</p>
<blockquote><p><i>PDF, as I see it, is a toxic to e-books—given all the scrolling and other hassles it creates for me when I use it on small screens.</i></p></blockquote>
<p>What on earth does this mean, David?  If a book contains 500 pages, you still have to turn 499 pages regardless of whether the book is published in PDF or another format, don&#8217;t you?</p>
<p>If you&#8217;re trying to read a PDF document formatted for an 8.5 x 11 page on a handheld device, that&#8217;s another matter &#8212; the wrong tool for the job, if you will.  If, on the other hand, the PDF file has been properly formatted for the device on which you read it, I don&#8217;t understand your objection.</p>
<p>PDF&#8217;s page orientation can be both a strength and a weakness.  As my first effort to produce custom content for my iRex iLiad, I tediously formatted the text of a play using a word processor to produce a PDF file.  Next I marked up the text of the play as an XML file and used XML-based tools to produce an HTML version of the same play.</p>
<p>I like to have a header on each page that contains the name of the work and a chapter/act/scene number just to help me keep my bearings in the book as I read it.  This was easily accomplished in the PDF version, but not the HTML version.  There&#8217;s also the matter of the blank line between blocks of text (paragraphs, lines in a play, etc.)  The manual production of the PDF version allowed me to make sure that these never appeared at the top of a page, but I have no control over this in the HTML version.  Widows are a problem in HTML, too; I put the name of the character who speaks a line of dialog in a play on the line preceding the dialog, and these are often separated when viewing the play in HTML format.</p>
<p>My XML-based tools depend on a library of CSS stylesheets to handle the vagaries of various specific devices, so matters like page and font sizes aren&#8217;t a problem.  The visual formatting of the automatically flowed HTML text, however, remains a problem that I have yet to resolve.  Some of these will be resolved by HTML 5.0, but I&#8217;m not going to hold my breath waiting for browser support.</p>
<p>My future plans for this toolkit are to make it possible to convert an XML file into multiple PDF files (rather than HTML files) optimized for specific devices, but this will require me to dip my toes into the murky waters of something called XSL-FO, an adventure I&#8217;m saving for the summer, when I&#8217;ll have more time to devote to the project.</p>
<p>Bottom line:  from where I sit, PDF is superior to HTML for this type of application as well as the best format currently available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Preece</title>
		<link>http://www.teleread.org/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/comment-page-1/#comment-752309</link>
		<dc:creator>Rob Preece</dc:creator>
		<pubDate>Thu, 03 Apr 2008 19:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/#comment-752309</guid>
		<description>PDF seems to be the most popular format at BooksForABuck.com and, frankly, I&#039;m mystified. The whole point of PDF is to allow the creator to handle formatting exactly, without regard to the target machine. But I sometimes read on my PC, sometimes on my eBookWise, and sometimes on my Palm. Some PDF documents can be viewed on my Palm (but only by breaking the whole PDF formatting thing) but the result is slow and clunky (on a higher-powered Palm, this might not be as big a problem). When I get PDF documents that I want to put on my eBookWise, I have to cut and paste into a text document, which wrecks havoc on the line breaks and paragraphing (defeating the purpose of PDF). On my PC, I just have to restart after every few PDFs because something hangs and doesn&#039;t release memory.

I offer PDF because customers seem to like it. As a big eBook reader myself, I prefer other formats.

Rob Preece
Publisher, www.BooksForABuck.com</description>
		<content:encoded><![CDATA[<p>PDF seems to be the most popular format at BooksForABuck.com and, frankly, I&#8217;m mystified. The whole point of PDF is to allow the creator to handle formatting exactly, without regard to the target machine. But I sometimes read on my PC, sometimes on my eBookWise, and sometimes on my Palm. Some PDF documents can be viewed on my Palm (but only by breaking the whole PDF formatting thing) but the result is slow and clunky (on a higher-powered Palm, this might not be as big a problem). When I get PDF documents that I want to put on my eBookWise, I have to cut and paste into a text document, which wrecks havoc on the line breaks and paragraphing (defeating the purpose of PDF). On my PC, I just have to restart after every few PDFs because something hangs and doesn&#8217;t release memory.</p>
<p>I offer PDF because customers seem to like it. As a big eBook reader myself, I prefer other formats.</p>
<p>Rob Preece<br />
Publisher, <a href="http://www.BooksForABuck.com" rel="nofollow">http://www.BooksForABuck.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nagle</title>
		<link>http://www.teleread.org/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/comment-page-1/#comment-752258</link>
		<dc:creator>Robert Nagle</dc:creator>
		<pubDate>Thu, 03 Apr 2008 18:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/04/03/10-reasons-why-pdf-is-the-right-format-for-e-books-in-education-our-adrenalin-pumper-of-the-day/#comment-752258</guid>
		<description>Also, it&#039;s cumbersome to navigate from one place to another in the browser or even in Adobe Reader. I&#039;m always resizing the Zoom and manually pushing that scrollbar down. I would love to have the ability to use the page up/page down down button. 

I&#039;m not familiar with annotation features on PDF. Perhaps that is available only for people who bought the converter?</description>
		<content:encoded><![CDATA[<p>Also, it&#8217;s cumbersome to navigate from one place to another in the browser or even in Adobe Reader. I&#8217;m always resizing the Zoom and manually pushing that scrollbar down. I would love to have the ability to use the page up/page down down button. </p>
<p>I&#8217;m not familiar with annotation features on PDF. Perhaps that is available only for people who bought the converter?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
