Results 1 to 5 of 5

Thread: WordPress as a backend solution for book publishing

  1. #1
    sleary's Avatar
    sleary is offline Hello World
    Join Date
    Dec 2009
    Location
    Texas
    Posts
    21

    Default WordPress as a backend solution for book publishing

    An Open, Webby, Book-Publishing Platform popped up on one of my publishing feeds earlier today. I'm fascinated by the idea (as you can see from my comment there). Anyone know of existing plugins that could handle some of the things on the to-do list?

  2. #2
    Jeffro's Avatar
    Jeffro is offline WPTavern Forum Admin
    Join Date
    Jan 2009
    Location
    Ohio
    Posts
    2,359

    Default

    Hmm, would one of the things to do require being able to deliver blog posts as PDF files or an easy way to provide PDFs to the audience?

  3. #3
    norcross's Avatar
    norcross is offline Hello World
    Join Date
    May 2010
    Location
    St. Petersburg, Florida
    Posts
    7

    Default

    It's certainly do-able, albeit with a few non-WP functions added in. For the PDF conversion, something like FPDF would work (http://www.fpdf.org/) or HTMLtoPDF (http://www.rustyparts.com/pdf.php) although most have an issue rendering CSS (since CSS is client-side and PHP is server-side). Here's another tutorial on doing it: http://www.astahost.com/info.php/how...php_t4972.html

    All in all, it could be done.

  4. #4
    xentek is offline Hello World
    Join Date
    Jul 2009
    Posts
    1

    Icon3

    Publishing directly to PDF would not be the way I would go. I've done a fair amount of wrangling of PDFs at the code level. Its tedious work and everything you know about layout in the web world gets thrown out the window.

    Check out this podcast from the Pragmatic Bookshelf, which goes into pretty good detail about their publishing process: http://assets1.pragprog.com/podcasts/show/12

    They use programmer tools and a very unique toolchain that should inspire you to a different approach. Doesn't mean you can't have it driven from a WP data store, but I implore you to rethink going from DB → PDF.

  5. #5
    mfields's Avatar
    mfields is offline Here For The Peanuts
    Join Date
    Nov 2009
    Location
    Portland, OR
    Posts
    168

    Default

    IMO this is like going hunting for whales with a bb-gun. You should always use the right tool for the job and while this might be possible to accomplish we need to ask "should it be done"?

    How will paging be controlled?
    Text threading?
    What about full color print-ready images in tiff format?
    Proper support for data tables and columns?
    What about different printers who always need "what they need" and nothing short thereof.
    How about gutters, bleeds, crop marks and other such printy things that do not exist on the web?
    What about cmyk color space for text?

    WordPress does a great job of creating websites.
    Layout programs do a great job of creating multi-page print-ready documents.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •