• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

FOP - white-space-collapse="false"

 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm using FOP to generate pdf for my web application. Everything works fine except one thing, which is formatting text from a textarea.

for eg, in textarea, if user enter somethig like this:


when generating pdf, i wanna sure exactly the same thing. I have no problem with doing <br> in pdf but i have problem with the indentation. what i can display is soemthing like this:


anyone can advise me how to indent the textarea properly? Thks.
[ May 08, 2006: Message edited by: Jolie Lee ]
 
Sheriff
Posts: 67754
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moved to the Other Open Source Projects forum.
 
reply
    Bookmark Topic Watch Topic
  • New Topic