• Is there any plugin that creates PDF book out of WP posts?
    If there isn’t, come on hacks, give it try .
    I would use to PDF my blog post on weekly, monthly, and yearly base.
    Then binding all…I guess.

Viewing 9 replies - 1 through 9 (of 9 total)
  • How about WP2PDF?

    Thread Starter kuna

    (@kuna)

    Wow, this is obviously what I was looking for.
    Great, thanks !

    Thread Starter kuna

    (@kuna)

    Is it working for WP 1.5 version? I’ll give it try.

    I have it implemented. I put it into the loop. I call it this way:

    <img src=”comments.gif” width=”20″ height=”20″/><?php comments_popup_link(__(‘Comments and Trackbacks (0)’), __(‘Comments and Trackbacks (1)’), __(‘Comments and Trackbacks (%)’)); ?>
    <img src=”pdf.gif” width=”20″ height=”20″/>>PDF File

    Works good except for 1 problem. It will blow up if there is a GIF file in the post. A jpg works great but not GIF.

    Anyone know why? This is the error:

    Warning: basename() expects parameter 1 to be string, resource given in c:\hosting\xxxx\member\xxxx\pdf\wp2pdf_inc.php on line 626

    How are things going for you?

    I notice the code morphed into a link.

    Here is the code after the height=”20″/>

    <xa href=pdf/wp2pdf.php?p=<?php the_ID(); ?>>PDF File

    get rid of the x after the <

    Or you can turn your blog into a dead tree book

    https://blogbinders.com/default.asp

    Hi, I have a problem with wp2pdf. My main language is czech and czech has “strange word” (??,??,?? …). wp2pdf doesnt accept it and it doesnt want to display text with this “strange” words. You can see: https://www.nasclass.wz.cz/wp2pdf-0.4.1/wp2pdf.php?p=13

    Pierre, regarding your “strange characters”, please read this: https://sourceforge.net/forum/forum.php?forum_id=456543

    thewalrus, is there a way for wp2pdf to recognize relative links instead of full ones for images? Or did I screw something up in the install?

    If I make a pdf of a post, it works fine, but if that post has a picture in it, I suddenly get some UTF issues plus the picture is gone. The text is there. I went back and exchanged my relative link for a full one and it worked great!

    What’s the trick?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘PDF your blog aricles’ is closed to new replies.