<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Digital Editions</title>
      <link>http://blogs.adobe.com/digitaleditions/</link>
      <description>News, info and tips about Adobe Digital Editions</description>
      <language>en</language>
      <copyright>Copyright 2009</copyright>
      <lastBuildDate>Mon, 11 May 2009 14:39:17 -0800</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.38</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>EPUB generation library written in Java</title>
         <description><![CDATA[<p>It's come to my attention that I didn't really give EPUBGen a proper introduction, and so there's been some confusion about the project.
</p>
<h2>EPUBGen project</h2>
<p>EPUBGen is a Java library that demonstrates EPUB generation from a variety of document formats, and which may be a useful starting point or reference code for other EPUB generation needs. That is to say, it's an effort to promote the development of a variety of tools and workflows.</p>
]]></description>
         <link>http://blogs.adobe.com/digitaleditions/2009/05/epub_generation_library_writte.html</link>
         <guid>http://blogs.adobe.com/digitaleditions/2009/05/epub_generation_library_writte.html</guid>
         <category>Authoring</category>
         <pubDate>Mon, 11 May 2009 14:39:17 -0800</pubDate>
      </item>
            <item>
         <title>Font obfuscation code, available for review</title>
         <description><![CDATA[I realize this blog might have a diverse readership so I'll warn those of you who aren't developers, that this particular blog post probably isn't for you.

Unless you find reading Java code interesting, you can probably skip this article.

I've implemented the IDPF font obfuscation algorithm which is recommended <a href="http://www.openebook.org/doc_library/informationaldocs/FontManglingSpec.html">here</a>. The font obfuscation code can be found in the EPUBGen project, and so you can take and review, and use the code. In this article, I'm going to highlight just the portions of that project that are related to embedding and obfuscating the font information. (The project also has font subsetting and other features which I will not cover.)

]]></description>
         <link>http://blogs.adobe.com/digitaleditions/2009/05/font_mangling_code_available_f.html</link>
         <guid>http://blogs.adobe.com/digitaleditions/2009/05/font_mangling_code_available_f.html</guid>
         <category>Authoring</category>
         <pubDate>Mon, 11 May 2009 12:54:07 -0800</pubDate>
      </item>
            <item>
         <title>InDesign 6.0.2 and EPUB export</title>
         <description><![CDATA[There's a new <a href="http://www.adobe.com/support/downloads/new.jsp">update</a> to InDesign CS4. Version 6.0.2. The update fixes lots of other stuff, so you may want to look at the <a href="http://www.adobe.com/support/documentation/en/indesign_incopy/releasenotes.html">release notes</a> to see what's fixed that is not related to the EPUB export, I'm only going to talk about the EPUB plug-in.

]]></description>
         <link>http://blogs.adobe.com/digitaleditions/2009/05/indesign_602_and_epub_export.html</link>
         <guid>http://blogs.adobe.com/digitaleditions/2009/05/indesign_602_and_epub_export.html</guid>
         <category>Authoring</category>
         <pubDate>Fri, 08 May 2009 15:53:30 -0800</pubDate>
      </item>
            <item>
         <title>RTF, Word, and FB2 file conversion</title>
         <description><![CDATA[<p>EPUBGen is a project that Peter Sorotokin has started, it's a conversion utility for rtf files, word files, and FictionBook files. The output in each case is, of course, epub.</p>
<p>The project is open source, and available for <a href="http://code.google.com/p/epub-tools/">download</a>.</p>
<p>Note that there is also a .jar file for rtf2epub and it should work, but the main intent of this project is to provide source code and examples of the way things could be done. In other words, there's plenty of room for developers to improve and enhance the conversion.</p>
<p>The project includes code to convert a couple different formats to ePub, including generating all the required files and creating the package. The project also shows how to mangle embedded fonts, how to sub-set those font (thus reducing the size of the ePub).</p>]]></description>
         <link>http://blogs.adobe.com/digitaleditions/2009/04/rtf_word_and_fb2_file_conversi.html</link>
         <guid>http://blogs.adobe.com/digitaleditions/2009/04/rtf_word_and_fb2_file_conversi.html</guid>
         <category>Authoring</category>
         <pubDate>Tue, 28 Apr 2009 12:00:38 -0800</pubDate>
      </item>
            <item>
         <title>Working with the cover</title>
         <description>The covers on your books make a first impression. So when you&apos;re creating a cover for a book you&apos;re likely to put in some extra effort to make sure it looks good. When you&apos;re working with EPUBs and Adobe Digital Editions, there are some simple things that you can do that have a big impact on the look of the covers.</description>
         <link>http://blogs.adobe.com/digitaleditions/2009/03/working_with_the_cover.html</link>
         <guid>http://blogs.adobe.com/digitaleditions/2009/03/working_with_the_cover.html</guid>
         <category>Authoring</category>
         <pubDate>Fri, 27 Mar 2009 14:08:21 -0800</pubDate>
      </item>
            <item>
         <title>Options for creating the package file on a Mac</title>
         <description><![CDATA[So, when I need to create an epub by hand, I'll put everything I need in a folder, and then use the Terminal & zip it up by hand. 

Like so:

<ol>
<li>Navigate to the folder.</li>
<li><pre>zip -Xr9D book.epub mimetype *</pre></li>
</ol>

Ok, so I realize not every one is comfortable working at the command line.

That's where <a href="http://blogs.adobe.com/digitaleditions//MakePackage.scpt" title="MakePackage.scpt">MakePackage.scpt</a> comes in. It's an Applescript script that will take a folder and turn it into an EPUB. It expects the folder to be the same layout as the EPUB should be. So, just as if you had renamed a file to .zip and then extracted the contents.

Anyway, it's here if you find it useful, if not, there's always the command line.]]></description>
         <link>http://blogs.adobe.com/digitaleditions/2009/02/options_for_creating_the_packa.html</link>
         <guid>http://blogs.adobe.com/digitaleditions/2009/02/options_for_creating_the_packa.html</guid>
         <category>Authoring</category>
         <pubDate>Thu, 19 Feb 2009 21:56:07 -0800</pubDate>
      </item>
            <item>
         <title>InDesign Secrets</title>
         <description><![CDATA[Seems <a href="http://indesignsecrets.com/">InDesignSecrets.com</a> is starting to cover <a href="http://indesignsecrets.com/tool-of-change-notes-the-business-of-ebooks.php">EPUB and InDesign</a>. 

Awesome. Seems there's a real need for EPUB information for designers, publishers, and authors. Maybe this will help fill that need.]]></description>
         <link>http://blogs.adobe.com/digitaleditions/2009/02/indesign_secrets.html</link>
         <guid>http://blogs.adobe.com/digitaleditions/2009/02/indesign_secrets.html</guid>
         <category>Authoring</category>
         <pubDate>Wed, 11 Feb 2009 10:17:07 -0800</pubDate>
      </item>
            <item>
         <title>Digital Editions 1.7 Released!</title>
         <description><![CDATA[We've released Digital Editions 1.7:
<blockquote>Adobe has updated its popular Digital Editions software, a lightweight, rich Internet application for reading, acquiring, and organizing digital books and other publications. Digital Editions 1.7 greatly expands language support.</blockquote>]]></description>
         <link>http://blogs.adobe.com/digitaleditions/2009/02/digital_editions_17_released.html</link>
         <guid>http://blogs.adobe.com/digitaleditions/2009/02/digital_editions_17_released.html</guid>
         <category>General</category>
         <pubDate>Thu, 05 Feb 2009 13:42:23 -0800</pubDate>
      </item>
            <item>
         <title>ePubPreflight version 0.1.0 (was &quot;stylecheck&quot;)</title>
         <description><![CDATA[<p>There&#8217;s a new tool for checking ePub files. The tool does not do validation, that is the role of the epubcheck tool. The epubpreflight tool is intended to check the things that are not mentioned in the <span class="caps">EPUB </span>spec, but that could be issues in one environment or another.</p>

<p>ePubPreflight can be found in the <a href="http://code.google.com/p/epubcheck/downloads/list">epubcheck downloads.</a></p>

<p>If you&#8217;d like to discuss the tool, head on over to the <a href="http://groups.google.com/group/epubcheck">epubcheck discussion area</a> </p>

<p>I&#8217;ll be updating the project pages with instructions on how to use the ePubPreflight, but it&#8217;s just like using epubcheck. (Run at a command line, and use &#8216;java -jar epubpreflight-0.1.0.jar myEPub.epub&#8217;.)</p>]]></description>
         <link>http://blogs.adobe.com/digitaleditions/2008/11/epubpreflight_version_010_was_1.html</link>
         <guid>http://blogs.adobe.com/digitaleditions/2008/11/epubpreflight_version_010_was_1.html</guid>
         <category>Authoring</category>
         <pubDate>Fri, 14 Nov 2008 11:19:24 -0800</pubDate>
      </item>
            <item>
         <title>A tool to compliement epubcheck, &quot;stylecheck&quot;.</title>
         <description><![CDATA[<p>Recently I mentioned that I'm working on improving epubcheck, but then I was asked, "what about the items that don't relate to validation, but really should be checked anyway?"</p>

<p>The issues at hand are things like the 300k file size limit on content files, 10MB limit on images, and complexity issues with CSS.</p>

<p>The solution is a tool tentatively called "stylecheck" that would run much like the epubcheck tool, but would look for issues that are important to the reading systems, but are not necessarily issues of conformance.</p>

<p>An initial release of the tool alert the user to problems if it found:<br />
 * 300k or bigger chapter files.<br />
 * 10MB or larger images.<br />
 * CSS stylesheet with more than some number of styles (150?)</p>

<p>I could see other uses for the tool, checks to make sure that the package for a NIMAS submission has DTBook content rather than XHTML, or checks to make sure the publisher information in metadata is in the approved format. However the first step will be to create the tool and get the basic checks working.</p>

<p>Which is a work underway, and you should see something relatively soon on the epubcheck project pages.</p>

<p><br />
</p>]]></description>
         <link>http://blogs.adobe.com/digitaleditions/2008/11/a_tool_to_compliement_epubchec_1.html</link>
         <guid>http://blogs.adobe.com/digitaleditions/2008/11/a_tool_to_compliement_epubchec_1.html</guid>
         <category>General</category>
         <pubDate>Tue, 04 Nov 2008 10:56:53 -0800</pubDate>
      </item>
            <item>
         <title>Taking epubcheck (epub validtation tool) forward.</title>
         <description><![CDATA[<p>The <a href="http://code.google.com/p/epubcheck/">epubcheck</a> is a validation tool for ePub documents. It should determine whether the ePub under inspection conforms to the rules laid out in the IDPF specifications. In many circumstances it does just that, but it's not always clear what's happening, and sometimes the tool out and out fails. Of course the community is working to bring the tool forward and make it better.</p>

<p>Here I will give an outline of current and ongoing changes that I'm planning to make. Of course I would also like to put out a call for additional contribution/involvement in the process. There's plenty of room for more people to contribute, whether it be in the form of development, testing, review, or documentation. Anyone looking to get involved should head on over to the <a href="http://groups.google.com/group/epubcheck">discussion</a> group.</p>

<p>So here's the current changes I've added, and things I'll be working on:</p>]]></description>
         <link>http://blogs.adobe.com/digitaleditions/2008/11/taking_epubcheck_epub_validtat.html</link>
         <guid>http://blogs.adobe.com/digitaleditions/2008/11/taking_epubcheck_epub_validtat.html</guid>
         <category>General</category>
         <pubDate>Mon, 03 Nov 2008 11:58:12 -0800</pubDate>
      </item>
            <item>
         <title>The Mars Project &quot;PDFXML Inspector&quot; works great as an ePub editing tool.</title>
         <description><![CDATA[<p>If you've just created an ePub and now you want to make a small change, the normal approach is to rename the file with a "zip" extension, extract the contents, make the change, and then repackage the contents. </p>

<p>Fortunately, there's a better way, but I'm not sure if it's been mentioned.<br />
It's from the Mars Project over on <a href="http://labs.adobe.com/technologies/mars/">Adobe Labs</a>, and it's called the "PDFXML Inspector".</p>]]></description>
         <link>http://blogs.adobe.com/digitaleditions/2008/10/a_great_tool_for_making_small.html</link>
         <guid>http://blogs.adobe.com/digitaleditions/2008/10/a_great_tool_for_making_small.html</guid>
         <category>Authoring</category>
         <pubDate>Mon, 20 Oct 2008 13:16:00 -0800</pubDate>
      </item>
            <item>
         <title>Export ePub from InDesign CS4</title>
         <description><![CDATA[<p>With the release of Adobe InDesign CS4 you'll find that there's a couple of interesting new features in the Export for Digital Editions plug-in. The most noticeable are the addition of DTBook support and support for "Local Formatting". There's also some subtler changes, like floating anchored images and additional semantic information in the XHTML files. </p>

<p>So we'll go through the major new features and what each one does:</p>]]></description>
         <link>http://blogs.adobe.com/digitaleditions/2008/10/export_epub_from_indesign_cs4.html</link>
         <guid>http://blogs.adobe.com/digitaleditions/2008/10/export_epub_from_indesign_cs4.html</guid>
         <category>Authoring</category>
         <pubDate>Wed, 08 Oct 2008 11:23:49 -0800</pubDate>
      </item>
            <item>
         <title>Digital Editions 1.6 Released!</title>
         <description><![CDATA[<p>Adobe is pleased to announce that we today pushed live the newest version of Digital Editions, 1.6.  You can get it here: </p>

<p>http://www.adobe.com/products/digitaleditions/</p>

<p>Or you will be automatically upgraded the next time you launch Digital Editions.</p>

<p>This version of DE does not appear much different on the surface.  The real difference in this version is under the covers. Digital Editions 1.6 supports fulfillment from the new Adobe Content Server 4.  You can read about Content Server here:</p>

<p> http://www.adobe.com/products/contentserver/</p>

<p>But what does fulfillment from Content Server mean to the end user, you might ask?  The answer is that it provides ebook vendors with a modern, reliable system for protecting publishers books. This translates into more content from more publishers.  Both in PDF and now in EPUB.  Up to now, although publishers have been strongly voicing their support for EPUB, there hasn’t been a solution that would allow them to protect their books.  The release of DE 1.6 and Content Server provides that solution.  We are currently hard at work helping the publishers and ebook sellers to get their content ready for stores and libraries. </p>

<p>In addition, the new servers are much more reliable and bug-free than the old systems.  This will mean more hassle-free downloads and less support issues.  This won’t happen immediately as not all the ebook distributors will switch over right away.  But it will steadily improve.</p>

<p>Now that the solution is ready it means there will be more content in more formats and more device support as well, such as  the Sony Reader.  The Digital Publishing team is working hard on supporting additional devices and will release them as soon as possible.</p>]]></description>
         <link>http://blogs.adobe.com/digitaleditions/2008/09/digital_editions_16_released.html</link>
         <guid>http://blogs.adobe.com/digitaleditions/2008/09/digital_editions_16_released.html</guid>
         <category>General</category>
         <pubDate>Mon, 15 Sep 2008 17:18:17 -0800</pubDate>
      </item>
            <item>
         <title>Sony 505A Firmware Released!</title>
         <description><![CDATA[<p>Adobe is pleased to announce, in conjunction with Sony, that Adobe Digital<br />
Editions now supports the Sony Reader 505.  On July 24th, Sony posted<br />
the firmware updater to their website.   Now people owning the Sony 505<br />
can upgrade their Sony 505 and use it with Digital Editions.</p>

<p>The updater is available here:</p>

<p><a href="http://esupport.sony.com/US/perl/swu-list.pl?mdl=PRS505">http://esupport.sony.com/US/perl/swu-list.pl?mdl=PRS505</a></p>

<p>Be sure to get the full update.  You need to upgrade your Sony EBook<br />
Library (EBL) FIRST, then should automatically download and run the<br />
updater for your 505.  Doing the steps this way ensures that you have<br />
the right drivers for Digital Editions and the Sony Reader to<br />
communicates with.  Once you have done this, Digital Editions will<br />
automatically recognize the Sony Reader and it will appear as a new<br />
bookshelf (or up to 3 if you have smart cards inserted) in your library.</p>

<p>You will need to authorize your Sony Reader in order to use it with<br />
protected books that you have bought or borrowed online.  Note that this<br />
also means that you will need to authorize Digital Editions if you have<br />
not already done so.  Digital Editions will walk you through these steps<br />
with a wizard.</p>

<p>Once you have authorized your Reader you can drag and drop books back<br />
and forth between your PC and your Reader.  You can even read books off<br />
of your friend's Reader (though you cannot transfer books from his<br />
Reader to your PC or vice versa).</p>

<p>The full text of the Sony press release is here:</p>

<p><a href="http://news.sel.sony.com/en/press_room/consumer/computer_peripheral/e_bo">http://news.sel.sony.com/en/press_room/consumer/computer_peripheral/e_bo<br />
ok/release/36245.html<br />
</a><br />
The new Sony Reader supports display of PDF in both normal and "reflowed" modes.  In the reflowed modes, the reader takes the original content and reflows it at a larger font size.  The result is surprisingly good.  Most books such as novels reflow almost perfectly (though the odd word will be split or two words run together).  But you will find that the more complex the content, the less satisfactory the result.</p>

<p>EPUB is also supported by the Sony Reader and there is lots of EPUB content appearing, both public domain like feedbooks.com and elsewhere.  Most of the major publishers have also promised to support EPUB and there is a lot of content in the pipeline.</p>

<p>This is an exciting time and we are looking forward to being part of it.<br />
</p>]]></description>
         <link>http://blogs.adobe.com/digitaleditions/2008/07/sony_505a_firmware_released_1.html</link>
         <guid>http://blogs.adobe.com/digitaleditions/2008/07/sony_505a_firmware_released_1.html</guid>
         <category></category>
         <pubDate>Mon, 28 Jul 2008 08:24:47 -0800</pubDate>
      </item>
      
   </channel>
</rss>
