Ressources numériques en sciences humaines et sociales OpenEdition Nos plateformes OpenEdition Books OpenEdition Journals Hypothèses Calenda Bibliothèques OpenEdition Freemium Suivez-nous

Print-on-demand offers bright future for paper books even in the e-book era | TeleRead: News and views on e-books, libraries, publishing and related topics

“Print-on-demand books can also become plastic—altered on the fly to suit each reader. For his self-published motivational book, Bobby Bakshi, a former Microsoft employee who now does corporate consulting, writes a different intro for each client. Over at the University of Alberta, the bookstore hosted a talk by former Canadian prime minister Kim Campbell. Her book was out of print, so the store used its Espresso machine to run off fresh copies—with a new cover and two new chapters that Campbell wrote for the event.”We can take almost any whimsy and turn it into a book,” says Vladimir Verano, who runs the Espresso machine at Third Place Books in Lake Forest Park, Washington.”

Tags:

DIY publishing: getting Amazon and Lulu to co-exist

My new Publishers Weekly column has just gone up, documenting the progress with my DIY short story collection, With a Little Help. This month, I talk about the Baroque process of getting a book listed on both Lulu and Amazon:

Getting the book on Amazon was much harder than I anticipated. At first, I considered selling the book using Lulu’s wholesale channel, which can feed into Amazon. But once both Lulu and Amazon had taken their cut of the book, my net price would have been in nosebleed territory, somewhere in the $20 range. Add to that a $2 royalty for me and the book would be remembered as one of the most expensive short story collections in publishing history.

In order to list on Amazon at a decent price point, I needed fewer wholesale discounts. For me, that meant cutting out Lulu and listing directly on Amazon through CreateSpace, Amazon’s own POD program. But CreateSpace, frankly, is a pain in the ass. First, it refuses to print any book that already has an ISBN somewhere else, a very anticompetitive practice. To overcome this, I had to create an “Amazon edition” of the book with a slightly different cover and some additional text explaining the weird world of POD publishing.

But the fun was just beginning. CreateSpace also has a cumbersome “quality assurance” process that effectively throws away all the advantages of POD. For example, every time I change so much as one character in the setup file, CreateSpace pulls the book out of Amazon. A human being must recheck the book, and then I am notified that I have to order (and pay for) a new proof to be printed and shipped from the U.S. to London. I then have to approve the proof before CreateSpace will notify Amazon that the book is ready to be made available again. It can then take three to five days before the book is actually back for sale on Amazon. Practically speaking, this means that fixing a typo or adding an appendix with new financial information costs about $20 upfront, and takes the book off Amazon’s catalogue for two weeks.

With A Little Help: Hitting My Stride






BoD – Books on Demand

Entreprise d’impression à la demande. BoD, prestataire de services pour éditeurs et auteurs. Le siège de l’entreprise est situé à Norderstedt, près de Hambourg en Allemagne. BoD offre ses services en Allemagne (depuis 2001), France (depuis 2008), Danemark (depuis 2005), Finlande (depuis 2007), Autriche (depuis 2001) et Suisse (depuis 2001).

Appy framework | python open document

What is pod ?

pod (python open document) is a library that allows to easily generate documents whose content is dynamic. The principle is simple: you create an ODF (Open Document Format) text document (with OpenOffice Writer 2.0 or higher for example), you insert some Python code at some places inside it, and from any program written in Python, you can call pod with, as input, the OpenDocument file and a bunch of Python objects. pod generates another ODF text document (ODT) that contains the desired result. If you prefer to get the result in another format, pod can call OpenOffice in server mode to generate the result in PDF, DOC, RTF or TXT format.