+ Reply to Thread
Results 1 to 4 of 4

Thread: PDF generation cuts off end of formatted text

  1. #1

    Default PDF generation cuts off end of formatted text

    Hi guys
    All of my inline text displays correctly, but when we're writing out SQL statements, in formatted blocks - the generated pdf cuts off the end of lines.
    How do we force this to wrap in the PDF output so when copy/pasting from PDFs we don't lose the text?

    Thanks

    Scott

  2. #2
    Join Date
    Feb 2008
    Location
    London upon Thames
    Posts
    2,792

    Default

    Bug 5876:

    Add this to prince.css:

    Code:
    pre {
            white-space: pre-wrap;
    }
    Fixed for Lyons, BTW.
    If my post helped you, please click the icon below this post to my reputation. Thanks!

  3. #3

    Default

    it's not made it into the svn update that i applied this morning
    will update the bug

    cheers for that!

  4. #4

    Default

    Yeah it looks like that got lost in a merge. Roy said he'd make sure it gets into Lyons+. Sorry for the confusion!
    PeteE - MindTouch lackey
    Join #mindtouch on freenode for questions about MindTouch

+ Reply to Thread

Posting Permissions

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