itext Pdf

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ksrashmi
    New Member
    • May 2007
    • 30

    itext Pdf

    Hi

    I am genrating the pdf using itext .
    i need to display the fck editor content in the pdf . this is stored as blob in the database ,
    we need to display same content in the pdf wth same format .

    for example there is data like this
    <p>&nbsp;</p> <p><span style="font-size: larger;">HI</span></p> <p>&nbsp;</p>
    <p><span style="backgrou nd-color: rgb(255, 204, 0);"><span style="font-size:
    larger;">Hill</span></span></p> <p>&nbsp;</p> <p><em><span
    style="backgrou nd-color: rgb(255, 204, 0);"><span style="font-size:
    larger;">Hello </span></span></em></p>


    if the font of text is increased same thing should be applied in the pdf also .

    before content was displaying as <p> Hi </p> I used HTML WOrker (Itext class) THEN the content is displaying corectly now the style is not getting applied .


    is there any way to display the fck editor content in the pdf with same style . Please help me on this . thanks
  • pronerd
    Recognized Expert Contributor
    • Nov 2006
    • 392

    #2
    Since your question is really about the iText API, rather than the Java language, it would be better to post it in a forum that covers that.

    Comment

    • Dököll
      Recognized Expert Top Contributor
      • Nov 2006
      • 2379

      #3
      This also looks like a job for a just tutorial, just started using iText myself, this site's a gem:http://itextdocs.lowagie.com/tutorial/

      Comment

      Working...